rauno

Results 17 issues of rauno

May be out of scope for now, but I found this to be an interesting feature to consider: ![gif](https://gyazo.com/638700d9eb9784164cfb5811a4750945.gif) It's a Chrome extension called [Accessibility Insights for Web](https://chrome.google.com/webstore/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni/related)

Trivial keyboard support for interacting with overlays. I'm not sure how to properly define the order of elements in keyboard navigation. Currently, every overlay gets a `tabindex` of `0` so...

Storybook has an accessibility addon that features a color blindness emulator: ![gif](https://miro.medium.com/max/1400/1*ifHNlVVCz3aSOhULB2NJ1w.gif) I was thinking if we should maybe have something similar. We would have to add some kind of...

enhancement

I haven't thought this through or done any research as to if it is even possible, but... Would be really cool if instead of displaying the target node that `axe-core`...

enhancement

Currently there is a lot of documentation related code that makes it messy to find the examples: ![image](https://user-images.githubusercontent.com/23662329/80278509-a0284e80-86ff-11ea-848e-5cfee567b699.png) I think you could preview the examples code, and then for CodeSandbox...

Hey, Thanks for the great library! I have a use case that doesn't seem to be possible. On drag, I would like to collapse the item along with it's hidden...

question

Hey 👋 Thanks for the great library I noticed that default values of props do not get extracted when their name is re-assigned: ```tsx export default function Text({ as: Component...

stale

Useful for delaying the render of a component on mount (and optionally executing a callback after the delay). I use this for a chatbot application in my own code. ```...

In no particular order, here's a list of components that I think are worth covering: - Breadcrumbs - Modal - Autocomplete (or Combobox) - Menu (basically the [menu button WAI-ARIA...

good first issue