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

Interface ToggleCardProps

src/showcase/ui-group/TextCards.tsx:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import TextScramble from '../components/text/TextScramble'
9
10interface ToggleCardProps {
11 title: string
12 link: string
13 component: React.JSX.Element
14 hide?: boolean
15}
16const data: ToggleCardProps[] = [
17 {
18 title: 'Text Ticker',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected