@littlespoon/link
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

@littlespoon/link

NPM version

Install

Yarn:

yarn add @littlespoon/link

npm:

npm install @littlespoon/link --save

UNPKG

Usage

Import component:

import Link from '@littlespoon/link'

Render link:

<Link href="#">Text</Link>

Render link with underline on hover:

<Link href="#" underline="hover">
  Text
</Link>

Render link with no underline:

<Link href="#" underline="none">
  Text
</Link>

Render external link:

<Link href="https://www.littlespoon.com/" target="_blank">
  Text
</Link>

Readme

Keywords

Package Sidebar

Install

npm i @littlespoon/link

Weekly Downloads

185

Version

1.3.2

License

UNLICENSED

Unpacked Size

13.7 kB

Total Files

17

Last publish

Collaborators

  • littlespoondev
  • remarkablemark