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

Interface ToggleCardProps

src/showcase/ui-group/ToggleCards.tsx:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import Card from './Card'
8
9interface ToggleCardProps {
10 title: string
11 link: string
12 component: React.JSX.Element
13 hide?: boolean
14}
15const data: ToggleCardProps[] = [
16 {
17 title: 'Simple Toggle',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected