{"id":20648127,"url":"https://github.com/designsystems-os/design-ui","last_synced_at":"2025-09-16T12:10:37.432Z","repository":{"id":57107688,"uuid":"172268445","full_name":"designsystems-os/design-ui","owner":"designsystems-os","description":"CSS-in-JS (styled-components, emotion and more...) starter design systems with react and docz ","archived":false,"fork":false,"pushed_at":"2019-03-02T21:00:15.000Z","size":1179,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T05:23:54.792Z","etag":null,"topics":["cli","css-in-js","design-systems","docz","emotion","jest","react","styled-components"],"latest_commit_sha":null,"homepage":"https://opencollective.com/design-systems-os/updates/npm-releases","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/designsystems-os.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-23T21:56:18.000Z","updated_at":"2023-03-25T21:26:19.000Z","dependencies_parsed_at":"2022-08-20T17:11:14.159Z","dependency_job_id":null,"html_url":"https://github.com/designsystems-os/design-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/designsystems-os%2Fdesign-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/designsystems-os%2Fdesign-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/designsystems-os%2Fdesign-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/designsystems-os%2Fdesign-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/designsystems-os","download_url":"https://codeload.github.com/designsystems-os/design-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249252335,"owners_count":21238166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","css-in-js","design-systems","docz","emotion","jest","react","styled-components"],"created_at":"2024-11-16T17:06:23.740Z","updated_at":"2025-09-16T12:10:32.358Z","avatar_url":"https://github.com/designsystems-os.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align:center; display:grid; place-content:center;\"\u003e\n  \u003cimg src=\"https://i.ibb.co/KL5bxHs/design-ui-logo.png\" style=\"margin:auto;height:250px;\"/\u003e\n  \u003cbr\u003e\n  \u003ch3\u003efully customizable design systems w/ styled-components and more...\u003c/h3\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n## **Description**\n\n**Design-UI** is a collection of starter templates built on top of `create-react-app v2+` to give you the ability to create a design system from scratch with:\n\n- Different **CSS-in-JS** libraries (_`styled-components`, `emotion` etc._)\n- `React v16.8+` ([ 📖 _docs_ ](https://reactjs.org/))\n- `Docz` ([ 📖 _docs_ ](https://www.docz.site))\n\n## 🚀 **Getting Started**\n\n### Install the CLI Globally\n\n```bash\nnpm install -g @design-ui/[library]\n```\n\n### Generate Your Design System\n\n```bash\ndesign-ui-[library] \u003cproject_name\u003e\n```\n\n### Running Your Project\n\nTo get up and running with your design system:\n\n```bash\n# Install Your Dependencies\nyarn\n\n# Run Your Test Suite\nyarn test\n\n# Lint Your Styled Components\nyarn lint:css\n\n# Serve Your Documentation\nyarn docs\n```\n\n\u003cbr /\u003e\n\n## 💁🏾 **Styling Components**\n\nYou can use the design system components standalone or as wrappers for your React components that contain additional logic to separate concerns\n\n### Basic Usage w/ Default Styles\n\n```html\n// Standalone\n\u003cDesignButton /\u003e\n\n// Wrapper\n\u003cDesignButton\u003e\n  \u003cReactComponent /\u003e\n\u003c/DesignButton\u003e\n```\n\n### Custom Styling\n\n```html\n// Customizable Style Props\n\u003cDesignButton\n  bg=\"rebeccapurple\"\n  bgActive=\"#6b41d2\"\n  color=\"#444\"\n  colorActive=\"#fff\"\n  br=\"5px\"\n/\u003e\n```\n\n## 📃 **Documentation**\n\n**Docz** ( _.mdx_ ) documentation files are represented in each component folder but can be rearranged to suit your desired project structure\n\n\u003cimg src=\"https://i.ibb.co/Phbpcxq/Screen-Shot-2019-02-23-at-2-37-23-PM.png\" alt=\"Screen-Shot-2019-02-23-at-2-37-23-PM\" height=\"200px;\"\u003e\n\nYou can customize documentation styling in the **doczrc.js** file at the root of the default project\n\n## ✏️ **Testing**\n\nThe template comes with out-of-the-box testing with `jest` for your React components (_included with `create-react-app`_) and testing compatible with your specific CSS-in-JS library\n\n\u003cbr /\u003e\n\n## **Contributors**\n\n### Built with 💖 by this human:\n\n[\u003cimg src=\"https://avatars3.githubusercontent.com/u/10368585?s=460\u0026v=4\" alt=\"Jazz Lyles\" width=\"75px;\" style=\"border-radius:50%;\" /\u003e](https:/jazz-lyles.com/)\u003cbr /\u003e\n[✉️](mailto:ripley36706@gmail.com)\n\n## **License**\n\nLicensed under MIT\n\nCopyright \u0026copy; 2019 [Jazz Lyles](https://jazz-lyles.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesignsystems-os%2Fdesign-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesignsystems-os%2Fdesign-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesignsystems-os%2Fdesign-ui/lists"}