Skip to content

CryoButton

CryoEagle edited this page Feb 27, 2021 · 1 revision

CryoButton

import { CryoButton } from 'cryoforms';

const Index = () => {
    return (
        <CryoButton color="primary" size="sm" block={true}>Button</CryoButton>
    );
}

API

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
Clone this wiki locally