Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.68 KB

File metadata and controls

65 lines (45 loc) · 2.68 KB

hds-react npm npm bundle size

A library of Helsinki Design System components implemented using React.

📚 See the components in Storybook

Getting started

Install the package.

yarn add hds-react

Using the components

JS

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

Supported browsers

Helsinki Design System uses the react-scripts library's default browserslist config to target a broad range of browsers. This means that the following browsers are supported:

The supported browser versions are listed in browserslists test page

More info about browser support: