Peter Holmberg 8bdf2111c4 Bumping grafana ui version (#15669) 6 yıl önce
..
.storybook 71576a634e Do not use js theme variables in sass (poor dev experience for now) 7 yıl önce
src 1bffde57e3 Need this to be available for plugins 6 yıl önce
CHANGELOG.md 34f6d9ab8e grafana/ui 6.0.0-alpha.0 release version bump 6 yıl önce
README.md 34f6d9ab8e grafana/ui 6.0.0-alpha.0 release version bump 6 yıl önce
index.js 529c1ea53d Implemented scripts for building and releasing grafana/ui 6 yıl önce
package.json 8bdf2111c4 Bumping grafana ui version (#15669) 6 yıl önce
rollup.config.ts 529c1ea53d Implemented scripts for building and releasing grafana/ui 6 yıl önce
tsconfig.build.json 529c1ea53d Implemented scripts for building and releasing grafana/ui 6 yıl önce
tsconfig.json 529c1ea53d Implemented scripts for building and releasing grafana/ui 6 yıl önce
tslint.json 52f583fee7 @grafana/ui lib now contains one components, seperate lint & tsc steps 7 yıl önce

README.md

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.