From 79300e6fe74148c8918743baffe85dd400db74d5 Mon Sep 17 00:00:00 2001 From: Nick Waelkens Date: Fri, 7 Apr 2017 21:36:19 +0200 Subject: [PATCH] :memo: Update README --- README.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a0bbb26e..4d4b391dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Teamleader UI -Teamleader UI is a set of [React](http://facebook.github.io/react/) components used in Teamleader. +Teamleader UI is a set of [React](http://facebook.github.io/react/) components that implement the [Teamleader](https://www.teamleader.eu) design specification. ## Installation @@ -16,13 +16,32 @@ In this minimal example, we import a `Button` with styles already bundled: ```js import React from 'react'; +import ReactDOM from 'react-dom'; import { Button } from 'teamleader-ui'; -render( -