VuePincode
Neumorphism styled pincode input field for Vue.js.
Features
(Pin: 1234 is the right one)
- Simple pincode input field
- Neumorphism styling
- Smooth animations
Installation
In your Vue.js project:
npm install @weslink/vue-pincode
:speech_balloon: If you prefer static files, import assets from the dist
folder
Basic example
Login.vue
Events
Event | Description |
---|---|
pincode | Is triggered when the pincode is four characters long and passes it as parameter |
Project development
npm run serve
compiles and hot-reloads demo for developmentnpm run lint
lints and fixes filesnpm run build
compiles and minifies production files and demo