Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 4d43d6e

Browse files
authored
Merge pull request #40 from tim-soft/patch-1
Add links to badges in README.md
2 parents a3e77ec + 15f9f89 commit 4d43d6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# React dat.GUI
22

3-
![npm](https://img.shields.io/npm/v/react-dat-gui?style=flat-square)
4-
![Travis (.org)](https://img.shields.io/travis/claus/react-dat-gui?style=flat-square)
5-
![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-dat-gui?style=flat-square)
6-
![GitHub](https://img.shields.io/github/license/claus/react-dat-gui?style=flat-square)
3+
[![npm](https://img.shields.io/npm/v/react-dat-gui?style=flat-square)](https://www.npmjs.com/package/react-dat-gui)
4+
[![Travis (.org)](https://img.shields.io/travis/claus/react-dat-gui?style=flat-square)](https://travis-ci.org/claus/react-dat-gui)
5+
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-dat-gui?style=flat-square)](https://bundlephobia.com/result?p=react-dat-gui)
6+
[![GitHub](https://img.shields.io/github/license/claus/react-dat-gui?style=flat-square)](https://github.com/claus/react-dat-gui/blob/master/LICENSE)
77

88
react-dat-gui is a fully[\*](#whats-missing) featured React port of Google's esteemed [dat.GUI](https://workshop.chromeexperiments.com/examples/gui/#1--Basic-Usage) controller library. It comes packed with all of the core components you will need to cleanly integrate dat.GUIs into your React app.
99

0 commit comments

Comments
 (0)