Tabs
A production-ready component built with React and Tailwind CSS
Installation
Add this component to your project using the CLI
npx shadcn@latest add @clamo/tabsUsage
Import and use the component in your application
import { Tabs } from "@/components/ui/tabs"
export function Example() {
return <Tabs />
}Preview
Interactive preview of the component
Overview content goes here