Skip to content

Commit 3287fdc

Browse files
authored
README: Add bundlephobia and type badges (#2276)
1 parent b5de11b commit 3287fdc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# react-data-grid [![npm-badge]][npm-url] [![ci-badge]][ci-url]
1+
# react-data-grid
2+
3+
[![npm-badge]][npm-url]
4+
[![type-badge]][npm-url]
5+
[![size-badge]][size-url]
6+
[![ci-badge]][ci-url]
27

38
[npm-badge]: https://img.shields.io/npm/v/react-data-grid
49
[npm-url]: https://www.npmjs.com/package/react-data-grid
10+
[size-badge]: https://img.shields.io/bundlephobia/minzip/react-data-grid
11+
[size-url]: https://bundlephobia.com/result?p=react-data-grid
12+
[type-badge]: https://img.shields.io/npm/types/react-data-grid
513
[ci-badge]: https://github.com/adazzle/react-data-grid/workflows/CI/badge.svg
6-
[ci-url]: https://github.com/adazzle/react-data-grid/actions?query=workflow%3ACI
14+
[ci-url]: https://github.com/adazzle/react-data-grid/actions
715

816
## Install
917

Diff for: browserslist

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ last 2 chrome versions
22
last 2 edge versions
33
last 2 firefox versions
44
last 2 safari versions
5+
maintained node versions

0 commit comments

Comments
 (0)