1.41.0-alpha.1 • Published 8 months ago

@ovh-ux/manager-react-components v1.41.0-alpha.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
8 months ago

⚛️⚡ Manager Components Library

Features

Hosts the components used in manager Keep it as simple as possible

Add new component

  1. Create a new components folder in src/components
  2. Add your stories.tsx file
  3. 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 storybook
  • test:e2e: Run e2e test using playwright
  • test: Runs testing using coverage
  • test:watch: Runs test using watch mode