All Projects → thoughtbot → design-system

thoughtbot / design-system

Licence: MIT license
thoughtbot design system (tbds)

Programming Languages

SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to design-system

template-design-system-de-l-etat
Démo du Design System de l'État (ressource non officielle)
Stars: ✭ 33 (-32.65%)
Mutual labels:  design-system
ui-kit
D2iQ UI Kit
Stars: ✭ 29 (-40.82%)
Mutual labels:  design-system
mint-ui
Design System | React UI components for web
Stars: ✭ 17 (-65.31%)
Mutual labels:  design-system
uinix-ui
A minimal framework-agnostic and configurable UI system to build UI systems. Your system your rules 🤘.
Stars: ✭ 19 (-61.22%)
Mutual labels:  design-system
design-system
Nulogy Design System
Stars: ✭ 61 (+24.49%)
Mutual labels:  design-system
ray
Resources for building interfaces with WeWork's design system
Stars: ✭ 55 (+12.24%)
Mutual labels:  design-system
ACCESS-NYC-PATTERNS
ACCESS NYC Pattern library and design system documentation for https://access.nyc.gov. Maintained by @NYCOpportunity
Stars: ✭ 14 (-71.43%)
Mutual labels:  design-system
nextjs-components
A collection of React components, transcribed from https://vercel.com/design.
Stars: ✭ 92 (+87.76%)
Mutual labels:  design-system
GEL
The Design System and supporting website for Westpac GEL
Stars: ✭ 23 (-53.06%)
Mutual labels:  design-system
fuck-design
回归本质,返璞归真!
Stars: ✭ 70 (+42.86%)
Mutual labels:  design-system
react-uswds
USWDS 3.0 components built in React
Stars: ✭ 108 (+120.41%)
Mutual labels:  design-system
base-design-docs
A documentation site for the Base design system.
Stars: ✭ 22 (-55.1%)
Mutual labels:  design-system
hubble-scripts
🔭 📜 Transform Sketch config data & assets into dev-friendly formats.
Stars: ✭ 23 (-53.06%)
Mutual labels:  design-system
designDoc
A lean product design process in markdown that enables cross-functional teams to take an idea from napkin to scale by prioritizing learnings to produce customer-centered solutions.
Stars: ✭ 28 (-42.86%)
Mutual labels:  design-system
orfium-ictinus
This repo will include the building blocks to create the Orfium Parthenons to come ...
Stars: ✭ 20 (-59.18%)
Mutual labels:  design-system
bezier-react
React components library that implements Bezier Design System.
Stars: ✭ 85 (+73.47%)
Mutual labels:  design-system
big-design
Design system that powers the BigCommerce ecosystem.
Stars: ✭ 35 (-28.57%)
Mutual labels:  design-system
react-native-theme
🎨 Build consistent, themeable React Native apps
Stars: ✭ 27 (-44.9%)
Mutual labels:  design-system
design-system
Strapi.io's design system 🚀
Stars: ✭ 262 (+434.69%)
Mutual labels:  design-system
ancestor
💀 UI primitives for ReScript and React
Stars: ✭ 144 (+193.88%)
Mutual labels:  design-system

thoughtbot design system (tbds)

A design system for thoughtbot websites.

Purpose

The purpose of the thoughtbot design system is to…

  • Learn about design systems so that we establish our skillset in the space and provide services to our clients.
  • Support our internal and external websites and set a minimum standard of design, accessibility, maintainability, and quality.

Applications using tbds

Installation for Ruby on Rails

tbds is available through npm and requires Rails 5.1+. Yarn is used to support Heroku deployment.

  1. Make sure you have the Yarn package manager installed: https://yarnpkg.com/en/docs/install

  2. Install the design system package and save it as a dependency:

    yarn add @thoughtbot/design-system
    
  3. Import the system in your Sass manifest:

    @import "@thoughtbot/design-system/src/index";
    

Alternatively, you can assign an alias to the package for more terse usage:

  1. Install the design system package with an alias

    yarn add tbds@npm:@thoughtbot/design-system
    
  2. Import the system using the alias

    @import "tbds/src/index";
    

To import assets using the Rails asset pipeline:

  1. Add node_modules to the asset path.

    # assets.rb
    Rails.application.config.assets.paths << Rails.root.join('node_modules')
  2. Use the assets in *.rb and *.erb.

    image_tag "@thoughtbot/design-system/src/logo/horizontal.svg", title: "thoughtbot"

Deploy Ruby on Rails app with tbds to Heroku

  1. Add webpacker to your Gemfile and install:

    gem "webpacker", require: false
    
    bundle install
    
  2. Add the Node.js Buildpack to your Heroku app.

    Note: You'll need to order the buildpacks to have Node.js first, followed by Ruby.

Compiled CSS

Each version of tbds (starting with v0.7.0) is available as a minified CSS file through the unpkg CDN. While this method is not recommended for production usage, it can be useful for adding tbds as an external stylesheet to CodePen’s or static sites to quickly prototype ideas.

https://unpkg.com/@thoughtbot/[email protected]/dist/tbds.css

Browser support

tbds supports:

  • Latest versions of Chrome, Firefox, and Safari
  • Edge 15+

License

thoughtbot/design-system is Copyright (c) 2020 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

thoughtbot

thoughtbot/design-system is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.

We love open source software! See our other projects or hire us to help build your product.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].