0.10.7 • Published 2 months ago

@govuk-react-bjss-pttg/input-field v0.10.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

InputField

Import

  import InputField from '@govuk-react-bjss-pttg/input-field';

Use the text input component when you need to let users enter text that’s no longer than a single line, such as their name or phone number.

Properties

PropRequiredDefaultTypeDescription
errorbooleanApply error state styling to the component
hintundefinedReactNode
input{}InputProps
marginMargin | Margin[]
mbstring | number
meta{}{ error?: string | string[]; touched?: boolean; }
paddingPadding | Padding[]