grafana/packages/grafana-ui
Hugo Häggmark 3a65e27e83 Fixes #15739
2019-03-04 10:42:59 +01:00
..
.storybook Do not use js theme variables in sass (poor dev experience for now) 2019-02-08 14:06:06 +01:00
src Fixes #15739 2019-03-04 10:42:59 +01:00
CHANGELOG.md grafana/ui 6.0.0-alpha.0 release version bump 2019-02-22 11:30:45 +01:00
index.js Implemented scripts for building and releasing grafana/ui 2019-02-21 15:06:29 +01:00
package.json Bumping grafana ui version (#15669) 2019-02-26 20:51:52 +01:00
README.md grafana/ui 6.0.0-alpha.0 release version bump 2019-02-22 11:30:45 +01:00
rollup.config.ts Implemented scripts for building and releasing grafana/ui 2019-02-21 15:06:29 +01:00
tsconfig.build.json Implemented scripts for building and releasing grafana/ui 2019-02-21 15:06:29 +01:00
tsconfig.json Implemented scripts for building and releasing grafana/ui 2019-02-21 15:06:29 +01:00
tslint.json @grafana/ui lib now contains one components, seperate lint & tsc steps 2018-12-21 14:23:32 +01:00

Grafana UI components library

@grafana/ui is a collection of components used by Grafana

Our goal is to deliver Grafana's common UI elements for plugins developers and contributors.

See package source 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.