grafana/packages/grafana-ui
Ashley Harrison 3eadebd950
Theme: Add `/theme-playground` route (#111974)
* add basic theme-playground page

* basic theme playground

* generate schema

* sort of include the schema

* proper json schema

* add base theme

* bit of tidy up

* don't use appEvents.emit

* tidy up ThemeDemo

* extract translations

* add CODEOWNERS
2025-10-09 10:09:51 +01:00
..
.storybook Storybook: Run a11y tests against both light and dark theme (#110887) 2025-09-11 13:10:41 +01:00
src Theme: Add `/theme-playground` route (#111974) 2025-10-09 10:09:51 +01:00
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Update dependency rc-slider to v11.1.9 (#111290) 2025-09-18 10:06:14 +00:00
project.json
rollup.config.ts Fix: Prevent Rollup from treeshaking NPM packages (#108567) 2025-07-24 10:54:02 +02:00
tsconfig.build.json
tsconfig.json Chore: Remove @grafana/tsconfig (#109186) 2025-08-06 15:34:34 +01:00

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.

Browse the Storybook catalog of the components.

See package source for more details.

Installation

yarn add @grafana/ui

npm install @grafana/ui

Development

For development purposes we suggest using yarn link that will create symlink to @grafana/ui lib. To do so navigate to packages/grafana-ui and run YARN_IGNORE_PATH=1 yarn link. Then, navigate to your project and run yarn link "@grafana/ui" to use the linked version of the lib. To unlink follow the same procedure, but use yarn unlink instead.