Loading preview...
Here is Tabs component
@base-ui
npx shadcn@latest add https://21st.dev/r/base-ui/tabs-1
import ExampleTabs from "@/components/ui/tabs-1"; export default function DemoOne() { return <ExampleTabs />; }