1.10.2 • Published 9 months ago

@humblejs/link v1.10.2

Weekly downloads
4
License
Apache-2.0
Repository
-
Last release
9 months ago

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>