UIFooter
Preview
Section titled “Preview”| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | — | Footer content |
import { UIFooter, UIButton } from "tango-api";
<UIFooter> <UIButton label="Apply Changes" variant="primary" onClick={handleApply} /></UIFooter>