39 lines
1 KiB
Text
39 lines
1 KiB
Text
![]() |
---
|
||
|
title: '@freesewing/react'
|
||
|
---
|
||
|
|
||
|
FreeSewing's **react** package bundles React components, hooks, and context
|
||
|
used to build the FreeSewing frontends.
|
||
|
|
||
|
It is published on NPM as [@freesewing/react
|
||
|
](https://www.npmjs.com/package/@freesewing/react).\
|
||
|
The source code for this package is available in [our monorepo on Codeberg
|
||
|
](https://codeberg.org/freesewing/freesewing) under [packages/react
|
||
|
](https://codeberg.org/freesewing/freesewing/src/branch/develop/packages/react).
|
||
|
|
||
|
:::warning INTERNAL TO FREESEWING
|
||
|
This package is considered internal to FreeSewing.\
|
||
|
You are free to use this package, but FreeSewing does not guarantee semantic versioning
|
||
|
on this package.
|
||
|
|
||
|
In other words, FreeSewing may introduce breaking changes in minor or even
|
||
|
patch updates of this package.
|
||
|
:::
|
||
|
|
||
|
:::note
|
||
|
This package does not provide a default export.
|
||
|
:::
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```sh
|
||
|
npm install --save @freesewing/react
|
||
|
```
|
||
|
|
||
|
## Named Exports
|
||
|
|
||
|
As this is a rather large package, documentation of the things it provides are
|
||
|
split up over various sections:
|
||
|
|
||
|
<ReadMore />
|