Skip to content
forked from fect-org/fect

Minimalist UI components built on Vue

License

Notifications You must be signed in to change notification settings

2775668948/fect

 
 

Repository files navigation

@fect-ui/vue

LICENSE

Modern and minimalist Vue3 UI library,originating from Vercel's design and Geist


Quick start

  1. run yarn add @fect-ui/vue or npm install @fect-ui/vue install it

  2. import into project

import { createApp } from 'vue'
import App from './App.vue'
import FectUI from '@fect-ui/vue'
import '@fect-ui/vue/dist/fect-ui.css'

createApp(App)
  .use(FectUI)
  .mount('#app')

Documentation


LICENSE

MIT

About

Minimalist UI components built on Vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • Less 20.6%
  • CSS 0.7%
  • Perl 0.4%
  • Raku 0.4%
  • HTML 0.4%
  • Vue 0.2%