An open API service indexing awesome lists of open source software.

https://github.com/zotero/web-common


https://github.com/zotero/web-common

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Zotero Web Common
A set of tree-shakeable utilities, hooks and React components used throught Zotero web applications.

## Usage
Anticipated usage is as a git submodule from a tagged versions following [semver](https://semver.org/). Indivudual directories (`components/`, `hooks/` and `utils/`) are index allowing direct imports, e.g. `import { Dropdown } from 'web-common/components'`.