0.1.2 • Published 3 years ago

@foxui/core v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

foxui

foxUI is a clean and straightforward collection of Vue.js components

Usage

To install and use foxUI in your project, follow these steps: 1. Install foxUI npm install --save @foxui/core 2. Import and use the foxUI Vue plugin

  import foxUI from '@foxui/core';
  Vue.use(foxUI);
  1. Load the required stylesheet import '@foxui/core/dist/core.css';