grafana/packages/grafana-ui
Paul Marbach 10fe7d04e9
[release-12.2.1] Table: Backport the Safari 26 fixes to 12.2.1 (#111906)
* [release-12.2.1] Table: Disable virtualization, hover overflow, and scrollbar width resizing on Safari 26 (#111834)

* Table: Disable virtualization, hover overflow, and scrollbar width resizing on Safari 26

* pull obj def out of method

* [release-12.2.1] Table: Avoid overflow issues in Safari 26 (#111858)
2025-10-07 11:08:14 -04:00
..
.storybook Accessibility: Add storybook a11y tests that run in CI (#108543) 2025-07-24 16:32:02 +01:00
src [release-12.2.1] Table: Backport the Safari 26 fixes to 12.2.1 (#111906) 2025-10-07 11:08:14 -04:00
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Release: Bump version to 12.2.1 (#111415) 2025-09-19 14:00:37 -05: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.