Simal UI
Components

Cards

Cards/ holds the pre-composed card layouts built on top of Card.

Each is a fixed arrangement rather than a slot-based primitive — pick the one whose shape matches, or drop to Card directly.

CardWithIcon and IconCard take identical props and differ only in where the icon sits: CardWithIcon pushes it to the trailing edge, IconCard places it before the title. The IconPlacement story shows them side by side.

Import

import { Cards } from '@simal/ui/nativewindui';

Examples

Icon Placement

The two icon layouts, same props, different arrangement. Worth comparing directly — the file names do not make the difference obvious.

Icon Card Selected

Empty State

Quote

Side Image

On this page