All Projects → aliqin → Atui

aliqin / Atui

Licence: mit
A Vue.js 2.0 UI Toolkit for Web

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Atui

Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+1145.99%)
Mutual labels:  ui-kit, ui-components, vue-components, vue2
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+122.7%)
Mutual labels:  vue-components, ui-kit, ui-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+4.15%)
Mutual labels:  ui-kit, ui-components, vue-components
Heyui
🎉UI Toolkit for Web, Vue2.0 http://www.heyui.top
Stars: ✭ 2,373 (+252.08%)
Mutual labels:  ui-components, vue-components, vue2
Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+4808.75%)
Mutual labels:  ui-kit, ui-components, vue-components
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 (+171.07%)
Mutual labels:  ui-kit, ui-components, vue-components
osiris
🎨 A Vue.js 2.0 universal responsive UI component library
Stars: ✭ 36 (-94.66%)
Mutual labels:  vue-components, vue2, ui-components
Primitives
An open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @modulz.
Stars: ✭ 644 (-4.45%)
Mutual labels:  ui-kit, ui-components
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+2507.27%)
Mutual labels:  vue-components, vue2
Vue Framework Wz
👏vue后台管理框架👏
Stars: ✭ 3,757 (+457.42%)
Mutual labels:  vue-components, vue2
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (-43.32%)
Mutual labels:  ui-kit, ui-components
Coreui Vue
Over 90 Bootstrap based Vue.js components and directives. CoreUI React.js UI Components. CoreUI for Vue.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true Vue components, without jQuery and unneeded dependencies.
Stars: ✭ 318 (-52.82%)
Mutual labels:  ui-components, vue-components
Vue Awesome Mui
🏆Mui component for Vue.js(1.x ~ 2.x)
Stars: ✭ 307 (-54.45%)
Mutual labels:  vue-components, vue2
Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+2880.71%)
Mutual labels:  vue-components, vue2
V Offline
🔌 Simple VueJS component to detect offline & online changes.
Stars: ✭ 307 (-54.45%)
Mutual labels:  vue-components, vue2
Svelte Materialify
A Material UI Design Component library for Svelte heavily inspired by vuetify.
Stars: ✭ 351 (-47.92%)
Mutual labels:  ui-kit, ui-components
Vuenut
⚙️ Developer tools for vue js (Vuex)
Stars: ✭ 305 (-54.75%)
Mutual labels:  vue-components, vue2
Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+497.33%)
Mutual labels:  vue-components, vue2
Vue2
【🔥Vue.js资讯📚】目前web前端开发非常火爆的框架;定时更新,欢迎 Star 一下。
Stars: ✭ 395 (-41.39%)
Mutual labels:  vue-components, vue2
Vue Swatches
🎨 Help the user picking beautiful colors!
Stars: ✭ 456 (-32.34%)
Mutual labels:  ui-components, vue-components

如果你有Vue组件建设经验,欢迎你加入我们一起完善ATUI

ATUI

Build Status codecov NPM download NPM version gzip size:JS gzip size:css license Gitter

A Vue.js 2.0 UI Toolkit for Web

require Vue.js >=v2.1.4


Install

$ npm install atui --save-dev

Quick Start

// css
import 'atui/dist/greater-blue.css'

// import atui
import atui from 'atui'

new Vue({
  components: {
    vButton: atui.Button,
    vDatePicker: atui.DatePicker
  }
})

// use as required
import vDatePicker from 'atui/lib/date-picker';
new Vue({
  components: {
    vDatePicker: vDatePicker
  }
})

use in browser

<script src="//unpkg.com/[email protected]"></script>
<script src="//unpkg.com/atui"></script>
<script>
  new Vue({
    components: {
      vButton: atui.Button
    }
  })
</script>

Roadmap

https://github.com/aliqin/atui/wiki/roadmap

License

MIT

Thanks

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