1.0.2 • Published 7 years ago

younglinks v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

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