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

Interface TabProps

src/components/reusable/AnimatedTabs.tsx:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { motion } from 'framer-motion'
3
4interface TabProps {
5 text: string
6 selected: boolean
7 setSelected: (text: string) => void
8 customID?: string
9 icon?: React.ComponentType<{ className?: string }>
10}
11
12const Tab = ({
13 text,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected