# vant-react **Repository Path**: wang__qi/vant-react ## Basic Information - **Project Name**: vant-react - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **Vant React** [![npm version](https://badge.fury.io/js/vant-react.svg)](https://badge.fury.io/js/vant-react) [![NPM](https://img.shields.io/npm/l/vant-react)](LICENSE) ![Test CI](https://github.com/mxdi9i7/vant-react/workflows/Test%20CI/badge.svg) [![Netlify Status](https://api.netlify.com/api/v1/badges/30ddabc0-3eb6-4530-ab08-58db247a2b48/deploy-status)](https://vant.bctc.io) [![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://vant.bctc.io) Lightweight Mobile UI Components built on Typescript and React in under 2kb! ## **Features** - Support Typescript - 60+ Reusable components - 100% Storybook coverage: [https://vant.bctc.io](https://vant.bctc.io) - Extensive documentation and demos ## Install ```text # Using npm npm i vant-react -S # Using yarn yarn add vant-react ``` ## Quickstart ```text import React from 'react'; import { Button } from 'vant-react'; import 'vant-react/dist/index.css'; const App = () => { return (