## Development
npm install nuxt-float-label1. Add nuxt-float-label dependency to your project
``bash`Using npm
npm i -D nuxt-float-label
2. Add nuxt-float-label to the modules section of nuxt.config.js
`js`
{
modules: [
'nuxt-float-label'
]
}
| Name | Type | Description | Required |
| ----------------- | :--- | :--- | ---: |
| label | String | Overrides placeholder | No |label-class
| | String | Attribute a custom class to the label | No |dispatch
| | Boolean | Shows float label on mount | No |
| Name | Type | Description |
| ----------------- | :--- | ---: |
| useCss | Boolean | Choose to use the default css or a custom one |
#### Example
`js`
nuxtFloatLabel: {
useCss: false
}
| Wrapper class |
| fl-label | Label class |
| fl-on-focus | Label on focus and blur event |
| fl-on-input` | Label on input event |