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

Interface LoaderCardProps

src/showcase/ui-group/LoaderCards.tsx:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import ConstellationLoader from '../components/loaders/ConstellationLoader'
20
21interface LoaderCardProps {
22 title: string
23 link: string
24 component: React.JSX.Element
25 hide?: boolean
26}
27
28const data: LoaderCardProps[] = [
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected