Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bijinfeng/rn-vant

React Native UI Components base on Vant
https://github.com/bijinfeng/rn-vant

react react-native

Last synced: 5 days ago
JSON representation

React Native UI Components base on Vant

Awesome Lists containing this project

README

        

# React Native Vant



npm version


npm download


codecov


license


## Install

```sh
yarn add @pingtou/rn-vant
```

Or

```sh
npm install @pingtou/rn-vant
```

## Preview

Open the camera app on your device and scan the code below:

## Quick start

The following are some code examples of rn-vant:

```jsx
import React from 'react';
import { Button } from '@pingtou/rn-vant';

function App() {
return Default Button;
};

export default App;
```

## LICENSE

[MIT](https://en.wikipedia.org/wiki/MIT_License)