greymatter-io / gm-ui-components

A library of reusable Grey Matter UI components.
MIT License
15 stars 6 forks source link

refactor: use react-aria for toggleswitch #623

Closed shanberg closed 2 years ago

shanberg commented 3 years ago

@tilleryd @kaitmore Take a look at this when you get a chance.

This isn't a particularly interesting use case for React-Aria etc., it's just a simple component to start with.

Features:

Notes:

Future improvements could include breaking down the component into its subcomponents, so users can manually wrap ToggleSwitches with appropriate labels, but that's out of scope for this effort.