[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/hypo-link)

<a href="https://nodei.co/npm/hypo-link/"><img src="https://nodei.co/npm/hypo-link.png"></a>

<img src="https://badgen.net/bundlephobia/minzip/hypo-link">

# hypo-link

[TODO]: include support for wikipedia/markdown hyperlinks.

hypo-link is a web component that spawns conspiracy theories with every use.

## [Demo](https://codepen.io/bahrus/pen/abpQzjm)


<!--
```
<custom-element-demo>
<template>
    <hypo-link>
            Mueller filed an indictment just as the President left for G-20.In  July he indicted the Russians 
            who will never come here just before he left for Helsinki.Either could have been done earlier or later. 
            Out of control!Supervision please?
    </hypo-link>
    <style>
        hypo-link{
            display: block;
            width: 480px;
        }
    </style>
    <script type=module crossorigin>
        import 'https://cdn.skypack.dev/hypo-link@0.0.28?min';
    </script>
</template>
</custom-element-demo>
```
-->


## [Syntax](https://bahrus.github.io/api-viewer/index.html?npmPackage=hypo-link&jsPath=hypo-link-example-0.js&jsonPath=custom-elements.json)



## Running locally

1.  Do a git clone or a git fork of repository https://github.com/bahrus/hypo-link
2.  Install node.js
3.  Run "npm install" from location of folder created in step 1.
4.  Run npm run serve.  Open browser to http://localhost:3030/demo/dev.html
