UNPKG

react-anchor-navigation

Version:

React lightweight library for anchor scrolling and navigation tied to URL hash.

12 lines (10 loc) 314 B
import { AnchorContext } from "./components/AnchorContext"; import { AnchorLink } from "./components/AnchorLink"; import { AnchorProvider } from "./components/AnchorProvider"; import { AnchorSection } from "./components/AnchorSection"; export { AnchorContext, AnchorLink, AnchorProvider, AnchorSection };