flowbite-icons-marko
v0.0.6
Published
Flowbite icons now available for marko js
Downloads
650
Readme
flowbite-icons-marko
Now you can now use Flowbite icons inside Marko JS!
To use this just do the following steps:
npm i flowbite-icons-marko@latestThen use it as you would do with normal svgs:
<div>
<flowbite-add-column-before-outline class="w-6 h-6 text-gray-800 dark:text-white" width="24" height="24" fill="none" viewBox="0 0 24 24" />
</div>Remember! xmlns="http://www.w3.org/2000/svg" has been added by default
