@ovh-ux/manager-react-components
v1.42.0
Published
## Features
Downloads
3,998
Keywords
Readme
⚛️⚡ Manager Components Library
Features
Hosts the components used in manager Keep it as simple as possible
Add new component
- Create a new components folder in
src/components
- Add your
stories.tsx
file - Add your e2e test
Import component to another project
The component is not builded so you can import directly the component named Card
from the workspace like this :
import Card from '@ovh-ux/manager-react-components'
Main Scripts
Always prepending yarn:
start
: Run the storybooktest:e2e
: Run e2e test using playwrighttest
: Runs testing using coveragetest:watch
: Runs test using watch mode