DocSpace-client/packages/asc-web-components/toggle-content/README.md
2021-02-26 00:19:45 +03:00

942 B

ToggleContent

ToggleContent allow you to adding information, which you may hide/show by clicking header

Usage

import ToggleContent from "@appserver/components/toggle-content";
<ToggleContent>
  <span>Some text</span>
</ToggleContent>

Properties

Props Type Required Values Default Description
className string - - - Accepts class
id string - - - Accepts id
isOpen bool - - false State of component
label text - Some label Define label for header
style obj, array - - - Accepts css style