Add docs
This commit is contained in:
15
docs/components/display.md
Normal file
15
docs/components/display.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Display
|
||||
|
||||
Компоненты отображения: GridAvatar, Gallery, Accordion и др.
|
||||
|
||||
## Import
|
||||
|
||||
```ts
|
||||
import { GridAvatar, Gallery, Accordion } from "@tria/ui";
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
```tsx
|
||||
<GridAvatar items={[{ id:"u1", title:"Alex", initials:"A" }]} cols={2} size={36} />
|
||||
```
|
||||
Reference in New Issue
Block a user