DocSpace-buildtools/web/ASC.Web.Storybook/stories/selected-item/base
2019-08-08 14:40:33 +03:00
..
index.stories.js web: сomponents: Fixed Text and SelectedItem story 2019-08-08 14:40:33 +03:00
README.md web: components: Refactoring SelectedItem component 2019-08-08 11:36:46 +03:00

SelectedItem

Usage

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

Usage


<SelectedItem text="sample text" onClick={()=>console.log("onClose")}></SelectedItem>

Properties

Props Type Required Values Default Description
isDisabled bool - - false Tells when the button should present a disabled state
text string - - - Selected item text
isInline bool - - true Sets the 'display: inline-block' property
onClose function - - - What the selected item will trigger when clicked