Components
Loading preview...
shadcn/ui simple tabs with underline and bold font
npx shadcn@latest add https://21st.dev/r/k3menn/simple-tabs-with-underline-and-bold-fontimport { TabDemo } from "@/components/ui/simple-tabs-with-underline-and-bold-font"
function SimpleTabsWithUnderlineAndBoldFont() {
return (
<div className="block">
<TabDemo />
</div>
);
}
export { SimpleTabsWithUnderlineAndBoldFont };