MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / Tabs

Function Tabs

dashboard/shell/src/sdk.jsx:198–200  ·  view source on GitHub ↗
({ className, children, ...rest })

Source from the content-addressed store, hash-verified

196}
197
198export function Tabs({ className, children, ...rest }) {
199 return React.createElement("div", { className: cn("ts-tabs", className), ...rest }, children);
200}
201export const TabsList = block("div", "ts-tabs-list");
202export const TabsTrigger = block("button", "ts-tabs-trigger");
203

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected