+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "List" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++ ## List class Signature ```typescript export declare class List extends React.PureComponent> ``` Import ```typescript import { List } from '@grafana/ui'; ``` Methods | Method | Modifiers | Description | | --- | --- | --- | | [render()](#render-method) | | | ### render method Signature ```typescript render(): JSX.Element; ``` Returns: `JSX.Element`