sp-dev-fx-webparts/samples/react-page-navigator/README.md

35 lines
893 B
Markdown
Raw Normal View History

# React Page Navigator
## Summary
This web part fetches all the automatically added Header anchor tags in a SharePoint page and displays them in a Navigation component.
When added to a Vertical Section it can be used as a Contents table for the page
![Page Navigator](./assets/PageNavigator.gif)
## Used SharePoint Framework Version
![version](https://img.shields.io/badge/version-1.9.1-green.svg)
## Minimal Path to Awesome
- git clone the repo
- npm i
- gulp bundle --ship
- gulp package-solution --ship
- Add to App Catalog and Install the App
- Add the web part to a page
## Solution
Solution|Author(s)
--------|---------
react-page-navigator|Aakash Bhardwaj
## Disclaimer
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
---