siddcn logo
siddcn
=

Pill Tabs

Pill-shaped tab buttons

LOCALHOST:3000
[Tab 1] [Tab 2] [Tab 3]
NORMAL100%
InstallationBASH
npx siddcn add tabs-pills
UsageTSX
import { Tabs } from 'siddcn';

export default function App() {
  return <Tabs tabs={tabs} style="pills" />;
}