Custom link implemented using Angular Elements
npm install custom-link-element


A custom element
that displays a "Made With Love" message:

> _For additional information, check out this article._
:html
`Copy the following script reference before the closing of your
:
`html
`$3
Alternatively, you can install this package using npm:
`bash
npm install custom-link
``
Then, you should load both above files out of node-modules/custom-link/dist.How to Use
Insert the following line in your html file:
`
`$3
| Parameter | Type | Description |
| --- | --- | --- |
| name | String | Mandatory |
| url | String | Optional |
| color | String | Any valid color format (RGB, Hex, etc.) for the heart |
| size` | Number | A positive real number |
This README was written with :heart:.