PageAnchor
- React
To implement PageAnchor component into your project you'll need to add the import:
import { PageAnchor } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<PageAnchor page={5} href="/page/5" />
To implement PageAnchor component into your project you'll need to add the import:
import { PageAnchor } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<PageAnchor page={5} href="/page/5" />