Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Added "focusable" prop. Moved react and react-dom deps to peers.

Choose a tag to compare

@asgvard asgvard released this 31 Jul 11:59
· 42 commits to master since this release

Added

  • focusable prop that enables component as a focusable target. Default is true. Usable when you need to temporarily disable focusable behaviour on the component. E.g. disabled button state.

Changed

  • Moved react and react-dom to peer dependencies