https://github.com/IIIF-Commons/iiif-tree-component
IIIF tree menu sortable by date with multi-select capability
https://github.com/IIIF-Commons/iiif-tree-component
Last synced: about 1 year ago
JSON representation
IIIF tree menu sortable by date with multi-select capability
- Host: GitHub
- URL: https://github.com/IIIF-Commons/iiif-tree-component
- Owner: IIIF-Commons
- License: mit
- Created: 2016-05-24T10:09:55.000Z (about 10 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-07T12:51:29.000Z (about 1 year ago)
- Last Synced: 2025-04-14T05:49:00.785Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-iiif - iiif-tree-component - IIIF tree menu sortable by date with multi-select capability. (Presentation API Libraries / Image viewers (Image API only))
README
# iiif-tree-component
## Getting started
npm i
npm run build
npm start
This will launch a demo on http://localhost:3000/examples that you can use for interactive testing.
## Making a release
First decide on a new version number (x.y.z) using [semantic versioning](https://semver.org/). Then run these commands, being sure to substitute the real version number for x.y.z below:
npm i
npm version x.y.z
npm publish