wired-link
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

wired-link

Hand-drawn sketchy Anchor/Link web component.

For demo and view the complete set of wired-elememts: wiredjs.com

Usage

Add wired-link to your project:

npm wired-link

Import wired-link definition into your HTML page:

<script type="module" src="wired-link/lib/wired-link.js"></script>

Or into your module script:

import { WiredLink } from "wired-link"

Use it in your web page:

<wired-link href="/more.html">Learn more</wired-link>
<wired-link elevation="3" href="/more.html" target="_blank">Elevation</wired-link>

Properties

elevation - Number between 1 and 5 (inclusive) that gives the sketchy link underline a height. Default value is 1.

href - URL of the page to link to

target - Similar to the target property of <a>, the target window of this link.

Custom CSS Properties

--wired-link-decoration-color - Color of the sketchy underline of the link. Default value is blue. Foreground color is set by setting the color css property.

License

MIT License (c) Preet Shihn

Package Sidebar

Install

npm i wired-link

Weekly Downloads

32

Version

2.1.0

License

MIT

Unpacked Size

9.05 kB

Total Files

7

Last publish

Collaborators

  • shihn