@ovh-ux/web-universe-components
v1.2.2
Published
Web Universe Components
Downloads
23
Readme
web-universe-components
OVH Manager Web Universe Components
We extracted all the components of the web control panel in order to interconnect them both in our upcoming monorepo but also in the current stack.
At the end we are planning remove this repository and privilege the management of sources directly inside the monorepo.
Install
yarn add @ovh-ux/web-universe-components
Usage
import 'angular';
import webUniverseComponents from '@ovh-ux/web-universe-components';
angular
.module('myApp', [
…,
webUniverseComponents;
…,
]);
Test
yarn test
Related
- ovh-manager-web - OVH Control Panel Web UI
Contributing
Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, our contributing guide will help get you started.
License
BSD-3-Clause © OVH SAS