UICard
Preview
Section titled “Preview”| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Additional CSS class |
children | ReactNode | — | Card content |
import { UICard } from "tango-api";
<UICard> <p>Card content here</p></UICard>| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Additional CSS class |
children | ReactNode | — | Card content |
import { UICard } from "tango-api";
<UICard> <p>Card content here</p></UICard>