@grafana/scenes-react
v5.24.0
Published
Grafana framework for building dynamic dashboards
Downloads
10,116
Maintainers
Keywords
Readme
About @grafana/scenes-react
This is a work-in-progress library that makes it easier develop Grafana scene applications using more familiar React patterns like context, hooks and components.
For library documentation go to https://grafana.com/developers/scenes.
Setting up local version of @grafana/scenes-react with app plugin
- Run
YARN_IGNORE_PATH=1 yarn link
frompackages/scenes-react
directory. - Run
yarn dev
from repo root directory. - Run
yarn link @grafana/scenes-react
from app plugin directory. - Start app plugin development server.
Demo app
Alternatively, use the demo app included in this repository.