Hosts the components used in manager Keep it as simple as possible
- Create a new components folder in
src/components
- Add your
stories.tsx
file - 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