The Wellcome Design System provides foundations for use across Wellcome's digital products. This comprises global styling variables and generic components, built using React and TypeScript.
npm install @wellcometrust/design-system --save
import { ComponentName } from '@wellcometrust/design-system
/* core styles */
@import '~@wellcometrust/design-system/dist/core';
/* theme styles */
@import '~@wellcometrust/design-system/dist/theme';
https://designsystem.wellcome.org/
git clone [email protected]:wellcometrust/design-system.git
This repo supports a specific version of Node.js which is specified in .nvmrc. It is strongly recommended that you install NVM on your local machine to easily manage multiple versions of Node.
Running nvm use
from the command line will automatically pick up the version named in the .nvmrc
file and set this as the node version for the current terminal window.
npm install
npm run storybook
npm run build
New releases are published to NPM. Please speak to a member of the project dev team about this.