v-ingredients
Version:
Reusable Components
30 lines (24 loc) • 301 B
Markdown
# Tooltip
## Props
```javascript
content: {
type: String,
required: true,
}
placement: {
type: String,
default: 'top',
}
interactive: {
type: Boolean,
default: true,
}
theme: {
type: String,
default: 'light',
}
arrow: {
type: Boolean,
default: true,
}
```