Skip to content

Commit f18d5f4

Browse files
authored
Update README.md
1 parent 4f4d85a commit f18d5f4

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
11
# rc-motion
22

3-
[![NPM version][npm-image]][npm-url] [![npm download][download-image]][download-url] [![build status][github-actions-image]][github-actions-url] [![Codecov][codecov-image]][codecov-url] [![Dependencies][david-image]](david-url) [![DevDependencies][david-dev-image]][david-dev-url] [![bundle size][bundlephobia-image]][bundlephobia-url]
3+
<!-- prettier-ignore -->
4+
[![NPM version][npm-image]][npm-url]
5+
[![npm download][download-image]][download-url]
6+
[![build status][github-actions-image]][github-actions-url]
7+
[![Codecov][codecov-image]][codecov-url]
8+
[![bundle size][bundlephobia-image]][bundlephobia-url]
9+
[![dumi][dumi-image]][dumi-url]
410

511
[npm-image]: http://img.shields.io/npm/v/rc-motion.svg?style=flat-square
612
[npm-url]: http://npmjs.org/package/rc-motion
13+
[travis-image]: https://img.shields.io/travis/react-component/motion/master?style=flat-square
14+
[travis-url]: https://travis-ci.com/react-component/motion
715
[github-actions-image]: https://github.com/react-component/motion/workflows/CI/badge.svg
816
[github-actions-url]: https://github.com/react-component/motion/actions
917
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/motion/master.svg?style=flat-square
10-
[codecov-url]: https://codecov.io/gh/react-component/motion/branch/master
18+
[codecov-url]: https://app.codecov.io/gh/react-component/motion
1119
[david-url]: https://david-dm.org/react-component/motion
1220
[david-image]: https://david-dm.org/react-component/motion/status.svg?style=flat-square
1321
[david-dev-url]: https://david-dm.org/react-component/motion?type=dev
1422
[david-dev-image]: https://david-dm.org/react-component/motion/dev-status.svg?style=flat-square
1523
[download-image]: https://img.shields.io/npm/dm/rc-motion.svg?style=flat-square
1624
[download-url]: https://npmjs.org/package/rc-motion
17-
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-motion
25+
[bundlephobia-url]: https://bundlephobia.com/package/rc-motion
1826
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-motion
27+
[dumi-url]: https://github.com/umijs/dumi
28+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
1929

2030
React lifecycle controlled motion library.
2131

0 commit comments

Comments
 (0)