@biom3/react
This package publishes via CICD to the public npm component: @biom3/react
.
What's inside?
All react based BIOME components, hooks and utils. All components and hooks will be atleast 90% covered with tests. To read more about our API philosophy see this document.
To read more about this package, please goto biome.immutable.com
How to use
To use any @biom3/react
primitives, install the package using your package manager of choice. For example:
npm i @biom3/react
and then import the primitive you need (all primitives will be exported from the root of the package):
import { Box, IconArrowBackward } from '@biom3/react';