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