All Projects → view-design → Viewui

view-design / Viewui

Licence: other
A high quality UI Toolkit built on Vue.js 2.0

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
Less
1899 projects

Projects that are alternatives of or similar to Viewui

Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+862.2%)
Mutual labels:  ui-design, design-systems, ui-kit, iview, components, vue-components, frontend
Vue Beauty
Beautiful UI components build with vue and ant design
Stars: ✭ 2,109 (-15.2%)
Mutual labels:  ui-design, ui-kit, components, vue-components
Iview Weapp
一套高质量的微信小程序 UI 组件库
Stars: ✭ 6,145 (+147.08%)
Mutual labels:  ui-design, ui-kit, iview, components
Balm Ui
♦️ A modular and customizable UI library based on Material Design and Vue
Stars: ✭ 133 (-94.65%)
Mutual labels:  design-systems, ui-kit, vue-components
Chat Ui Kit React
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Stars: ✭ 131 (-94.73%)
Mutual labels:  ui-kit, components, frontend
void-ui
A UI toolkit for Vue.js.
Stars: ✭ 20 (-99.2%)
Mutual labels:  ui-design, vue-components, ui-kit
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (-39.65%)
Mutual labels:  components, vue-components, ui-kit
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+1967.39%)
Mutual labels:  ui-kit, components, vue-components
Uiengine
Workbench for UI-driven development
Stars: ✭ 349 (-85.97%)
Mutual labels:  ui-design, components, frontend
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-71.77%)
Mutual labels:  ui-kit, components, vue-components
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (-84.64%)
Mutual labels:  ui-design, design-systems, ui-kit
Base
React-UI-Kit - frontend library with ReactJS components
Stars: ✭ 18 (-99.28%)
Mutual labels:  ui-design, ui-kit, frontend
Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+1230.32%)
Mutual labels:  ui-design, ui-kit, vue-components
Vue Form Components
Clean & minimal vue form elements and form builder with validation
Stars: ✭ 120 (-95.17%)
Mutual labels:  components, vue-components
Vue Cion Design System
CION - Design system boilerplate for Vue.js
Stars: ✭ 119 (-95.22%)
Mutual labels:  design-systems, 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 (-26.54%)
Mutual labels:  ui-kit, vue-components
React Virgin
The react-native UI Kit you've been looking for.
Stars: ✭ 1,523 (-38.76%)
Mutual labels:  ui-design, ui-kit
Tachyons
Functional css for humans
Stars: ✭ 11,057 (+344.59%)
Mutual labels:  design-systems, frontend
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (-31.4%)
Mutual labels:  design-systems, components
You Dont Know Ui
Learn how to build universal, modern and scalable user interfaces
Stars: ✭ 140 (-94.37%)
Mutual labels:  ui-design, design-systems

ViewUI

A high quality UI Toolkit built on Vue.js.

该项目即为原先的 iView。iView 作者将在此仓库继续开发 iView 4.0 和后续版本,以及维护工作。新的组件库命名为 ViewUI,原仓库 iView 作者不再提交内容。

This project is the original iView. The iView author will continue to develop iView 4.0 and subsequent releases, as well as maintenance work, in this repository. The new component library is named ViewUI, and the iView author will no longer continue to submit content in the original repository.

View UI NPM downloads NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/iview/iview Backers on Open Collective Sponers on Open Collective

Docs

4.x | 3.x | 2.x | 1.x

Features

  • Dozens of useful and beautiful components.
  • Friendly API. It's made for people with any skills level.
  • Extensive documentations and demos.
  • It is quite awesome.
  • Supports both Vue.js 2 and Vue.js 1.

Who's using ViewUI

Install

We provide an View UI plugin for Vue CLI 3, which you can use to quickly build an ViewUI-based project.

We also provide a starter kit view-ui-project for you.

Install View UI

Using npm:

npm install view-design --save

Using a script tag for global use:

<script type="text/javascript" src="iview.min.js"></script>
<link rel="stylesheet" href="dist/styles/iview.css">

You can find more info on the website.

Usage

<template>
    <Slider v-model="value" range />
</template>
<script>
    export default {
        data () {
            return {
                value: [20, 50]
            }
        }
    }
</script>

Using css via import:

import 'view-design/dist/styles/iview.css';

Compatibility

  • Supports Vue.js 2.x
  • Supports Vue.js 1.x - visit 1.0 docs
  • Supports SSR
  • Supports Nuxt.js
  • Supports TypeScript
  • Supports Electron
  • Most components and features support IE9 and above browsers, some components and features do not support IE

Community

If you want to contribute us or in case you are haiving any doubt.

Questions: Find other users at the Gitter chat or post on StackOverflow using [iview-ui] tag
Bugs: File a issue here - please provide a example so we can help you better
Contribute: Contact us in Gitter chat, WeChat or via mail to [email protected]. PRs welcome!

Major Contributors

Name Avatar Name Avatar Name Avatar
Aresn jingsam rijn
lcx960324 GITleonine1989 huixisheng
Sergio Crisostomo lison16 Xotic750
huanghong1125 yangdan8

Ecosystem Links

License

MIT

Copyright (c) 2016-present, ViewDesign

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