https://github.com/zotero/web-common
https://github.com/zotero/web-common
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zotero/web-common
- Owner: zotero
- License: other
- Created: 2023-06-05T23:49:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T14:28:49.000Z (over 1 year ago)
- Last Synced: 2024-10-23T17:15:32.658Z (over 1 year ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
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'`.