|
1 | 1 | # rc-motion
|
2 | 2 |
|
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] |
4 | 10 |
|
5 | 11 | [npm-image]: http://img.shields.io/npm/v/rc-motion.svg?style=flat-square
|
6 | 12 | [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 |
7 | 15 | [github-actions-image]: https://github.com/react-component/motion/workflows/CI/badge.svg
|
8 | 16 | [github-actions-url]: https://github.com/react-component/motion/actions
|
9 | 17 | [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 |
11 | 19 | [david-url]: https://david-dm.org/react-component/motion
|
12 | 20 | [david-image]: https://david-dm.org/react-component/motion/status.svg?style=flat-square
|
13 | 21 | [david-dev-url]: https://david-dm.org/react-component/motion?type=dev
|
14 | 22 | [david-dev-image]: https://david-dm.org/react-component/motion/dev-status.svg?style=flat-square
|
15 | 23 | [download-image]: https://img.shields.io/npm/dm/rc-motion.svg?style=flat-square
|
16 | 24 | [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 |
18 | 26 | [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 |
19 | 29 |
|
20 | 30 | React lifecycle controlled motion library.
|
21 | 31 |
|
|
0 commit comments