All Projects → yesmore → Different-UI

yesmore / Different-UI

Licence: MIT license
✨ A Vue.js 3 UI Library — a Toy

Programming Languages

Vue
7211 projects
typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Different-UI

hoc-element-table
📦 A Vue 3.x Table Component built on Webpack 5
Stars: ✭ 26 (-58.06%)
Mutual labels:  vue-components, component-library, vue3
chusho
A library of bare & accessible components and tools for Vue.js 3
Stars: ✭ 47 (-24.19%)
Mutual labels:  vue-components, component-library, vue3
Nutui
京东风格的移动端 Vue2、Vue3 组件库 (A Vue.js UI Toolkit for Mobile Web)
Stars: ✭ 3,870 (+6141.94%)
Mutual labels:  vue-components, vue3
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+1032.26%)
Mutual labels:  vue-components, component-library
Vuent
🎨 Vue.js components implementing Microsoft Fluent Design
Stars: ✭ 207 (+233.87%)
Mutual labels:  vue-components, component-library
vui-vc-next
Vue 3 with Vite Playground - Mobile web UI components - (vue3+vite2).
Stars: ✭ 15 (-75.81%)
Mutual labels:  vue-components, vue3
codemirror-editor-vue3
CodeMirror component for Vue3
Stars: ✭ 22 (-64.52%)
Mutual labels:  vue-components, vue3
Vue3 News
🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021)
Stars: ✭ 2,416 (+3796.77%)
Mutual labels:  vue-components, vue3
miter-design
Miter Design component library made with ♡ by Prefect
Stars: ✭ 14 (-77.42%)
Mutual labels:  component-library, vue3
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (-70.97%)
Mutual labels:  vue-components, vue3
vue-devui-early
Vue3版本的DevUI组件库。本仓库已迁移至:https://github.com/DevCloudFE/vue-devui
Stars: ✭ 39 (-37.1%)
Mutual labels:  component-library, vue3
smart-tagz
🏷Smart input tags for Vue
Stars: ✭ 28 (-54.84%)
Mutual labels:  vue-components, vue3
vitepress-for-component
📖 针对组件开发的VitePress。
Stars: ✭ 142 (+129.03%)
Mutual labels:  vue-components, vue3
Element Plus
🎉 A Vue.js 3 UI Library made by Element team
Stars: ✭ 12,986 (+20845.16%)
Mutual labels:  vue-components, component-library
v-pip
🖼 Tiny vue wrapper for supporting native picture-in-picture mode.
Stars: ✭ 30 (-51.61%)
Mutual labels:  vue-components, vue3
Xcui
🍴 A Vue.js 2.x desktop components colletion
Stars: ✭ 88 (+41.94%)
Mutual labels:  vue-components, component-library
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+2320.97%)
Mutual labels:  vue-components, vue3
vue2-timeago
🙌 A vue component used to format date with time ago statement. 💬
Stars: ✭ 76 (+22.58%)
Mutual labels:  vue-components, vue3
vue-component-lib-starter
A bare-bones example of creating your own Vue component library.
Stars: ✭ 221 (+256.45%)
Mutual labels:  component-library, vue3
vue-load-image
A Vue component for showing loader during image loading https://john015.github.io/vue-load-image/
Stars: ✭ 60 (-3.23%)
Mutual labels:  vue-components, vue3

different-ui


star fork issues
chat mit

Different UI - A Vue.js 3 UI library made by @yesmore

  • 🌈 With Colorful Style
  • 🔥 Written in TypeScript
  • 💪 Vue 3 Composition API
阅读文档:中文版 | English

💻 状态: Beta

目前不推荐使用本框架

这个项目仍在持续开发中。欢迎加入开发,并提出您的第一次 Pull Request 。

下一步计划

  • 完善已有组件样式
  • 使用jest测试已有组件
  • 使用vuepress生成开发文档并上线
  • 发布npm
  • 编写案例模板

📖 开发文档

更详细的 Api、组件信息请查看 https://yesmore.cc/Different-UI

📘 重要更新

重大更新日志请查看: Breaking Change List.


🖖 安装

$ npm install different-ui -S

👋 快速开始

全局加载

// vue3/main.ts
import { createApp } from 'vue'
import App from './App.vue'
import DifferentUi from 'different-ui'
import 'different-ui/lib/packages/theme/index.css'

const app = createApp(App)
app.use(DifferentUi)
app.mount('#app')

按需加载

// vue3/App.vue
<template>
  <div>
    <df-button>按钮1</df-button>
  </div>
</template>

<script lang="ts">
import { defineComponent } from 'vue'
import { DfButton } from 'different-ui'

export default defineComponent({
  name: 'App',
  components: { DfButton },
  setup() {},
})
</script>

开发者启动

$ npm run dev

🌱

Different UI(以下简称 DF)构建于巨人的肩膀上,它借鉴了互联网上优秀开源作品,如 codepen 等,基于此,DF 也将是一款拥抱开源的作品,并将一直持续下去。

🐾 构建者

wx

🎨 请我吃辣条

wx

微信

zfb

支付宝

Licence

Different UI is open source software licensed as 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].