All Projects → ant-design-vue → Antv

ant-design-vue / Antv

Ant Design of Vue.js 2.0

Projects that are alternatives of or similar to Antv

React Native Elements App
Demo app for React Native Elements (w/ React Native Web)
Stars: ✭ 1,159 (+1070.71%)
Mutual labels:  ui-kit, ui-components, components
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-29.29%)
Mutual labels:  ui-kit, ui-components, components
Fc Angular
快速搭建angular后台管理系统的admin template。Fast development platform based on angular8, ng.ant.design built multi-tab page background management system (continuous upgrade) ^_^
Stars: ✭ 171 (+72.73%)
Mutual labels:  antd, ui-components, ant-design
Antizer
ClojureScript library for Ant Design React UI components
Stars: ✭ 234 (+136.36%)
Mutual labels:  antd, ui-components, ant-design
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+609.09%)
Mutual labels:  ui-kit, ui-components, components
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+1416.16%)
Mutual labels:  components, ui-kit, ui-components
elm-antd
The official Ant Design UI Kit for Elm
Stars: ✭ 56 (-43.43%)
Mutual labels:  ui-kit, antd, ant-design
Elm Ui
UI library for making web applications with Elm
Stars: ✭ 878 (+786.87%)
Mutual labels:  ui-kit, ui-components, components
Ant Design
An enterprise-class UI design language and React UI library
Stars: ✭ 76,498 (+77170.71%)
Mutual labels:  antd, ui-kit, ant-design
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (+0%)
Mutual labels:  components, ui-kit, ui-components
Ui Libraries
A collection of UI Frameworks and their platform implementations.
Stars: ✭ 769 (+676.77%)
Mutual labels:  ui-kit, ui-components, ant-design
Ng Zorro Antd
Angular UI Component Library based on Ant Design
Stars: ✭ 7,841 (+7820.2%)
Mutual labels:  antd, ui-components, ant-design
Snackui
SnackUI 🍑 - the final React style library. With an *optimizing compiler* that lets you write views naturally, with easier DX, working on native and web at once, all while being faster than hand-rolling your own CSS.
Stars: ✭ 55 (-44.44%)
Mutual labels:  ui-kit, ui-components
Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+8382.83%)
Mutual labels:  ui-kit, ui-components
React Instantsearch
⚡️ Lightning-fast search for React and React Native applications, by Algolia.
Stars: ✭ 1,320 (+1233.33%)
Mutual labels:  ui-components, components
Ant Design Vue Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design Vue like a Pro!
Stars: ✭ 8,965 (+8955.56%)
Mutual labels:  antd, ant-design
Awesome Uikit
Collect JS Frameworks, Web components library and Admin Template.
Stars: ✭ 1,136 (+1047.47%)
Mutual labels:  antd, ant-design
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1226.26%)
Mutual labels:  antd, ant-design
Pro Components
🏆 Use Ant Design like a Pro!
Stars: ✭ 1,039 (+949.49%)
Mutual labels:  ui-components, ant-design
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-26.26%)
Mutual labels:  antd, ant-design

Ant Design of Vue

npm package

An enterprise-class UI design language and Vue-based implementation.

中文 README

Features

  • An enterprise-class UI design language for web applications.
  • A high-quality Vue components based on superior Ant Design.
  • A npm + webpack + babel + Vue2.0 front-end development workflow.

Environment Support

  • Browser: Modern browsers and Internet Explorer 9+

Installation

Using npm

We recommend using npm or yarn to install,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of javascript packages and tooling.

$ npm install antv --save

If you are in a bad network enviornment,you can try other registers and tools like cnpm.

Import in Browser

Add script and link tags in your browser and use the global variable antv.

We provide antv.js antv.css and antv.min.js antv.min.css under antv/dist in antv's npm package.

Usage

import Vue from 'vue'
import Antv from 'antv'
import 'antv/dist/antv.css'

Vue.use(Antv)

new Vue({
  el: '#app',
  render() {
     return (<v-button type="primary">Primary</v-button>)
  }
})

Links

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