mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
18 lines
671 B
Markdown
18 lines
671 B
Markdown
# Grafana UI components library
|
|
|
|
@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`
|
|
|
|
## 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.
|