Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bewond/design-system
Bewond’s open-source design system for products and digital experiences.
https://github.com/bewond/design-system
design design-system
Last synced: 2 days ago
JSON representation
Bewond’s open-source design system for products and digital experiences.
- Host: GitHub
- URL: https://github.com/bewond/design-system
- Owner: Bewond
- License: apache-2.0
- Created: 2020-07-20T19:18:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T14:02:22.000Z (over 1 year ago)
- Last Synced: 2024-11-03T18:34:37.330Z (3 months ago)
- Topics: design, design-system
- Language: Dart
- Homepage: https://bewond.com/design
- Size: 796 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![packages](https://github.com/Bewond/design-system/actions/workflows/packages.yaml/badge.svg)](https://github.com/Bewond/design-system/actions/workflows/packages.yaml)
[![codecov](https://codecov.io/gh/Bewond/design-system/branch/main/graph/badge.svg?token=9MUDEVQ43P)](https://codecov.io/gh/Bewond/design-system)## Overview
BDS (Bewond Design System) is Bewond’s open source design system for products and digital experiences. A design system is a collection of pre-built, reusable assets—components, patterns, guidance, and code—that allows its users to build consistent digital experiences faster.
_(Currently in beta)._
| Package name | Description | Support |
|--------------------|--------------------------------------|---------------------------------|
| **bds-components** | Components collection. | |
| **bds-elements** | Reusable combinations of components. | |
| **bds-colors** | Color tokens and themes. | [Flutter](/packages/bds_colors) |
| **bds-layout** | Layout and space tokens. | |
| **bds-type** | Text style tokens. | [Flutter](/packages/bds_type) |## Documentation
- **[Guidelines](https://bewond.com/design/bds/guidelines)**
- [Grid](https://bewond.com/design/bds/grid)
- [Spacing](https://bewond.com/design/bds/spacing)
- [Color](https://bewond.com/design/bds/color)
- [Typography](https://bewond.com/design/bds/typography)
- [Icons](https://bewond.com/design/bds/icons)
- [Motion](https://bewond.com/design/bds/motion)
- **[Components](https://bewond.com/design/bds/components)**
- **[Patterns](https://bewond.com/design/bds/patterns)**
- **[Templates](https://bewond.com/design/bds/templates)**### Inspiration
- [Material Design](https://material.io/)
- [Carbon Design System](https://www.carbondesignsystem.com/)
- [Shopify Polaris](https://polaris.shopify.com/)
- [Base Web](https://baseweb.design/)
- [Vercel Design](https://vercel.com/design)## Contributing ❤️
We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our [Contributing Guide](/CONTRIBUTING.md)
### Maintainers
- [Riccardo Brero](https://github.com/Riki1312)
## License
Licensed under the [Apache 2.0 License](/LICENSE).