A collection of Helsinki Design System components implemented using React.
📚 See the components in Storybook
yarn add hds-react
import { TextInput } from "hds-react";
// you can also import components individually instead of importing the whole package
import { TextInput } from "hds-react/components/TextInput";
The Helsinki fonts are not included in the package due to copyright reasons.
Read more here.
- React with TypeScript support
- bundled with Rollup, compiled with Babel
- CSS Modules with typed-css-modules for styles
- ESLint for code analysis
- Prettier for code formatting
- Jest with React Testing Library for testing
- Loki for visual regression testing