0.1.6-aplha ā€¢ Published 2 years ago

@criticalcarpet/hyperlinks v0.1.6-aplha

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

CodeFactor FOSSA Status GitHub package.json version

A JavaScript library to make "Anchor tags" more beautiful !!! šŸ’–

āÆ Features

  • Grab the meta-data of the websites in the background
  • Fancy tooltip like display for preview
  • No extra configuration needed
  • Works all by itself

āÆ Usage/Examples

Steps to follow :

  • Add the Hyperlinks-Js script to the head of your html.
  • Add the Hyperlinks-Css stylesheet below the script.
  • Add the hyperlinks class the anchor tags for which you wish to have a preview.

āš  Note :

Here is a code snippet of a working model šŸ‘‡

<html>
  <head>
    <title>Hyperlinks</title>
    <script src="https://cdn.jsdelivr.net/npm/@criticalcarpet/hyperlinks/dist/index.bundle.js" type="module" defer></script>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@criticalcarpet/hyperlinks/dist/main.css">
  </head>
  <body>
      <a href="https://github.com/Criticalcarpet/" class="hyperlinks">Github</a>
      <a href="https://github.com/Manik2375/" class="hyperlinks">Github-2</a>
  </body>
</html>

āÆ Credits

āÆ Support

Feel free to DM in Discord for any issues you are facing.

āÆ License

FOSSA Status

0.1.6-aplha

2 years ago

0.1.5

2 years ago

1.0.1637595289

2 years ago

1.0.1637595081

2 years ago

0.1.5-alpha

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago