Skip to content

Installation

You can install react-simplikit from npm using your favorite package manager.

sh
npm install react-simplikit
sh
pnpm add react-simplikit
sh
yarn add react-simplikit
sh
bun add react-simplikit

Requirements

  • React 18 or higher
  • TypeScript 4.7 or higher (recommended)

Usage

Import hooks directly from the package:

tsx
import { useToggle } from 'react-simplikit';

All hooks are tree-shakeable, so you only include what you use in your bundle.

Released under the MIT License.