VueJS components built on top of the flyonui framework.
If you are starting a new Vite
+ Vue
project you can use our automatic flyonui-vue
installation tool
create-flyonui-vue:
yarn create flyonui-vue
Make sure that you have FlyonUI and Tailwind CSS installed.
- Install
flyonui-vue
as a dependency using NPM or Yarn by running the following command:
npm i flyonui-vue
or
yarn add flyonui-vue
in order to use icons, @iconify/vue
is required:
yarn add @iconify/vue
- Import styles:
@import 'flyonui-vue/index.css';
- Now you can use
flyonui-vue
anywhere in your project by importing the components you need.