Package Exports
- @patreon/studio
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@patreon/studio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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/studioHow 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