@humblejs/link
v1.10.2
Published
Link supports smooth transition of pages within humble.js framework which displays spinner (or custom skeleton for the page) while loading the page.
Downloads
6
Readme
Link
Link supports smooth transition of pages within humble.js framework which displays spinner (or custom skeleton for the page) while loading the page.
Usage is similar to <a>
Install
yarn add @humblejs/link
Example
import Link from '@humblejs/link';
// ...
<Link href={myLink} className="any-custom-class">My Link</Link>