DocSpace-client/web/ASC.Web.Components/example/stories/drop-down/drop-down-item/README.md
2019-06-24 17:33:15 +03:00

1.1 KiB

DropDownItem

Usage

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

Description

Is a item of DropDown component

Usage

<DropDownItem isSeparator={false} label='Button 1' onClick={() => console.log('Button 1 clicked')} />

Properties

Props Type Required Values Default Description
isSeparator bool - - false Tells when the dropdown item should display like separator
label string - - Dropdown item Dropdown item text
onClick func - - - What the dropdown item will trigger when clicked