DocSpace-client/web/ASC.Web.Storybook/stories/group-button/all
2019-07-18 14:11:36 +03:00
..
index.stories.js web: components: Re-written GroupButton component to class style (issue: useState, useEffect break React functional components rules of usage) 2019-07-18 14:11:36 +03:00
README.md Moved Storybook to separated ASC.Web.Storybook folder (issue: 'git clean -xdf' removes storybook files every time) 2019-07-09 17:54:30 +03:00

GroupButton

Usage

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

Description

Base Button is used for a group action on a page.

Usage

<GroupButton text='Group button' primary={false} disabled={false} isCheckbox={false} isDropdown={false} splitted={false} opened={false} ></GroupButton>

Properties

Props Type Required Values Default Description
text string - - Default text Value of the group button
primary bool - - false Tells when the button should be primary
disabled bool - - false Tells when the button should present a disabled state
isCheckbox bool - - false Tells when the button should present a checkbox state
isDropdown bool - - false Tells when the button should present a dropdown state
splitted bool - - false Tells when the button should present a dropdown state with button
opened bool - - false Tells when the button should be opened by default