/design-system

This library (Classic) is officially in Maintenance mode only. We will only fix bugs and will no longer add new features. For the latest library, please follow the TVA project (https://pluralsight.github.io/tva/).

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Pluralsight Design System Build Status

The UI building blocks for creating a cohesive design across Pluralsight products.

Light WIP -- 50% less fat!

⚠️ Important: This library (Classic) is officially in Maintenance mode only. We will only fix bugs and will no longer add new features. For the latest library, please follow the TVA project.

Check it out

design-system.pluralsight.com

Get involved

Run locally

Install nvm

nvm install
nvm use
yarn config set ignore-engines true

yarn
yarn build
yarn start

Publishing packages

yarn publish:all