0.1.6-aplha ⢠Published 4 years ago
@criticalcarpet/hyperlinks v0.1.6-aplha
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 :
Please add the
/
after any link.
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
- Special Thanks to
Gabriel nunes
for permitting us to useallOrigins
for the library. - Also thanks to the below people for helping out and giving tips for the welfare of the project :
⯠Support
Feel free to DM in Discord for any issues you are facing.
⯠License
0.1.6-aplha
4 years ago
0.1.5
4 years ago
1.0.1637595289
4 years ago
1.0.1637595081
4 years ago
0.1.5-alpha
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago