@simon-ui/hooks
v0.2.3
Published
Reusable React hooks for Simon UI
Readme
@simon-ui/hooks
Reusable React hooks that power Simon UI components and application interfaces.
Installation
pnpm add @simon-ui/hooksReact is a peer dependency:
pnpm add reactUsage
import { useBoolean } from "@simon-ui/hooks";The package also provides hooks for controllable state, overlay positioning, roving focus, typeahead navigation, and virtualized collections.
Requirements
- React 18.3 or later
Documentation
See the Simon UI repository.
