Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.52 KB

File metadata and controls

39 lines (26 loc) · 1.52 KB

hds-react npm npm bundle size

A collection of Helsinki Design System components implemented using React.

📚 See the components in Storybook

Getting started

Installing the package:

yarn add hds-react

Using the components:

import { TextInput } from "hds-react";

// you can also import components individually instead of importing the whole package
import { TextInput } from "hds-react/components/TextInput";

Helsinki fonts

The Helsinki fonts are not included in the package due to copyright reasons.

Development

Read more here.

Built with