https://github.com/bcc-code/bcc-design
Packages, assets and documentation to use the BCC Design System
https://github.com/bcc-code/bcc-design
component-library components design-system
Last synced: about 1 month ago
JSON representation
Packages, assets and documentation to use the BCC Design System
- Host: GitHub
- URL: https://github.com/bcc-code/bcc-design
- Owner: bcc-code
- License: apache-2.0
- Created: 2023-01-17T10:28:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T14:08:34.000Z (about 1 year ago)
- Last Synced: 2025-06-27T11:59:43.167Z (12 months ago)
- Topics: component-library, components, design-system
- Language: TypeScript
- Homepage: https://developer.bcc.no/bcc-design
- Size: 7.29 MB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Design System
Packages, assets and documentation to use the BCC Design System in your products.
## Links
[Full documentation](https://developer.bcc.no/bcc-design)
## Contributing
Do you want to contribute to the libraries in this repository? Many parts of the design system are maintained by the community and we welcome your involvement! Read the [contributing guide](./CONTRIBUTING.md) to get started.
## Repository structure
### Main packages
- [design-library](./design-library/README.md) - CSS and Vue implementation of components, tokens and typography
- [icons](./icons/README.md) - Icons based on Material Design, in SVG and Vue component formats
### Other folders
- `docs` folder is deployed with the common VuePress setup to [developer.bcc.no/bcc-design](https://developer.bcc.no/bcc-design/)
- `www` folder is used for design assets and is deployed to [design.bcc.no](https://design.bcc.no)
- `infra` folder contains terraform scripts
## Infrastructure
Infrastructure for the project is managed in [bcc-docsite](https://github.com/bcc-code/bcc-docsite) repository