DocSpace-buildtools/packages/asc-web-components/selector-add-button
2021-03-01 12:29:59 +03:00
..
index.js web: components: fix import 2021-03-01 12:29:59 +03:00
README.md Web: Components/Common: fix imports 2021-02-26 00:19:45 +03:00
selector-add-button.stories.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
selector-add-button.test.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
styled-selector-add-button.js Web: Components/Common: fix imports 2021-02-26 00:19:45 +03:00

SelectorAddButton

Usage

import SelectorAddButton from "@appserver/components/selector-add-button";
<SelectorAddButton
  title="Add item"
  onClick={() => console.log("onClose")}
></SelectorAddButton>

Properties

Props Type Required Values Default Description
className string - - - Attribute className
id string - - - Accepts id
isDisabled bool - - false Tells when the button should present a disabled state
onClick function - - - What the button will trigger when clicked
style obj, array - - - Accepts css style
title string - - - Title text