UISection
Preview
Section titled “Preview”| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | Section heading |
description | string | — | Smaller text below the title |
children | ReactNode | — | Section content |
import { UISection } from "tango-api";
<UISection title="Preferences" description="Customize your experience."> {/* content */}</UISection>