tabs

tabs component

Not VerifiedComponent1 file

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/tabs

Dependencies

npm i @radix-ui/react-tabs

Usage

import { tabs } from "@/components/ui/tabs";

export default function Example() {
  return <tabs />;
}

Source

Loading source...
razi's registry