mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
* Refactor value mappings UI to work better with new panel edit * TS fix * Experimenting with tabs in the sidebar * Small refactor and added Panel general settings * Merge fixes * fix fieldOptions being used instead of fieldConfig * Added icons to tabs (testing) * Only 3 tabs i think, panel specific options need ot exist in first tab, some style tweaks * Moved title and no value up * Updated * Render panel options in Options tab and add old options styles hack to display those vertically * Basic settings to Panel settings * Make nullcheck pass * Snaps bump * Fix standard configs not update * Organise sidebar better, add tmp NewPanelEditorContext to hide duplicate legacy options Co-authored-by: Torkel Ödegaard <torkel@grafana.com> |
||
---|---|---|
.. | ||
.storybook | ||
src | ||
.eslintrc | ||
api-extractor.json | ||
CHANGELOG.md | ||
index.js | ||
package.json | ||
README.md | ||
rollup.config.ts | ||
tsconfig.build.json | ||
tsconfig.json |
Grafana UI components library
@grafana/toolkit is currently in ALPHA. Core API is unstable and can be a subject of breaking changes!
@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
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 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.