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.
Added
focusableprop 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
reactandreact-domto peer dependencies