This commit is contained in:
2025-12-27 18:25:15 +03:00
parent 63a9425680
commit fde5f9de58
23 changed files with 688 additions and 0 deletions

View 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} />
```