@stefanlazarevic/components.collapse
v0.0.1
Published
Компонента за динамичко приказивање и сакривање садржаја.
Readme
Collapse
v0.0.1
Инсталација
npm i @stefanlazarevic/components.collapseyarn 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 | 📘 |
