core-resource-app-test
Version:
App that contains assets and scripts for the core apps
28 lines (18 loc) • 883 B
Markdown
# d2-ui
[](https://travis-ci.org/dhis2/d2-ui)
[](https://codeclimate.com/github/dhis2/d2-ui/coverage)
[](https://codeclimate.com/github/dhis2/d2-ui)
[](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
```