diff --git a/content/ui-patterns/forms/react.mdx b/content/ui-patterns/forms/react.mdx index b2492411e..7b7e7b58f 100644 --- a/content/ui-patterns/forms/react.mdx +++ b/content/ui-patterns/forms/react.mdx @@ -26,9 +26,9 @@ export default FormsLayout one or more values.
A set of checkboxes to let users make one or more selections from a short list of options
A form control renders a labelled input and, optionally, associated validation text and/or hint text.
A set of radio inputs to let users make a single selection from a short list of options
A select input may be used when a user needs to select one option from a long list
- Primer React implementation + Primer React implementationA text area is used to put multiple lines of text in an input
- Primer React implementation + Primer React implementation @@ -161,9 +161,9 @@ export default FormsLayout types in the MDN docs.