@vubrussel/vub_tailwind
Version:
Vue and Tailwind CSS based frontend components with VUB specific layout.
16 lines (10 loc) • 305 B
Markdown
# RefBox
## Props
<!-- @vuese:RefBox:props:start -->
|Name|Description|Type|Required|Default|
|---|---|---|---|---|
|title|-|`String`|`false`|''|
|text|-|`String`|`false`|''|
|pressed|-|`Function`|`false`|() => {}|
|disabled|-|`Boolean`|`false`|false|
<!-- @vuese:RefBox:props:end -->