Gathering detailed insights and metrics for vant-react
Gathering detailed insights and metrics for vant-react
Gathering detailed insights and metrics for vant-react
Gathering detailed insights and metrics for vant-react
Lightweight 2kb Mobile UI Components built on React and TS, inspired by Vant@https://github.com/youzan/vant
npm install vant-react
Typescript
Module System
Min. Node Version
Node Version
NPM Version
57.3
Supply Chain
91.1
Quality
70
Maintenance
40
Vulnerability
93.4
License
SCSS (50.03%)
TypeScript (47.34%)
JavaScript (2.63%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
261 Stars
381 Commits
55 Forks
14 Watchers
13 Branches
11 Contributors
Updated on Feb 23, 2024
Minified
Minified + Gzipped
Latest Version
0.3.1
Package Id
vant-react@0.3.1
Unpacked Size
390.40 kB
Size
82.47 kB
File Count
56
NPM Version
6.14.9
Node Version
14.15.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
31
Lightweight Mobile UI Components built on Typescript and React in under 2kb!
1# Using npm 2npm i vant-react -S 3 4# Using yarn 5yarn add vant-react
1import React from 'react'; 2import { Button } from 'vant-react'; 3import 'vant-react/dist/index.css'; 4 5const App = () => { 6 return ( 7 <Button text='Hello World' /> 8 ); 9};
If you like what we do, please consider buy us a bubble-tea(donate)!
Please make sure to read the Contributing Guide before making a pull request.
Or, join our discussion group on Wechat by adding me!
Modern browsers and Android 4.0+, iOS 8.0+.
This is an Open Source Software operating under the MIT License.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 6/7 approved changesets -- score normalized to 8
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More