raunofreiberg / ui-playbook

The documented collection of UI components 🤓
https://uiplaybook.dev
MIT License
1.37k stars 73 forks source link

TextField #15

Closed raunofreiberg closed 3 years ago

raunofreiberg commented 3 years ago

TextField

TextField is an input field that users can type into.

Functionality

Rough notes:

Best practices

Rough notes:

Implementation

Examples

If possible, provide links to a few implementations of this component. ### Accessibility - Mention relevant accessibility attributes when used with an Autocomplete component. ### Resources - [Why the GOV.UK Design System team changed the input type for numbers](https://technology.blog.gov.uk/2020/02/24/why-the-gov-uk-design-system-team-changed-the-input-type-for-numbers/) - [W3 - Labeling Controls](https://www.w3.org/WAI/tutorials/forms/labels/) ### Visuals Any relevant visuals that help describe the component. ### Additional context Anything that does not fit into the other categories.
raunofreiberg commented 3 years ago

Done in #18.