Manager components
We use a library of super components in our react applications.
The package is accessible on the monorepo
The storybook :
The storybook is accessible on here.
How to start the application?
sh
$ yarn workspace @ovhcloud/manager-components run start
Go to <http://localhost:6006>
Example for Header on the storybook :
Importation of a component on your react code application :
The component is not builded so you can import directly the component named Card
from the workspace like this : import Card from '@ovhcloud/manager-components'