2019-02-21 10:45:52 -06:00
|
|
|
# Grafana UI components library
|
2018-12-24 07:14:06 -06:00
|
|
|
|
2019-02-21 10:45:52 -06:00
|
|
|
@grafana/ui is a collection of components used by [Grafana](https://github.com/grafana/grafana)
|
|
|
|
|
|
|
|
Our goal is to deliver Grafana's common UI elements for plugins developers and contributors.
|
|
|
|
|
|
|
|
See [package source](https://github.com/grafana/grafana/tree/master/packages/grafana-ui) for more details.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
`yarn add @grafana/ui`
|
|
|
|
|
|
|
|
`npm install @grafana/ui`
|
2019-02-22 04:30:45 -06:00
|
|
|
|
|
|
|
## Versioning
|
|
|
|
To limit the confusion related to @grafana/ui and Grafana versioning we decided to keep the major version in sync between those two.
|
|
|
|
This means, that first version of @grafana/ui is taged with 6.0.0-alpha.0 to keep version in sync with Grafana 6.0 release.
|