# Grafana Flamegraph component > **@grafana/flamegraph is currently in BETA**. This is a Flamegraph component that is used in Grafana and Pyroscope web app to display profiles. ## Usage Currently this library exposes single component `Flamegraph` that renders whole visualization used for profiling which contains a header, a table representation of the data and a flamegraph. ```tsx import { Flamegraph } from '@grafana/flamegraph'; createTheme({ colors: { mode: 'dark' } })} data={dataFrame} extraHeaderElements={