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

Interface FieldProps

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

Source from the content-addressed store, hash-verified

5import React, { useState } from '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