## Features
npm install @ovh-ux/manager-react-componentsHosts the components used in manager
Keep it as simple as possible
1. Create a new components folder in src/components
2. Add your stories.tsx file
3. Add your e2e test
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'
Always prepending yarn:
- start: Run the storybook
- test:e2e: Run e2e test using playwright
- test: Runs testing using coverage
- test:watch: Runs test using watch mode