younglinks
v1.0.2
Published
Simple <a> links with underline effects
Downloads
4
Maintainers
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
- href
- text
example
<Younglinks href='https://www.google.com' text='Check out Google' />