wix-style-react
Version:
wix-style-react
12 lines (8 loc) • 339 B
Markdown
# Button component
> General Buttons for TPA
## Properties
| propName | propType | defaultValue | isRequired | description |
|----------|----------|--------------|------------|-------------|
| disabled | bool | - | - | - |
| theme | string | fill | - | The theme of the button, can be `fill` or `outline`
| onClick | func | - | - | - |