=
Rounded Tabs
Tabs with rounded borders
LOCALHOST:3000
( Tab 1 ) Tab 2 Tab 3
NORMAL100%
InstallationBASH
npx siddcn add tabs-roundedUsageTSX
import { Tabs } from 'siddcn';
export default function App() {
return <Tabs tabs={tabs} style="rounded" />;
}