material-components-vue
Version:
Material Design components for Vue.js
31 lines (19 loc) • 612 B
Markdown
## FloatingLabel
### Markup
```html
<m-text-field id="textfield">
<m-floating-label for="textfield">Textfield label</m-floating-label>
<m-line-ripple slot="bottomLine"/>
</m-text-field>
```
### Props
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| floatAbove | Boolean | false | label is floating above |
| absoluteRight | Boolean | false | shakes the label |
### Slots
| Slot | Description |
|------|-------------|
| default | label content |
### Reference
- https://github.com/material-components/material-components-web/tree/master/packages/mdc-floating-label