hds-js
v4.0.0
Published
Vanilla js for the Helsinki Design System
Downloads
399
Readme
hds-js
Hds-js contains vanilla js exported from the hds-react package of the Helsinki Design System. It has no own source; the files are hand-picked from the React version. React or CSS are not included. This package does not include any UI components either.
Getting started
Install the package.
yarn add hds-js
Using the components
JS
import { cookieController } from 'hds-js';
Development
Read more here.
Documentation
Read more here.
Built with
- TypeScript support.
- Bundled with Rollup, compiled with Babel.
- Source files are in the hds-react package.
Supported browsers
The supported browser versions are listed in the hds-react README.