Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fathym_atomic/src/molecules/Tabs.tsx>TabsProps

This is the core atomic library to build design libraries from.
Very Popular
Go to Latest
interface TabsProps
implements [JSX.HTMLAttributes]<HTMLDivElement>
import { type TabsProps } from "https://deno.land/x/fathym_atomic@v0.0.148/src/molecules/Tabs.tsx";

Properties

tabs: Tab[]
optional
tabsDisplay:
| "stretch"
| "center"
| "start"
| "end"