Studio Design System
Introduction
Studio Design System is Patreon’s web design system and is built with React and Styled Components and written in Typescript.
The docs for Studio Design System live at https://studio.patreon.com
Installation
npm i -P @patreon/studio
How to use
View available Studio components and how to use them in the docs.
As an example, here’s how you’d import the Text component:
import { Text } from '@patreon/studio'
How to run the docs locally
Run npm run docs:server
and open localhost:3003
in your browser.
How to run tests
Run npm run test
or npm run test:watch