gix-components icon indicating copy to clipboard operation
gix-components copied to clipboard

feat: make Toggle support keyboard

Open peterpeterparker opened this issue 1 year ago • 0 comments

Motivation

I noticed that Toggle couldn't be checked per keyboard navigation. This extend their accessibility for keyboard support.

Changes

  • Add keydown support and accessibility to Toggle component
  • Set width: fit-content given that the toggle can receive focus - i.e. scope active outline style to the element

peterpeterparker avatar Apr 29 '24 05:04 peterpeterparker