# d2-ui

[![Build Status](https://travis-ci.org/dhis2/d2-ui.svg)](https://travis-ci.org/dhis2/d2-ui)
[![Test Coverage](https://codeclimate.com/github/dhis2/d2-ui/badges/coverage.svg)](https://codeclimate.com/github/dhis2/d2-ui/coverage)
[![Code Climate](https://codeclimate.com/github/dhis2/d2-ui/badges/gpa.svg)](https://codeclimate.com/github/dhis2/d2-ui)
[![npm version](https://badge.fury.io/js/d2-ui.svg)](https://badge.fury.io/js/d2-ui)

UI Component library for developing [DHIS2](http://www.dhis2.org) applications. This library makes use of the [d2](https://github.com/dhis2/d2) library for - hence the name :)

--

### Get It! 

__Latest stable version for your dhis2 release__

> Use @<dhis2-release-version> to get the latest version applicable to that installation

For DHIS2 2.25
```
npm install --save d2-ui@25
```

For DHIS2 2.24
```
npm install --save d2-ui@24
```

