1.3.2 • Published 1 year ago

@littlespoon/link v1.3.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

@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>
1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago