packages/grafana-ui/src/Intro.mdx
import { Meta } from '@storybook/blocks';
<Meta title="Docs Overview/Intro" parameters={{ options: { isToolshown: false }, id: 1 }} />
With @grafana/ui, we want to democratize development. This library of reusable Grafana components and guidelines will help you with contribution and plugin development.
Grafana Labs started @grafana/ui to make contributing to Grafana as easy as possible for Grafanistas and community members of all fields. We want to create a component library that results in:
When we notice that we need to change something, we determine together what the change should be, then we put the change in place and communicate it publicly. Developers and designers create and improve @grafana/ui together. Throughout the process, we strive to involve you and meet your needs. We are looking forward to discussing your design and improvement ideas, find out how you can help in the Contribution Guidelines.
Explore UI components Click on any of the components in the sidebar to see how they look, and how to configure them. Each component contains documentation of its properties, as well as code examples for how to use it.
Try them out
Use them Once you've found the right component for your use case, click the Code tab to see the code implementation, or look at examples under Docs.
For more details, refer to the package source.
yarn add @grafana/ui
npm install @grafana/ui