=
Pill Tabs
Pill-shaped tab buttons
LOCALHOST:3000
[Tab 1] [Tab 2] [Tab 3]
NORMAL100%
InstallationBASH
npx siddcn add tabs-pillsUsageTSX
import { Tabs } from 'siddcn';
export default function App() {
return <Tabs tabs={tabs} style="pills" />;
}Pill-shaped tab buttons
[Tab 1] [Tab 2] [Tab 3]
npx siddcn add tabs-pillsimport { Tabs } from 'siddcn';
export default function App() {
return <Tabs tabs={tabs} style="pills" />;
}