All Projects → fect-org → fect

fect-org / fect

Licence: MIT license
Minimalist UI components built on Vue-next

Programming Languages

typescript
32286 projects
Vue
7211 projects
Less
1899 projects

Projects that are alternatives of or similar to fect

codemirror-editor-vue3
CodeMirror component for Vue3
Stars: ✭ 22 (-93.75%)
Mutual labels:  vue-components, vue3
Ms Design
Vue components that implement Microsoft Design Language
Stars: ✭ 150 (-57.39%)
Mutual labels:  vue-components, ui-library
Nutui
京东风格的移动端 Vue2、Vue3 组件库 (A Vue.js UI Toolkit for Mobile Web)
Stars: ✭ 3,870 (+999.43%)
Mutual labels:  vue-components, vue3
smart-tagz
🏷Smart input tags for Vue
Stars: ✭ 28 (-92.05%)
Mutual labels:  vue-components, vue3
vue-word-highlighter
The word highlighter library for Vue 2 and Vue 3.
Stars: ✭ 112 (-68.18%)
Mutual labels:  vue-components, vue3
hello-iui
⚙️ iui uniapp组件库演示示例【停止维护】
Stars: ✭ 20 (-94.32%)
Mutual labels:  vue-components, ui-library
Vue3 News
🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021)
Stars: ✭ 2,416 (+586.36%)
Mutual labels:  vue-components, vue3
vue2-timeago
🙌 A vue component used to format date with time ago statement. 💬
Stars: ✭ 76 (-78.41%)
Mutual labels:  vue-components, vue3
chusho
A library of bare & accessible components and tools for Vue.js 3
Stars: ✭ 47 (-86.65%)
Mutual labels:  vue-components, vue3
vue-load-image
A Vue component for showing loader during image loading https://john015.github.io/vue-load-image/
Stars: ✭ 60 (-82.95%)
Mutual labels:  vue-components, vue3
vitepress-for-component
📖 针对组件开发的VitePress。
Stars: ✭ 142 (-59.66%)
Mutual labels:  vue-components, vue3
vue3-docs
vue中文社区,vue3 中文文档
Stars: ✭ 180 (-48.86%)
Mutual labels:  vue-components, vue3
v-pip
🖼 Tiny vue wrapper for supporting native picture-in-picture mode.
Stars: ✭ 30 (-91.48%)
Mutual labels:  vue-components, vue3
vui-vc-next
Vue 3 with Vite Playground - Mobile web UI components - (vue3+vite2).
Stars: ✭ 15 (-95.74%)
Mutual labels:  vue-components, vue3
hoc-element-table
📦 A Vue 3.x Table Component built on Webpack 5
Stars: ✭ 26 (-92.61%)
Mutual labels:  vue-components, vue3
Cube Ui
🔶 A fantastic mobile ui lib implement by Vue
Stars: ✭ 8,896 (+2427.27%)
Mutual labels:  vue-components, ui-library
v-intl
Add i18n to your awesome Vue 3 app 🔉
Stars: ✭ 13 (-96.31%)
Mutual labels:  vue-components, vue3
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+326.42%)
Mutual labels:  vue-components, vue3
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (-94.89%)
Mutual labels:  vue-components, vue3
Different-UI
✨ A Vue.js 3 UI Library — a Toy
Stars: ✭ 62 (-82.39%)
Mutual labels:  vue-components, vue3

downloads npm Version Coverage Status CI Status

Modern and minimalist Vue3 UI library,originating from 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/themes'
import '@fect-ui/vue/dist/cjs/main.css'

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

Browser Support

Fect supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3).

Links

All Contributors

Thanks to the following friends for their contributions to Fect:

contributors

Development

Acknowledgements

Thanks to JetBrains for allocating free open-source licences for IDEs such as WebStorm.

JetBrains Black Box Logo logo.

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].