DocSpace-buildtools/web/ASC.Web.Components/example/stories/buttons/round
2019-06-19 18:33:30 +03:00
..
README.md web: Added RoundButton component 2019-06-19 18:33:30 +03:00
round.stories.js web: Added RoundButton component 2019-06-19 18:33:30 +03:00

DropDown

Usage

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

Description

Round button with dropdown list

Usage

<RoundButton
    data={[{key:"key",text:"text"}]}>
</RoundButton>

Properties

Props Type Required Values Default Description
title string - - - Title text
opened bool - - false Tells when the dropdown should be opened
data array - - - Dropdown items array