Torkel Ödegaard bc2a798158 Merge pull request #15574 from grafana/more-color-variables-use-variables 6 anni fa
..
.storybook 71576a634e Do not use js theme variables in sass (poor dev experience for now) 6 anni fa
src bc2a798158 Merge pull request #15574 from grafana/more-color-variables-use-variables 6 anni fa
CHANGELOG.md 34f6d9ab8e grafana/ui 6.0.0-alpha.0 release version bump 6 anni fa
README.md 34f6d9ab8e grafana/ui 6.0.0-alpha.0 release version bump 6 anni fa
index.js 529c1ea53d Implemented scripts for building and releasing grafana/ui 6 anni fa
package.json 8bdf2111c4 Bumping grafana ui version (#15669) 6 anni fa
rollup.config.ts 529c1ea53d Implemented scripts for building and releasing grafana/ui 6 anni fa
tsconfig.build.json 529c1ea53d Implemented scripts for building and releasing grafana/ui 6 anni fa
tsconfig.json 529c1ea53d Implemented scripts for building and releasing grafana/ui 6 anni fa
tslint.json 52f583fee7 @grafana/ui lib now contains one components, seperate lint & tsc steps 7 anni fa

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.