Skip to content

Component Name

Describe the component and its purpose.

Coming soon...
import { ComponentName } from '@fintech-sandpit/ui/react';
return (
<ComponentName />
);
NameTypeDefaultDescription
valuestringThe value of the password field
propPropTypedevThe type of the property
Slot nameDescription
titleA component heading content
NameTypeDescription
onChange(value: string) => voidEvent handler for when the value changes
type PropType = 'dev' | 'prod'