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

Interface AnimatedTabsProps

src/components/reusable/AnimatedTabs.tsx:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54interface AnimatedTabsProps {
55 tabs?: string[]
56 selected: string
57 setSelected: (text: string) => void
58 center?: boolean
59 customID?: string
60 icons?: React.ComponentType<{ className?: string }>[]
61}
62
63const AnimatedTabs = ({
64 tabs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected