@stefanlazarevic/components.collapse
v0.0.1
Published
Компонента за динамичко приказивање и сакривање садржаја.
Downloads
2
Readme
Collapse
v0.0.1
Инсталација
npm i @stefanlazarevic/components.collapse
yarn add @stefanlazarevic/components.collapse
Употреба
import Collapse from "@stefanlazarevic/components.collapse";
<Collapse>Content</Collapse>
| назив | тип | подразумевана вредност | опис |
| ----------------- | ------------- | ---------------------- | --------------------- |
| aria-hidden
| boolean | true | 📘 |
| aria-labelledby
| string | undefined | 📘 |
| children
| ReactNodeLike | undefined | 📘 |
| className
| string | undefined | 📘 |
| dir
| string | auto
| 📘 |
| id
| string | undefined | 📘 |
| lang
| string | undefined | 📘 |
| style
| CSSProperties | undefined | 📘 |
| testid
| string | undefined | 📘 |