https://github.com/code-dot-org/dsco_
Reusable components that make up the Design System for Code.org (DSCO)
https://github.com/code-dot-org/dsco_
Last synced: 9 days ago
JSON representation
Reusable components that make up the Design System for Code.org (DSCO)
- Host: GitHub
- URL: https://github.com/code-dot-org/dsco_
- Owner: code-dot-org
- Created: 2022-01-06T00:21:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T00:37:31.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T02:37:42.483Z (4 months ago)
- Language: JavaScript
- Homepage: https://code-dot-org.github.io/dsco_/
- Size: 9.69 MB
- Stars: 5
- Watchers: 17
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Design System for Code.org (DSCO)
This repository translates our design system to code and publishes the corresponding styles and React components as independent NPM packages. It's "dsco\_" because "dsco" wasn't available as an NPM organization :)
Visit [our Storybook](https://code-dot-org.github.io/dsco_/) to see interactive visual representations of the components published from this repository.
See [our contributing guidelines](CONTRIBUTING.md) if you'd like to set this repository up locally and make a contribution! Please note that while we may accept external contributions in the future, only Code.org engineers have access to contribute while this repository is still in early, active development.
## Packages
This repository publishes the following packages:
- [@dsco_/common](packages/common/)
- [@dsco_/link](packages/link/)
See the README in each package for installation and usage instructions.