A Bootstrap 3 theme for the OVH managers, based on OVH UI.
Install with npm
npm install ovh-ui-kit-bsInstall with yarn
yarn add ovh-ui-kit-bsA test page is available here for viewing all styles and component of our theme.
<link rel="stylesheet" href="path/to/ovh-ui-kit-bs/dist/oui-bs3.css">
<script src="path/to/ovh-ui-kit-bs/dist/js/bootstrap.min.js" type="text/javascript"></script>Notes:
oui-bs3.csscontains all styles of[email protected]. No need to add anotherbootstrap.cssas a base.bootstrap.jsandbootstrap.min.jsare provided in the/distfolder, but are the same as those provided by[email protected].
- Clone and install
ovh-ui-kit-bs
git clone https://github.com/ovh/ovh-ui-kit-bs.git
cd ovh-ui-kit-bs
yarn install- Build and run
ovh-ui-kit-bsin the test page
yarn build
yarn startIf you apply modifications on the source files, you'll need to rebuild the project.
- Contribute: https://github.com/ovh/ovh-ui-kit-bs/blob/master/CONTRIBUTING.md
- Report bugs: https://github.com/ovh/ovh-ui-kit-bs/issues
- Get latest version: https://github.com/ovh/ovh-ui-kit-bs
See https://github.com/ovh/ovh-ui-kit-bs/blob/master/LICENSE