Skip to content

Commit 5980462

Browse files
committed
chore: add badges to readme
1 parent e71f089 commit 5980462

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# useBetterEffect
22

3+
[![npm version](https://img.shields.io/npm/v/use-better-effect.svg)][npm_url]
4+
[![downloads](https://img.shields.io/npm/dt/use-better-effect.svg)][npm_url]
5+
![license](https://img.shields.io/npm/l/use-better-effect.svg)]
6+
![size](https://img.shields.io/bundlephobia/minzip/use-better-effect)
7+
8+
[![Coverage Status](https://coveralls.io/repos/github/davidhu2000/use-better-effect/badge.svg?branch=main)](https://coveralls.io/github/davidhu2000/use-better-effect?branch=main)
9+
![Dependency Count](https://badgen.net/bundlephobia/dependency-count/use-better-effect)
10+
![Types Included](https://img.shields.io/npm/types/use-better-effect)
11+
![Tree Shaking Supported](https://badgen.net/bundlephobia/tree-shaking/use-better-effect)
12+
313
A wrapper around `React.useEffect` but with improved API
414

515
## Installation

0 commit comments

Comments
 (0)