DocSpace-client/web/ASC.Web.Components/example/stories/buttons/middle
2019-05-20 13:30:11 +03:00
..
middle.button.stories.js Setup react library environment + Added Button and Input component to asc-web-components 2019-05-20 13:30:11 +03:00
README.md Setup react library environment + Added Button and Input component to asc-web-components 2019-05-20 13:30:11 +03:00

Buttons: Button

Usage

import { Button } from 'asc-web-components';

Description

Middle Button is used for a action on a page.

Usage

<Button size='middle' disabled={false} onClick={() => alert('Button clicked')}>OK</Button>

Properties

Props Type Required Values Default Description
primary bool - - - Tells when the button should be primary
disabled bool - - - Tells when the button should present a disabled state
onClick func - - What the button will trigger when clicked
size oneOf - base, middle, big, huge base -