grafana/packages/grafana-ui
Jev Forsberg a97562906c
Table: Add ability for Table to render Standard Options "No value" value when DataFrames or field values are empty (#82948)
* baldm0mma/no_value_message/ add fieldConfig to Table props

* baldm0mma/no_value_message/ add noValuesDisplayText to table props

* baldm0mma/no_value_message/ add fieldConfig to tablePanel

* baldm0mma/no_value_message/ add tests

* baldm0mma/no_value_message/ update test values

* baldm0mma/no_value_message/ update args in tests

* baldm0mma/no_value_message/ update with NO_DATA_TEXT const
2024-02-23 10:00:24 -07:00
..
.storybook Card: Remove mdx file and render docs from the story (#82565) 2024-02-16 13:13:50 +02:00
src Table: Add ability for Table to render Standard Options "No value" value when DataFrames or field values are empty (#82948) 2024-02-23 10:00:24 -07:00
.eslintrc
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Update dependency sass-loader to v14 (#83255) 2024-02-22 18:26:01 +02:00
rollup.config.ts
tsconfig.build.json
tsconfig.json

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 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.