Files
ui/docs/components/cells-and-lists.md
2025-12-27 18:25:15 +03:00

478 B

Cells & Lists

Списки и ячейки — основной паттерн для настроек и навигации.

Import

import { List, Cell, SimpleCell, RichCell } from "@tria/ui";

Examples

<List>
  <Cell title="Profile" subtitle="Account settings" chevron />
  <Cell title="Notifications" after="12" chevron />
</List>

Design tokens

  • --cell-h, --cell-px, --cell-gap
  • --cell-before, --cell-chev
  • --cell-badge-*