-
Notifications
You must be signed in to change notification settings - Fork 0
CryoButton
CryoEagle edited this page Feb 27, 2021
·
1 revision
import { CryoButton } from 'cryoforms';
const Index = () => {
return (
<CryoButton color="primary" size="sm" block={true}>Button</CryoButton>
);
}
Property | Description | Type | Default |
---|---|---|---|
block | Value true will make button 100% width. | bool |
- |
buttonProps | Your own props for button. | object |
- |
color | You can write button without color or with primary color. | string |
- |
size | Use different sizes. | string |
casual |