https://github.com/ovh/ovh-ui-kit
OVHcloud UI Kit - Master UI Framework
https://github.com/ovh/ovh-ui-kit
component hacktoberfest ovh ovh-ui ovhcloud
Last synced: 5 months ago
JSON representation
OVHcloud UI Kit - Master UI Framework
- Host: GitHub
- URL: https://github.com/ovh/ovh-ui-kit
- Owner: ovh
- License: bsd-3-clause
- Created: 2017-03-21T15:36:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T15:23:41.000Z (over 1 year ago)
- Last Synced: 2025-03-31T09:05:58.456Z (about 1 year ago)
- Topics: component, hacktoberfest, ovh, ovh-ui, ovhcloud
- Language: JavaScript
- Homepage: https://ovh.github.io/ovh-ui-kit
- Size: 111 MB
- Stars: 61
- Watchers: 42
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# 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](https://yarnpkg.com) >= 1.12.3 (we are using workspace feature: https://yarnpkg.com/lang/en/docs/cli/workspace/)
```bash
git clone https://github.com/ovh/ovh-ui-kit.git
cd ovh-ui-kit
yarn
```
## Develop
Run `ovh-ui-kit` in the [Workshop](./packages/apps/workshop).
This will open [Storybook](https://storybook.js.org/) in your default browser
```bash
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 .
## Related links
* Contribute: [https://github.com/ovh/ovh-ui-kit/blob/master/CONTRIBUTING.md](https://github.com/ovh/ovh-ui-kit/blob/master/CONTRIBUTING.md)
* Report bugs: [https://github.com/ovh/ovh-ui-kit/issues](https://github.com/ovh/ovh-ui-kit/issues)
* Get latest version: [https://github.com/ovh/ovh-ui-kit](https://github.com/ovh/ovh-ui-kit)
## License
See [https://github.com/ovh/ovh-ui-kit/blob/master/LICENSE](https://github.com/ovh/ovh-ui-kit/blob/master/LICENSE)