All Projects → youzan → Vant

youzan / Vant

Licence: mit
Lightweight Mobile UI Components built on Vue

Programming Languages

typescript
32286 projects
Vue
7211 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language
Smarty
1635 projects
HTML
75241 projects

Projects that are alternatives of or similar to Vant

taroify
Taroify 是移动端组件库 Vant 的 Taro 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。
Stars: ✭ 420 (-97.77%)
Mutual labels:  components, ui-kit, ui-library, vant
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (-92.04%)
Mutual labels:  components, ui-kit, vue3
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-99.63%)
Mutual labels:  ui-kit, components, ui-library
react-vant
React mobile UI Components base on Vant
Stars: ✭ 627 (-96.67%)
Mutual labels:  components, ui-library, vant
ngx-vant
Lightweight Mobile UI Components built on Vant and Angular
Stars: ✭ 34 (-99.82%)
Mutual labels:  ui-kit, ui-library, vant
fect
Minimalist UI components built on Vue-next
Stars: ✭ 352 (-98.13%)
Mutual labels:  ui-library, vue3
vue3-chat
2021👨‍🎓Vue2/3全家桶 + Koa+Socket+Vant3前后端分离移动端聊天应用。vue+node全栈入门项目
Stars: ✭ 46 (-99.76%)
Mutual labels:  vant, vue3
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-99.87%)
Mutual labels:  components, ui-kit
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (-99.11%)
Mutual labels:  ui-kit, ui-library
UUI
React-based components and accelerators library built by EPAM Systems.
Stars: ✭ 90 (-99.52%)
Mutual labels:  ui-kit, ui-library
furl
Functional react.js components.
Stars: ✭ 33 (-99.82%)
Mutual labels:  components, ui-kit
splendor-ui
A set of UI components for splendor-xzwhome. Built with Vue 3.
Stars: ✭ 20 (-99.89%)
Mutual labels:  ui-kit, vue3
kahi-ui
Straight-forward Svelte UI for the Web
Stars: ✭ 169 (-99.1%)
Mutual labels:  ui-kit, ui-library
Flawwwless Ui
Flawwwless ui library for React.js.
Stars: ✭ 265 (-98.59%)
Mutual labels:  ui-kit, components
bootstrap-vue-3
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
Stars: ✭ 314 (-98.33%)
Mutual labels:  components, vue3
Nutui
京东风格的移动端 Vue2、Vue3 组件库 (A Vue.js UI Toolkit for Mobile Web)
Stars: ✭ 3,870 (-79.47%)
Mutual labels:  components, vue3
sugui
UI Components library based on React, Styled Components and React Testing Library
Stars: ✭ 17 (-99.91%)
Mutual labels:  ui-kit, ui-library
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (-12.16%)
Mutual labels:  mobile, components
taro3-vue3-template
一个基于 Taro3 和 Vue3 框架微信小程序模版。 核心技术采用Taro3、Vue3、TypeScript、NutUi、Vux4/Pinia、VueUse
Stars: ✭ 115 (-99.39%)
Mutual labels:  vant, vue3
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (-99.47%)
Mutual labels:  components, ui-kit

logo

Vant

Mobile UI Components built on Vue

npm version CI Status Coverage Status downloads Jsdelivr Hits Gzip Size

🔥 文档网站(国内)   🌈 文档网站(GitHub)   🇨🇳 中文版介绍


Features

  • 🚀 1KB Component average size (min+gzip)
  • 🚀 65+ High quality components
  • 💪 90%+ Unit test coverage
  • 💪 Written in TypeScript
  • 📖 Extensive documentation and demos
  • 📖 Provide Sketch and Axure design resources
  • 🍭 Support Vue 2 & Vue 3
  • 🍭 Support Tree Shaking
  • 🍭 Support Custom Theme
  • 🍭 Support Accessibility (still improving)
  • 🍭 Support i18n
  • 🌍 Support SSR

Install

Using npm to install:

# install Vant 2 for Vue 2 project
npm i vant@2

# install Vant 3 for Vue 3 project
npm i vant@3

Using yarn or pnpm:

# with yarn
yarn add vant@3

# with pnpm
pnpm add vant@3

Quickstart

import { createApp } from 'vue';
import { Button } from 'vant';
import 'vant/lib/index.css';

const app = createApp();
app.use(Button);

See more in Quickstart.

Browser Support

Vant 2 supports modern browsers and Android >= 4.0、iOS >= 8.0.

Vant 3 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3).

Official Ecosystem

Project Description
vant-weapp WeChat MiniProgram UI
vant-demo Collection of Vant demos
vant-cli Scaffold for UI library
vant-icons Vant icons
vant-touch-emulator Using vant in desktop browsers

Community Ecosystem

Project Description
3lang3/react-vant React mobile UI Components based on Vant
mxdi9i7/vant-react Mobile UI Components built on React and TS, inspired by Vant
vant-aliapp Alipay MiniProgram UI
taroify Vant Taro
vant-theme Online theme preview built on Vant UI
@antmjs/vantui Mobile UI Components based on Vant, supporting Taro and React

Links

Preview

You can scan the following QR code to access the demo:

Core Team

Core contributors of Vant and Vant Weapp:

chenjiahan cookfront w91 pangxie1991 rex-zsd nemo-shen Lindysen nemo-shen
chenjiahan cookfront wangnaiyi pangxie rex-zsd nemo-shen Lindysen JakeLaoyu

All Contributors

Thanks to the following friends for their contributions to Vant:

contributors

Contribution Guide

Please make sure to read the Contributing Guide before making a pull request.

LICENSE

MIT

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