A Bootstrap 3 theme for the OVH managers, based on OVH UI.
Install with npm
npm install ovh-ui-kit-bs
Install with yarn
yarn add ovh-ui-kit-bs
A 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.css
contains all styles of[email protected]
. No need to add anotherbootstrap.css
as a base.bootstrap.js
andbootstrap.min.js
are provided in the/dist
folder, 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-bs
in the test page
yarn build
yarn start
If 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