Skip to content

Flyon UI misc

  • ref - flyon components i used (in eqp) to make sure it’s working
    • accordion
    • buttons (default, primary, etc)
    • cards
    • modal (basic modal)
    • dropdown select
    • right click
    • carousel slideshow (draggable)
    • carousel slideshow (horizontal thumbnails)
    • ?? scrollspy scrollable parent
    • switch (checkbox), regular & outline, w/ semantic classes (primary, secondary, etc)

for components that require js, you need to import the lib from the npm package inside a script tag (it will be included in the bundle)

<script>
import "flyonui/dist/accordion.mjs";
</script>