DocSpace-client/web/ASC.Web.Storybook/stories/toggle-content/base/README.md

28 lines
741 B
Markdown
Raw Normal View History

# ToggleContent
## Usage
```js
import { ToggleContent } from 'asc-web-components';
```
#### Description
ToggleContent allow you to adding information, which you may hide/show by clicking header
#### Usage
```js
<ToggleContent>
// your data
<ToggleContent />
```
#### Properties
| Props | Type | Required | Values | Default | Description |
| ------------------ | -------- | :------: | --------------------------- | -------------- | ----------------------------------------------------------------- |
| `label` | `text` | ✅ | - | Some label | Define label for header |