1.0.0 • Published 2 years ago

@disputas/component-library v1.0.0

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
2 years ago

Shared resources for Hypothesis front-end applications

A package of resources for Hypothesis front-end applications.

Requirements

Your project must have Preact installed as a dependency.

npm install --save preact

Usage

$ npm install @hypothesis/frontend-shared --save

SASS

To add styles for all shared components to your project's SASS:

@use '@hypothesis/frontend-shared/styles';

In JS

import { SvgIcon } from '@hypothesis/frontend-shared';

Additional documentation