Skip to content

helsenorge/designsystem

Repository files navigation

Frankenstein - Helsenorge's design system

This repository contains React components in NPM packages that implement the design:

  • @helsenorge/designsystem-react
  • @helsenorge/datepicker

Using the React components

In your project:

npm i @helsenorge/designsystem-react --save

Using components:

import Button from '@helsenorge/designsystem-react/components/Button';

const ExampleComponent: React.FC = () => {
  return <Button>{'Click me'}</Button>;
};

Documentation

View our Storybook to see all components and their props.

Making a new component in @helsenorge/designsystem-react

npm i
cd npm/designsystem
npm run new # Follow the instructions

Use npm run start to start Storybook and start developing your component!

Issues and pull requests

Please file an issue on Github or open a pull request there.

If you have access to Norsk Helsenett's Slack, contact the ROX team for assistance.