Shared components, styles and utilities for Hypothesis projects
npm install @disputas/component-libraryA package of resources for Hypothesis front-end applications.
Your project must have Preact installed as a dependency.
npm install --save preact
```
$ npm install @hypothesis/frontend-shared --save
To add styles for all shared components to your project's SASS:
`scss`
@use '@hypothesis/frontend-shared/styles';
`js``
import { SvgIcon } from '@hypothesis/frontend-shared';