tabs
tabs component
Not VerifiedComponent1 file
razi-style@radix-ui/react-tabs
Preview
Preview not yet added for tabs.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/tabsDependencies
npm i @radix-ui/react-tabsUsage
import { tabs } from "@/components/ui/tabs";
export default function Example() {
return <tabs />;
}Source
Loading source...