vitesse/src/components
2020-12-01 11:36:57 +08:00
..
Footer.vue feat: markdown suport 2020-12-01 11:36:57 +08:00
Icon.vue feat: tailwind 2 + script setup! 2020-11-28 14:14:36 +08:00
README.md feat: markdown suport 2020-12-01 11:36:57 +08:00

Components

Components in this dir will be auto-registered and on-demand, powered by vite-plugin-components.

Icon.vue

You can uses Icons with the following syntax

<Icon icon='mdi:account'/>

The icon id follows the rules in Iconify which you can use any icons from the supported icon sets. It will only bundles the icons you use, check out PurgeIcons for more details.