UNPKG

vue-component-toolkit

Version:

A Vue3 component toolkit library

23 lines (17 loc) 739 B
# Button ## Props | Prop name | Description | Type | Values | Default | | --------- | ----------- | ------- | ------ | --------- | | variant | | string | - | "primary" | | size | | string | - | "md" | | disabled | | boolean | - | false | | off | | boolean | - | false | | text | | string | - | | | onClick | | func | - | | | icon | | object | - | | | style | | object | - | | ## Events | Event name | Properties | Description | | ---------- | ---------- | ----------- | | click | | ---