Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.66 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.66 KB

ovh-ui-kit-bs

githubbanner

Maintenance Chat on gitter Build Status

NPM

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

Installation

npm install --save-dev "https://github.com/ovh-ux/ovh-ui-kit-bs"

Usage

Dependencies

Those dependencies will be installed automatically by npm:

Integration

html

<link rel="stylesheet" href="./node_modules/ovh-ui-kit-bs/dist/ovh-ui-kit-bs.css">

less

less-plugin-remcalc is needed to compile the LESS import.

@import "./node_modules/ovh-ui-kit-bs/src/ovh-ui-kit-bs";

// Bootstrap fonts
@icon-font-path: "./node_modules/ovh-ui-kit-bs/dist/fonts/";

// OVH UI icons & fonts
@oui-icon-dist-folder: "./node_modules/ovh-ui-kit-bs/dist/icons";
@oui-font-source-sans-pro-folder: "./node_modules/ovh-ui-kit-bs/dist/fonts/source-sans-pro";

Related links

License

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