Implement reakit
See original GitHub issueCreating core components like buttons and tooltip is becoming hard to maintain and takes a lot of time to integrate accessibility (WIA-ARIA standars):
- Buttons
- Tooltips #163
- Checkbox
- Toolbar
- Text inputs
- Numeric inputs
- Selectors ( Dropdown menu )
- Menu #13
We should use an existent solution to handle this, right now reakit
seems the way to go, but I’m open for ideas.
See: https://github.com/reakit/reakit
⚠️ Note: if you want to help with this issue feel free to open one pull request peer component at a time. Multiple pr accepted.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Get started - Reakit
Reakit is a lower level component library for building accessible high level UI libraries, design systems and applications with React.
Read more >Reakit – Toolkit for building accessible UIs
Low level component library for building accessible high level UI libraries, design systems and applications with React.
Read more >Experimental features - Reakit
The simple act of promoting an experimental feature to its stable version would break your code if you are using it as the...
Read more >Basic concepts - Reakit
Components receive two kinds of props: HTML props and option props. Options are just custom props that don't get rendered into the DOM...
Read more >Composition - Reakit
Reakit has been built with composition in mind. In fact, its own components are composed by a few other abstract ones, like Role,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Btz-io okay i’ll do a PR components 😊
Update on tooltip, see: https://github.com/btzr-io/Villain/pull/185#issuecomment-547247082