material-components-vue
Version:
Material Design components for Vue.js
26 lines (18 loc) • 571 B
Markdown
## FormField
### Markup
```html
<m-form-field>
<m-checkbox id="checkbox" />
<label for="checkbox">Checkbox</label>
</m-form-field>
```
### Props
| Prop | Type | Default | Required | Description |
|------|------|---------|----------|-------------|
| alignEnd | Boolean | - | false | label before input |
### Slots
| Slot | Prop dependencies | Description |
|------|-------------------|-------------|
| default | - | label and input content |
### Reference
- https://github.com/material-components/material-components-web/tree/master/packages/mdc-form-field