Manager UI Kit 
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 @ovh-ux/muk run startGo 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 '@ovh-ux/muk'