-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(input): add input component #257
Conversation
I used the input-phone to integrate the doc – hence the merges. Question: shall it be a Primitive? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
I think the input implementation here is an headless one because it's more than just an input wrapper. |
Closed #257 |
What is it?
Description
Add a wrapper to handle user inputs – aria-compliant:
for
labeledby
hint
(cf. instructions) andmessage
(cf. errors)Use cases and why
Anywhere user inputs are needed.
Screenshots/Demo
n/a
Checklist: