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

Function StepContent

src/showcase/components/stepper/DottedStepper.tsx:81–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79)
80
81const StepContent: React.FC = () => {
82 return (
83 <div className="my-4 flex min-h-[30vh] w-full items-center justify-center rounded-lg border bg-gray-100 text-center dark:border-gray-600 dark:bg-gray-800">
84 Stepper Content
85 </div>
86 )
87}
88
89const ButtonClasses =
90 'rounded-2xl bg-red-500 px-2 py-1 text-sm font-medium text-white'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected