feat: Added package documentation (wip)
This commit is contained in:
parent
f734707163
commit
02da928f04
82 changed files with 2248 additions and 466 deletions
38
sites/dev/docs/reference/packages/react/readme.mdx
Normal file
38
sites/dev/docs/reference/packages/react/readme.mdx
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
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 />
|
Loading…
Add table
Add a link
Reference in a new issue