Détail du package

younglinks

a, href, underline, hover

readme

Younglinks

The force is strong with this link

Simple link tags with underline effect.

Installation

Install via npm.

$ npm install younglinks

Usage

Install.

$ npm install -g younglinks

Import component ins your app.

import Younglinks from 'younglinks';

Create component.

<Younglinks />

Options

  1. href
  2. text

example

<Younglinks href='https://www.google.com' text='Check out Google' />

License