How to Install

Step 1: Add Script to Head

In an HTML file, add the following to your <head>:

<script type="module" src="https://flowvue.rad.gdn/dist/flow-vue.js"></script>

Step 2: Add Container Element

Then somewhere in your <body>, add the following:

<div id="my-flow-vue"></div>
🔥

This will append the flow-vue web component to this div as soon as the page loads.

See an example here

Back to Home