Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datum-consulting-nz/datum-design-system
Datum Consulting NZ's design system
https://github.com/datum-consulting-nz/datum-design-system
design-system reactjs
Last synced: about 14 hours ago
JSON representation
Datum Consulting NZ's design system
- Host: GitHub
- URL: https://github.com/datum-consulting-nz/datum-design-system
- Owner: datum-consulting-nz
- License: mit
- Created: 2019-03-11T07:41:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T01:00:06.000Z (over 5 years ago)
- Last Synced: 2024-10-23T00:10:48.271Z (16 days ago)
- Topics: design-system, reactjs
- Language: JavaScript
- Homepage: https://mechatronick.github.io/datum-design-system/
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Datum Consulting Group's design system
https://github.com/mechatroNick/datum-design-system
```sh
yarn add @mechatronick/datum-design-system
```This project is heavily inspired by [Priceline.com’s design system][pcln] and [Hackclub.com’s design system][hacl].
## Contributing
Please be sure to read the [Contributing](docs/Contributing.md) doc :)
```sh
npm run dev
```## [Documentation](docs)
* [Getting Started](docs/GettingStarted.md)
* [Contributing](docs/Contributing.md)
* [Theme](docs/Theme.md)
* [ThemeProvider](docs/ThemeProvider.md)## Goals
The core goals of this project are to:
* Speed up design and development velocity
* Help create consistent, beautiful, and usable UI in our various websites
* Promote best practices for accessibility and responsive web designWe hope to accomplish these goals by:
* Reducing the number of decisions needed when iterating on UI
* Reducing the amount of code duplication in our apps
* Serving as the standard for hackclub.com’s visual language
* Providing easy-to-use and extensible components for anyone to consume[pcln]: https://github.com/pricelinelabs/design-system
[hacl]: https://github.com/hackclub/design-system
[site]: https://hackclub.github.io/design-system/[MIT License](LICENSE.md)