@biom3/react
v0.29.3
Published
![logohd](https://user-images.githubusercontent.com/1452237/205757058-6f0b6602-af1a-4ef9-a7d0-51c5feba1b80.png)
Downloads
22,915
Keywords
Readme
@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';