Skip to content

Design-UX-UI-Ateliers/ovh-ui-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVHcloud UI Kit

Introduction

This repository is a monorepo containing all the source code of our components framework.

Installation

Clone and install ovh-ui-kit by using yarn >= 1.12.3 (we are using workspace feature: https://yarnpkg.com/lang/en/docs/cli/workspace/)

git clone https://github.com/ovh/ovh-ui-kit.git
cd ovh-ui-kit
yarn

Develop

Run ovh-ui-kit in the Workshop.

This will open Storybook in your default browser

yarn start

Hot reload

Once you have yarn start-ed the project, you can edit anything with an automatic browser refresh as a result.

Documentation

Documentation is available from the packages/ folder, every package is self-documented throught a README.md file.

Changelog

For full Changelog, visit https://ovh.github.io/ovh-ui-kit/?path=/docs/documentation-changelog--page.

Related links

License

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

Packages

No packages published

Languages

  • JavaScript 64.3%
  • Less 22.5%
  • HTML 10.1%
  • CSS 2.1%
  • SCSS 1.0%