@knapsack-cloud/msk-design-system
v6.150.2
Published
Memorial Sloan Kettering Design System
Downloads
25
Readme
MSK Design System
Welcome. Before we start, do you want to contribute to or use the design system?
Contributers make and edit the patterns and components and should consult the CONTRIBUTING.md document.
Those that want to utilize the components of the design system should follow these steps:
See the docs at: https://app.knapsack.cloud/site/msk-design-system
Quick Start
yarn add @knapsack-cloud/msk-design-system
React users can use this to get started:
import {
MskButton,
MskList,
// etc
} from '@knapsack-cloud/msk-design-system/react';
import '@knapsack-cloud/msk-design-system/dist/main.css';