This package contains React components and utilities used across various apps within the Fermion Protocol monorepo. It provides a collection of reusable components and helper functions to streamline development and ensure consistency in UI elements and functionality.
To utilize the @fermionprotocol/react-kit
package in your monorepo, follow these steps:
- Add
@fermionprotocol/react-kit
as a dependency or devDependency in your package.json file, depending on your project's requirements:"dependencies": { "@fermionprotocol/react-kit": "*" }
- Run
npm ci
to install the package and its dependencies. - Import the desired components or utilities from
@fermionprotocol/react-kit
into your project's files - Utilize the imported components and utilities within your React applications to enhance functionality and maintain UI consistency.
- Customize the components and utilities as needed to fit your project's requirements.
- Proceed with development, leveraging
@fermionprotocol/react-kit
to accelerate development and maintain a cohesive user experience across the monorepo.