All Projects β†’ Wikia β†’ design-system

Wikia / design-system

Licence: GPL-3.0 license
Design System for Wikia

Programming Languages

javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
SCSS
7915 projects

Projects that are alternatives of or similar to design-system

Figgo
πŸ‘―β€β™€οΈA cli tool makes your Figma and local design token stay in sync πŸ‘―β€β™‚οΈ
Stars: ✭ 235 (+2036.36%)
Mutual labels:  design-system
gio-design
A React UI library and GrowingIO Design System
Stars: ✭ 50 (+354.55%)
Mutual labels:  design-system
sha-el-design
React components for easier customization and smooth development flow.
Stars: ✭ 33 (+200%)
Mutual labels:  design-system
Eui
Elastic UI Framework πŸ™Œ
Stars: ✭ 3,248 (+29427.27%)
Mutual labels:  design-system
web-components
A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
Stars: ✭ 322 (+2827.27%)
Mutual labels:  design-system
basis
Basis Design System
Stars: ✭ 55 (+400%)
Mutual labels:  design-system
Learnstorybook.com
Static site and content for Storybook tutorials
Stars: ✭ 2,291 (+20727.27%)
Mutual labels:  design-system
murmur
ICIJ's Design System for Bootstrap 4 and Vue.js
Stars: ✭ 15 (+36.36%)
Mutual labels:  design-system
mix
An expressive way to effortlessly build design systems in Flutter.
Stars: ✭ 251 (+2181.82%)
Mutual labels:  design-system
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+3563.64%)
Mutual labels:  design-system
Learnstorybook Code
Code for Learn Storybook
Stars: ✭ 249 (+2163.64%)
Mutual labels:  design-system
System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+1405890.91%)
Mutual labels:  design-system
ui
Kalo UI Kit & Design Documentation
Stars: ✭ 25 (+127.27%)
Mutual labels:  design-system
Componentdriven.org
Static site and content for Component Driven
Stars: ✭ 237 (+2054.55%)
Mutual labels:  design-system
ViennaUI
Raiffeisenbank Design System
Stars: ✭ 32 (+190.91%)
Mutual labels:  design-system
Awesome Design Systems
A curated list of bookmarks, resources and articles about design systems focused on developers.
Stars: ✭ 222 (+1918.18%)
Mutual labels:  design-system
source
Source: a component library for the Guardian's Design System
Stars: ✭ 97 (+781.82%)
Mutual labels:  design-system
react-dsfr
Non-official React components of the official french Système de Design de l'État.
Stars: ✭ 48 (+336.36%)
Mutual labels:  design-system
paragon
πŸ’Ž An accessible, theme-ready design system built for learning applications and Open edX.
Stars: ✭ 85 (+672.73%)
Mutual labels:  design-system
moon-design
Moon Design System for React
Stars: ✭ 209 (+1800%)
Mutual labels:  design-system

This repository is deprecated - use https://github.com/Wikia/fandom-frontend instead

Fandom Design System

Reference Page and documentation are available at http://fandomdesignsystem.com.

Setup

To install packages you need to set ARTIFACTORY_NPM_TOKEN environment value first. You might already have this token set in your global .npmrc file, because you've executed npm login --scope=fandom script before. In order to make your life easier we prepared a command that will retrieve this token automatically. Just run this command:

source scripts/set-artifactory-token.sh

Deploying test version

To deploy test version you need to run:

yarn release-test

This command will update package patch version + it will append -test.<number> tag. If you need to use another tag (i.e. if tag is already in use) you can pass it as argument to release-test script, like so:

yarn release-test <custom-tag>
# e.g.
yarn release-test my-test

Running release-test command multiple times will increment tag number, so you can deploy multiple versions.

Confluence page

https://wikia-inc.atlassian.net/wiki/display/DESYS/Design+System

Contributors

Contribute to this project

See all contributors on GitHub.

i18n

Localization messages for Design System components

Crowdin

See https://wikia-inc.atlassian.net/wiki/display/INT/i18n+tools for information on getting the design system i18n files to and from crowdin.

Copyright

Code and documentation copyright 2018 Fandom, Inc.

NOTE: code and images contained within this repo are NOT licensed for general use. Please contact us at http://fandom.wikia.com/about#contact if you're interested in licensing any part of this repo.

Installation

  • git clone <repository-url> this repository
  • cd my-app
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js -- --fix

Further Reading / Useful Links

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