@kongponents/kpop

A Popover component

Usage no npm install needed!

<script type="module">
  import kongponentsKpop from 'https://cdn.skypack.dev/@kongponents/kpop';
</script>

README

@kongponents/kpop

const attributes = {
  width: 350,
  title: 'Cool Beans!'
  content: 'I have fantastic content!'
}

<KPop 
  :width="attributes.width"
  :title="attributes.title"
  :content="attributes.content"
>
  Click on me to see popover
</KPop>