Segmented Control
InteractionsiOS-style segmented control
segmentedcontroltabs
Installation
$
Usage
tsx
import { SegmentedControl } from "@/components/nonaxial/segmented-control"
export default function Example() {
return (
<SegmentedControl>{/* Your content here */}</SegmentedControl>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |