Collections of Utility components for React apps
The classic-react-components library is a simple React library of utility components. However, it is still a work in progress.
To install the library using npm, use the following command:
npm install classic-react-components
For pnpm users, use:
pnpm install classic-react-components
For yarn users, use:
yarn add classic-react-components
The classic-react-components library is a utility library for React, offering features such as treeshaking support, Typescript compatibility, and a small bundle size. It is still in progress and provides components like IfThenElse, Switch, and For. These components can be installed using npm, pnpm, or yarn.