The new Hedwig Design System is now stable and can be found here. This repository will be minimally maintained.
Hedwig react components
npm install @posten/hedwig-react
We are using icons from Font Awesome Pro wich requires you to obtain a licence. The auth token from your licence will need to be added to an environment variable. For Posten and Bring developers, please contact the Hedwig contributors for this token. For other users, a licence can be obtained here
export NPM_TOKEN=[your auth token]
Our components are functional components only, so you will still have to import fonts and styling
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@posten/hedwig@{version}/assets/fonts.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@posten/hedwig@{version}/dist/{posten/bring}.css">
import { Badge } from '@posten/hedwig-react'
<Badge>Hello world</Badge>
MIT © Bring