Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiendanube/nimbus-design-system
Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop’s team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
https://github.com/tiendanube/nimbus-design-system
accessibility colors component-library design-systems nimbus react ui ui-components ui-kit
Last synced: about 5 hours ago
JSON representation
Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop’s team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
- Host: GitHub
- URL: https://github.com/tiendanube/nimbus-design-system
- Owner: TiendaNube
- License: mit
- Created: 2022-07-08T18:20:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T22:06:51.000Z (23 days ago)
- Last Synced: 2025-01-02T01:08:09.015Z (9 days ago)
- Topics: accessibility, colors, component-library, design-systems, nimbus, react, ui, ui-components, ui-kit
- Language: TypeScript
- Homepage:
- Size: 30.9 MB
- Stars: 18
- Watchers: 106
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ☁️ Nimbus Design System
> Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop’s team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
![PRs](https://img.shields.io/badge/PRs-Welcome-0CA76B)
[![codecov](https://codecov.io/gh/TiendaNube/nimbus-design-system/branch/master/graph/badge.svg?token=L0STGHV91A)](https://codecov.io/gh/TiendaNube/nimbus-design-system)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)## 📚 Documentation
Check out our [documentation site](https://nimbus.nuvemshop.com.br) for detailed guidelines and resources.
We use [Storybook](https://storybook.js.org) as our front-end library to provide a full interactive playground for testing and building components.
You can browse through our [playground](https://tiendanube.github.io/nimbus-design-system) to test and see our components in action.
## 🚀 Installation
- **Install**
```shell
$ npm install @nimbus-ds/name-component// or
$ yarn add @nimbus-ds/name-component
```## 💻 Start developing
- **Install dependencies**
Get all dependencies installed by running
```shell
$ yarn
```- **Setting up the project**
```shell
$ yarn prepare-husky
```- **Start developing**
Start the local environment with
```shell
$ yarn start:dev
```## 📚 General informations
To standardize our commits we use [Conventional Commits](https://www.conventionalcommits.org/) a specification for adding human and machine readable meaning to commit messages
- **Naming standards**
```shell
# commit
feat: description
```- **Linter**
```shell
# find problems
$ yarn lint# find and fix problems automatically
$ yarn lint:fix
```- **Unit tests**
```shell
# run all unit tests
$ yarn test# run all the tests and watch for changes in related files
$ yarn test:watch# run tests only on changed files
$ yarn test:staged# run all unit tests generates the coverage report in the coverage folder in the project root
$ yarn test:coverage# run all unit tests generates the coverage report in the coverage folder in the project root and watch changes in related files
$ yarn test:watch:coverage
```- **Hooks**
This project has these hooks:
- `pre-commit`: perform static code analysis with eslint
- `commit-msg`: validates the commit message according to the convention adopted by the project
- `pre-push`: perform unit testing of project components and integration tests## 🖥️ Release process
While our release schedule is flexible, our general strategy is to release several larger improvements inside each stable release. In order to provide faster access to fixes and enhancements between main releases we provide release candidates which are published on every merge into `master`.
The step by step to perform a release release can be found at the [link](https://github.com/TiendaNube/nimbus-design-system/blob/master/RELEASE_PROCESS.md).## 🔗 Useful links
- [Design Tokens](https://github.com/TiendaNube/nimbus-design-system/tree/master/packages/tokens). We use tokens to store all our primitives (colors, spacing values, grid system, etc.).
- [Nimbus Icons](https://github.com/TiendaNube/nimbus-icons). Our very own open-source icon library.## 🤝 Contributing
We encourage all ideas, suggestions and feedback. If you want to collaborate with us, start by reading our [contribution guidelines](./CONTRIBUTING.md).
## 📄 License
Licensed under the MIT License, Copyright © 2022-present [Tiendanube](https://www.nuvemshop.com.br).
See [LICENSE](./LICENSE) for more information.