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