Button
Type
(props: Props) => result: RenderFunc
Props: object
| property | description | required | type | default value value |
|---|---|---|---|---|
| color | Set component color, support default, primary, secondary | NO | string | default |
| style | Style properties, support for CSS attributes | NO | object | - |
| label | content on the button | NO | string | - |
| onClick | click button | NO | () => void | - |