# 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 -->


