All Projects → iview → Iview

iview / Iview

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
CSS
56736 projects

Projects that are alternatives of or similar to Iview

Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (-89.61%)
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 (-91.19%)
Mutual labels:  ui-design, ui-kit, components, vue-components
Iview Weapp
一套高质量的微信小程序 UI 组件库
Stars: ✭ 6,145 (-74.32%)
Mutual labels:  ui-design, ui-kit, iview, components
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+114.86%)
Mutual labels:  ui-kit, components, vue-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-97.07%)
Mutual labels:  ui-kit, components, vue-components
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (-98.4%)
Mutual labels:  ui-design, design-systems, ui-kit
Balm Ui
♦️ A modular and customizable UI library based on Material Design and Vue
Stars: ✭ 133 (-99.44%)
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 (-99.45%)
Mutual labels:  ui-kit, components, frontend
Uiengine
Workbench for UI-driven development
Stars: ✭ 349 (-98.54%)
Mutual labels:  ui-design, components, frontend
Base
React-UI-Kit - frontend library with ReactJS components
Stars: ✭ 18 (-99.92%)
Mutual labels:  ui-design, ui-kit, frontend
Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+38.26%)
Mutual labels:  ui-design, ui-kit, vue-components
void-ui
A UI toolkit for Vue.js.
Stars: ✭ 20 (-99.92%)
Mutual labels:  ui-design, vue-components, ui-kit
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (-93.73%)
Mutual labels:  components, vue-components, ui-kit
Story2sketch
Convert Storybook into Sketch symbols 💎
Stars: ✭ 391 (-98.37%)
Mutual labels:  design-systems, components
Vue Table With Tree Grid
A table (with tree-grid) component for Vue.js 2.0. (Its style extends @iView)
Stars: ✭ 658 (-97.25%)
Mutual labels:  iview, vue-components
React95
🌈🕹 Refreshed Windows 95 style UI components for your React app
Stars: ✭ 4,877 (-79.62%)
Mutual labels:  ui-kit, components
Taro Ui
一款基于 Taro 框架开发的多端 UI 组件库
Stars: ✭ 3,806 (-84.1%)
Mutual labels:  ui-design, ui-kit
Ui Design
🔥 A curated list of useful resources related to User Interface Design
Stars: ✭ 423 (-98.23%)
Mutual labels:  ui-design, design-systems
Atui
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 674 (-97.18%)
Mutual labels:  ui-kit, vue-components
Mineral Ui
A design system and React component library for the web brought to you by CA Technologies.
Stars: ✭ 533 (-97.77%)
Mutual labels:  design-systems, components

iView

A high quality UI Toolkit built on Vue.js.

iView 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

3.x | 2.x | 1.x

Features

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

Who's using iView

If your company or products use iView, welcome to click here to leave a message.

Install

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

We also provide a starter kit iview-project for you.

Install iView

Using npm:

npm install iview --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 'iview/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 or have questions or bugs to report:

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, TalkingData

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