v-ingredients
Version:
Reusable Components
37 lines (28 loc) • 362 B
Markdown
# Btn
## Props
```javascript
id: {
type: String,
required: true,
}
href: {
type: String,
default: '',
}
onClick: {
type: Function,
default: () => {},
}
disabled: {
type: Boolean,
default: false,
}
beforeIcon: {
type: String,
}
afterIcon: {
type: String,
}
```
## Implemented Components
* [Icon](../Icon/README.md)