Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovh/ovh-ui-kit-bs
A bootstrap theme for the OVH managers, based on ovh-ui-kit
https://github.com/ovh/ovh-ui-kit-bs
bootstrap ovh ovhcloud theme
Last synced: 12 days ago
JSON representation
A bootstrap theme for the OVH managers, based on ovh-ui-kit
- Host: GitHub
- URL: https://github.com/ovh/ovh-ui-kit-bs
- Owner: ovh
- License: bsd-3-clause
- Created: 2017-08-23T11:58:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T22:10:48.000Z (4 months ago)
- Last Synced: 2024-10-11T06:44:38.242Z (about 1 month ago)
- Topics: bootstrap, ovh, ovhcloud, theme
- Language: Less
- Homepage: http://ovh.github.io/ovh-ui-kit-bs/
- Size: 7.64 MB
- Stars: 13
- Watchers: 28
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# OVH UI for Bootstrap 3
A [Bootstrap 3](https://github.com/twbs/bootstrap) theme for the OVH managers, based on [OVH UI](https://github.com/ovh/ovh-ui-kit).
[![npm version](https://badgen.net/npm/v/ovh-ui-kit-bs)](https://www.npmjs.com/package/ovh-ui-kit-bs)
### Install with [npm](https://www.npmjs.com/)
```bash
npm install ovh-ui-kit-bs
```### Install with [yarn](https://yarnpkg.com)
```bash
yarn add ovh-ui-kit-bs
```## Usage
### Test page
A test page is available [here](https://ovh.github.io/ovh-ui-kit-bs/) for viewing all styles and component of our theme.
### Integration
#### html
```html
```
**Notes**:
* `oui-bs3.css` contains all styles of `[email protected]`. 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 `[email protected]`.## Develop
### Run in development mode
1. Clone and install `ovh-ui-kit-bs`
```bash
git clone https://github.com/ovh/ovh-ui-kit-bs.git
cd ovh-ui-kit-bs
yarn install
```2. Build and run `ovh-ui-kit-bs` in the test page
```bash
yarn build
yarn start
```If you apply modifications on the source files, you'll need to rebuild the project.
## Related links
* Contribute: [https://github.com/ovh/ovh-ui-kit-bs/blob/master/CONTRIBUTING.md](https://github.com/ovh/ovh-ui-kit-bs/blob/master/.github/CONTRIBUTING.md)
* Report bugs: [https://github.com/ovh/ovh-ui-kit-bs/issues](https://github.com/ovh/ovh-ui-kit-bs/issues)
* Get latest version: [https://github.com/ovh/ovh-ui-kit-bs](https://github.com/ovh/ovh-ui-kit-bs)## License
See https://github.com/ovh/ovh-ui-kit-bs/blob/master/LICENSE