@dbmdz/mirador-multipagenavigation

1.1.2 • Public • Published

Multi-Page Navigation

NPM Maven Central

Adds a small additional navigation bar to the top of the viewport that allows faster seeking through a manifest.

Installation

You can find production-ready build artifacts in the releases section.

Alternatively, you can use npm to install the artifacts:

$ npm install @dbmdz/mirador-multipagenavigation

If you have a Java Web-Application managed with mvn, there is also a WebJar, which can be included as follows:

<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>dbmdz__mirador-multipagenavigation</artifactId>
  <version>{set to current version}</version>
</dependency>

Usage

  • enable the plugin by including the CSS and the JavaScript (after loading Mirador):
<link rel="stylesheet" type="text/css" href="<url to the plugin>/multiPageNavigation.min.css" />
...
<script src="<url to the plugin>/multiPageNavigation.min.js"></script>

Readme

Keywords

Package Sidebar

Install

npm i @dbmdz/mirador-multipagenavigation

Weekly Downloads

4

Version

1.1.2

License

MIT

Unpacked Size

16.3 kB

Total Files

7

Last publish

Collaborators

  • dbmdz-deployment
  • morpheus-87
  • marcus.bitzl
  • jbaiter