Skip to content

Commit

Permalink
chore: add badge links and requirements to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 26, 2019
1 parent 65c12e4 commit b82ea17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![License](https://img.shields.io/npm/l/react-compare-slider) ![npm](https://img.shields.io/npm/v/react-compare-slider) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-compare-slider)
[![License](https://img.shields.io/npm/l/react-compare-slider)](./README.md) [![npm](https://img.shields.io/npm/v/react-compare-slider)](https://npmjs.com/package/react-compare-slider) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-compare-slider)](https://bundlephobia.com/result?p=react-compare-slider)
[![Build Status](https://github.com/nerdyman/react-compare-slider/workflows/node-ci/badge.svg)](https://github.com/nerdyman/react-compare-slider/workflows/node-ci)

# React Compare Slider
Expand All @@ -13,9 +13,13 @@ Compare two components, side-by-side or top-to-toe.
- Responsive, fluid
- Fully customisable
- Works in IE11+
- Teeny-tiny, only one ponyfill dependency
- [Teeny-tiny](https://bundlephobia.com/result?p=react-compare-slider), only one ponyfill dependency
- Type safe

## Requirements

- React 16.8+

## Demo

### CodeSandbox
Expand Down

0 comments on commit b82ea17

Please sign in to comment.