The Wayback Machine - https://web.archive.org/web/20200825113234/https://github.com/topics/kit
Skip to content
#

kit

Here are 310 public repositories matching this topic...

joemaffei
joemaffei commented Aug 5, 2020

Problem

The main content area in the /components section is difficult to access using the keyboard.

How to Reproduce

Open https://bumbag.style/components/button/, click area around the buttons in the first example, then hit tab.

Current Behavior

The "TopNavItem" (Bumbag logo/link) on the top left takes the focus. To make matters worse, I have to tab through all the options in the

hastebrot
hastebrot commented Feb 18, 2019

Would be useful when Menu.Group#title would be also allow element in addition to string. So it's easier to combine <Hidden.Container> and <Menu.Group>.

<Menu.Group
  title={<Box onClick={hidden.toggle}>Group A</Box>}>
  <Hidden isVisible={hidden.isVisible}>
    <Menu.Item>Item 1</Menu.Item>
  </Hidden>
</Menu.Group>

Warning message in browser console:

Warning

Improve this page

Add a description, image, and links to the kit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.