Installation

How to install react-chousy in your React project.

Installation

Install react-chousy via npm:

npm install react-chousy

Or with yarn:

yarn add react-chousy

Usage Example

Import the components you need:

import { ConditionalRender, SwitchCaseRender, ChousyEach } from 'react-chousy';

See the Introduction for full usage and API details.