1.0.0 • Published 6 years ago

awesome-react-links v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Awesome React Links version-1.x.x PRs Welcome MIT

This is still minor version and is in development. current version is not performance efficient.

A collection of animated links/ anchor tags. this can be used on any clickable element.

Demo

Installation

npm install awesome-react-links

Usage

import AwesomeLinks from "awesome-react-links";

<AwesomeLinks linkStyle="highlight1">
  <a href="https://www.google.com">Google</a>
</AwesomeLinks>;

check out the demo for all styles and how to use them!

All styles

Styles

Show your support

:star: this repo

Contributions

This is my first published package in npm so if you have an improvement or suggestion,

  • Raise an issue and submit on github.
  • Look in the projects in github to get the ideas on ways to contribute.
  • Create a pull request! :)

Follow the steps given here before submitting a PR.

License

This repository is licensed under the MIT license. See LICENSE for details.