Skip to content

Commit e46e6f6

Browse files
author
florian
committed
docs: update Readme with badges
1 parent aa9800a commit e46e6f6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# react-card-scroll
1+
# react-card-scroll
2+
3+
[![Travis](https://img.shields.io/travis/webcom-components/react-card-scroll.svg?style=flat-square)](https://travis-ci.org/webcom-components/react-card-scroll)
4+
[![Codecov](https://img.shields.io/codecov/c/github/webcom-components/react-card-scroll.svg?style=flat-square)](https://codecov.io/gh/webcom-components/react-card-scroll)
5+
[![npm](https://img.shields.io/npm/v/react-card-scroll.svg?style=flat-square)](https://www.npmjs.com/package/react-card-scroll)
6+
7+
28
A React component to horizontally navigate between components of same width (Bootstrap cards for example).
39
It is responsive and support dynamic card adds and removes.
410

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"html-webpack-plugin": "^2.16.0",
4444
"istanbul": "^0.4.4",
4545
"node-sass": "^3.6.0",
46+
"nyc": "^7.0.0",
4647
"react": "^15.0.1",
4748
"react-dom": "^15.0.1",
4849
"sass-loader": "^3.2.0",

0 commit comments

Comments
 (0)