All Projects → gustavoquinalha → design-tokens-generator

gustavoquinalha / design-tokens-generator

Licence: other
Create your Semantic Style Variables (Universal language for developers and designers).

Programming Languages

Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to design-tokens-generator

foundational-design-system-proto
A prototype for a foundational design system at Shopify
Stars: ✭ 82 (+100%)
Mutual labels:  design-systems, tokens
google-spreadsheets-theo
Import Google Spreadsheets to a format digestable by Theo
Stars: ✭ 13 (-68.29%)
Mutual labels:  design-systems, design-tokens
Theo
Theo is a an abstraction for transforming and formatting Design Tokens
Stars: ✭ 1,697 (+4039.02%)
Mutual labels:  design-systems, design-tokens
mole
A tool for managing design decision outputs for different platforms
Stars: ✭ 30 (-26.83%)
Mutual labels:  design-systems, design-tokens
Styled System
⬢ Style props for rapid UI development
Stars: ✭ 7,126 (+17280.49%)
Mutual labels:  design-systems, tokens
Style Dictionary
A build system for creating cross-platform styles.
Stars: ✭ 2,097 (+5014.63%)
Mutual labels:  design-systems, design-tokens
Figma Theme
Generate development-ready theme JSON files from Figma Styles
Stars: ✭ 130 (+217.07%)
Mutual labels:  design-systems, tokens
lighthouse
Lighthouse is a continuous design system for integrating design with development workflows.
Stars: ✭ 25 (-39.02%)
Mutual labels:  design-systems
elm-antd
The official Ant Design UI Kit for Elm
Stars: ✭ 56 (+36.59%)
Mutual labels:  design-systems
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+882.93%)
Mutual labels:  design-systems
SecretNetwork
𝕊 The Secret Network
Stars: ✭ 466 (+1036.59%)
Mutual labels:  tokens
fabric-token-sdk
The Fabric Token SDK is a set of API and services that lets developers create token-based distributed application on Hyperledger Fabric.
Stars: ✭ 63 (+53.66%)
Mutual labels:  tokens
stork
Retrieve tokens from Vault for your EC2 instances.
Stars: ✭ 12 (-70.73%)
Mutual labels:  tokens
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-63.41%)
Mutual labels:  tokens
awesome-ux-design-styles
Curated list of UX styleguides and design systems
Stars: ✭ 66 (+60.98%)
Mutual labels:  design-systems
zeneth
🏵️ Let Your ETH Chill — Gasless Ethereum account abstraction with Flashbots
Stars: ✭ 112 (+173.17%)
Mutual labels:  tokens
theme-ui-native
Build consistent, themeable React Native apps based on constraint-based design principles
Stars: ✭ 67 (+63.41%)
Mutual labels:  design-tokens
moon-design
Moon Design System for React
Stars: ✭ 209 (+409.76%)
Mutual labels:  design-systems
awesome-ico-truths
Awesome Initial Coin Offerings (ICO) Truths - The Art of the Steal - The Scammers' Big Lies ++ ICO tokens are like bitcoins, ICOs are like IPOs, ICO White Papers are like "Due Diligence" Inverstor Prospectus, ...
Stars: ✭ 32 (-21.95%)
Mutual labels:  tokens
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+107.32%)
Mutual labels:  design-systems

Design tokens generator

Design tokens are the minimum elements of the design system

Example

//Font Family
$font-family-01: Roboto, sans-serif;

//Font Size
$font-size-01: 62px;
$font-size-02: 48px;
$font-size-03: 32px;
$font-size-04: 24px;
$font-size-05: 16px;
$font-size-06: 14px;
$font-size-07: 12px;

//Line Height
$line-height-01: 1;
$line-height-02: 1.5;

//Font Weight
$font-weight-01: normal;
$font-weight-02: medium;
$font-weight-03: bold;

//Letter Spacing
$letter-spacing-01: -1;
$letter-spacing-02: 0;
$letter-spacing-03: 1;

//Brand Colors
$color-primary: #000;
$color-secundary: #fff;

//Media Query
$media-query-01: 576px;
$media-query-02: 768px;
$media-query-03: 992px;
$media-query-04: 1200px;

//Sizes
$size-01: 4px;
$size-01: 8px;
$size-01: 16px;
$size-01: 24px;
$size-01: 32px;
$size-01: 64px;

//Box Shadow
$box-shadow-01: 4px 0 8px 0 rgba(0,0,0,.16);
$box-shadow-02: 8px 0 16px 0 rgba(0,0,0,.16);
$box-shadow-03: 16px 0 24px 0 rgba(0,0,0,.16);

//Border Width
$border-01: 1px;
$border-02: 2px;
$border-03: 4px;

//Border Radius
$border-radius-01: 4px;
$border-radius-02: 50%;
$border-radius-03: 500px;

//Icon Size
$icon-size-01: 16px;
$icon-size-02: 24px;
$icon-size-03: 46px;

//Opacity
$opacity-01: .1;
$opacity-02: .4;
$opacity-03: .6;
$opacity-04: .8;

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000/design-tokens-generator/
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

# deploy to github pages
$ yarn deploy

Inspirate by

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].