1
0
Fork 0
freesewing/sites/dev/docs/reference/packages/react
2025-05-04 18:42:49 +02:00
..
components [dev] feat: Started working on component reference docs 2025-05-04 18:42:49 +02:00
context feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00
hooks feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00
lib feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00
readme.mdx feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00

---
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 />