Skip to main content
Version: 57.2.0

Typed signature field

Lets a user type their name and choose a signature font with a live preview. Works the

Package: @terreno/ui
Categories: Component
Props interface: TypedSignatureFieldProps
Story source: demo/stories/Typedsignaturefield.stories.tsx

Live demo

Props

PropTypeRequiredDescription
onChangereflectionYes
disabledboolean
errorTextstring
fontsarraySelectable fonts. Defaults to the library's bundled signature fonts. When supplying a custom list, the consumer is responsible for loading those font families (e.g. via expo-font) so the preview renders correctly.
helperTextstring
nameLabelstringLabel for the name input. Defaults to "Full name".
placeholderstringPlaceholder for the name input. Defaults to "Type your full name".
testIDstringRoot test id for the primary interactive element or container.
testIDsFieldTestIDs
titlestringSection title rendered above the field. Defaults to "Signature".
valueTypedSignatureValueControlled value. When omitted the field starts empty with the first font selected.