Skip to content

michaelcozzolino/flyonui-vue

Repository files navigation

flyonui-vue

VueJS components built on top of the flyonui framework.

npm package Total Downloads

Getting Started

New Projects

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

Already existing Projects

Make sure that you have FlyonUI and Tailwind CSS installed.

  1. 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
  1. Import styles:
@import 'flyonui-vue/index.css';
  1. Now you can use flyonui-vue anywhere in your project by importing the components you need.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages