Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
import React, { useState } from
'react'
6
7
interface FieldProps {
8
name: string
9
type: string
10
placeholder: string
11
}
12
13
interface StepProps {
14
label: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected