All Projects → Morning-UI → morning-ui

Morning-UI / morning-ui

Licence: MIT License
🚀现代、高效、友善的桌面组件库

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to morning-ui

Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+581.55%)
Mutual labels:  vue-components, ui-kit
Balm Ui
♦️ A modular and customizable UI library based on Material Design and Vue
Stars: ✭ 133 (+29.13%)
Mutual labels:  vue-components, ui-kit
Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+32021.36%)
Mutual labels:  vue-components, ui-kit
Mint Ui
Mobile UI elements for Vue.js
Stars: ✭ 16,471 (+15891.26%)
Mutual labels:  vue-components, ui-kit
Wdui
Mobile UI Components Library based on Vue 2.0 at Weidian
Stars: ✭ 244 (+136.89%)
Mutual labels:  vue-components, ui-kit
Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+23133.01%)
Mutual labels:  vue-components, ui-kit
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (+1673.79%)
Mutual labels:  vue-components, ui-kit
Atui
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 674 (+554.37%)
Mutual labels:  vue-components, ui-kit
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (+124.27%)
Mutual labels:  vue-components, ui-kit
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (+2314.56%)
Mutual labels:  vue-components, ui-kit
Mand Mobile
💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
Stars: ✭ 3,194 (+3000.97%)
Mutual labels:  vue-components, ui-kit
void-ui
A UI toolkit for Vue.js.
Stars: ✭ 20 (-80.58%)
Mutual labels:  vue-components, ui-kit
Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+8053.4%)
Mutual labels:  vue-components, ui-kit
Vue Beauty
Beautiful UI components build with vue and ant design
Stars: ✭ 2,109 (+1947.57%)
Mutual labels:  vue-components, ui-kit
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+49818.45%)
Mutual labels:  vue-components, ui-kit
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+1357.28%)
Mutual labels:  vue-components, ui-kit
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (-3.88%)
Mutual labels:  ui-kit
vue-native-scroll
native scroll base vue. 原生滚动插件
Stars: ✭ 14 (-86.41%)
Mutual labels:  vue-components
cms
🛠️ Simple smart CMS for Nette and Vue.js
Stars: ✭ 12 (-88.35%)
Mutual labels:  vue-components
vue-mapbox-map
A minimalist Vue component wrapping Mapbox GL or MapLibre GL for dynamic interaction!
Stars: ✭ 26 (-74.76%)
Mutual labels:  vue-components

Morning UI

CircleCI branch Codecov branch Codacy branch grade FOSSA Status npm
npm downloads jsdelivr


简介

Morning UI是一套桌面端UI组件库,基于Vue.js

为什么要用 Morning UI?

  • 基于Vue.js,开箱即用,简单易学
  • 超过80个组件
  • 强大的表单组件,可用于生成复杂数据结构(包括对象和数组等)

安装

npm install morning-ui --save

使用

// 引入Vue.js
import Vue from 'vue';

// 引入Morning UI
import morning from 'morning-ui';
import 'morning-ui/dist/morning-ui.css';

// 初始化Morning UI
Vue.use(morning);

接下来即可像使用原生HTML一样使用Morning UI提供的组件,更多信息查看:使用文档

文档

你可以在Morning UI的网站上查看详细使用指南组件文档

贡献

我们欢迎所有的贡献者,请查看贡献者文档获取更多信息。

浏览器支持

Tested With

BrowserStack

许可

MIT

Copyright (c) 2015-2019, Early He

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].