mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
c96ef2676e
* Base card * Add disabled state * Expand knobs * Add card actions * Add meta data * Allow custom tags * Extend container props * Add inner link * Add docs * Add missing keys * Update margins * Add description * Add full card example * Tweak disabld state * Export Card * title => heading * Filter out empty content * Add disableEvents * Move tooltip to container * Use new Card for AlertRuleItem * Cleanup * Update snapshot * Rename props * Rename props[2] * Disable hover is onClick is missing * Fix alert rule item * Update snapshot * Export CardProps * Replace logo * Remove tag prop * Remove extra div * Add @public * Update AlertRuleItem * Simplify disabled logic * Export Card styles * Remove AlertRuleItem tooltips * Revert to old button design * Make component internal 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/ui is currently in BETA.
@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.