material-components-vue
Version:
Material Design components for Vue.js
30 lines (20 loc) • 509 B
Markdown
```html
<m-switch v-model="switchValue" />
```
```javascript
data() {
return {
switchValue: null
}
}
```
| Prop | Type | Default | Required | Description |
|------|------|---------|----------|-------------|
| checked | Boolean | - | false | switch state |
| disabled | Boolean | - | false | whether the switch should be disabled |
- https://github.com/material-components/material-components-web/tree/master/packages/mdc-switch