@ovh-ux/manager-react-components
v2.43.2
Published
## Features
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.tsxfile - 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
