0.0.1-rc1 • Published 3 years ago

bit-docs-html-prev-next v0.0.1-rc1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

bit-docs-html-prev-next

Use

To use, add bit-docs-html-prev-next to your bit-docs dependencies in package.json:

{
  ...

  "bit-docs": {
    "dependencies": {
      "bit-docs-html-prev-next": "$VERSION"
    }
  }
}

Where $VERSION is the latest version on npm.

In your template add a <bit-prev-next> element:

<bit-prev-next list-selector="#my-custom-selector"></bit-prev-next>