Skip to content

A bootstrap theme for the OVH managers, based on ovh-ui-kit

License

Notifications You must be signed in to change notification settings

ovh/ovh-ui-kit-bs

OVH UI for Bootstrap 3

A Bootstrap 3 theme for the OVH managers, based on OVH UI.

npm version

Install with npm

npm install ovh-ui-kit-bs

Install with yarn

yarn add ovh-ui-kit-bs

Usage

Test page

A test page is available here for viewing all styles and component of our theme.

Integration

html

<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 bootstrap@v3.4.1. No need to add another bootstrap.css as a base.
  • bootstrap.js and bootstrap.min.js are provided in the /dist folder, but are the same as those provided by bootstrap@v3.4.1.

Develop

Run in development mode

  1. 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
  1. 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.

Related links

License

See https://github.com/ovh/ovh-ui-kit-bs/blob/master/LICENSE