https://github.com/openware/react-components
Openware React components
https://github.com/openware/react-components
Last synced: 5 months ago
JSON representation
Openware React components
- Host: GitHub
- URL: https://github.com/openware/react-components
- Owner: openware
- License: other
- Created: 2020-12-28T09:51:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T15:47:35.000Z (about 5 years ago)
- Last Synced: 2025-04-05T22:07:03.817Z (11 months ago)
- Language: TypeScript
- Size: 2.2 MB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# react-components
Openware React components
## Develop
In this repo:
1. Install required packages
```bash
yarn install
```
2. Build package (Notice that you need to run this command every time you need to apply updates !)
```bash
yarn build
```
3. Create symlink:
```bash
yarn link
```
In repo where package will be used (for example BaseApp):
```bash
yarn link @openware/react-components
```
To prevent issues caused by React versions difference run next command:
```bash
npm link ../react-components/node_modules/react
```
## Links
[NPM](https://www.npmjs.com/package/@openware/react-components)
StoryBook link template: {HASH}-sfqflsquko.chromatic.com