MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / TabProps

Interface TabProps

src/showcase/components/tabs/ButtonShapeTabs.tsx:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const tabs = ['Home', 'Docs', 'Components', 'Effects']
7
8interface TabProps {
9 text: string
10 selected: boolean
11 setSelected: (text: string) => void
12}
13
14const Tab = ({ text, selected, setSelected }: TabProps) => {
15 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected