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

Interface FieldProps

src/showcase/components/stepper/CheckedStepper.tsx:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { CheckCircle, Circle } from 'lucide-react'
6
7interface FieldProps {
8 name: string
9 type: string
10 placeholder: string
11}
12
13interface StepProps {
14 label: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected