mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana UI: Add prop table (#25387)
This commit is contained in:
parent
e55756066b
commit
c3549f845e
@ -0,0 +1,10 @@
|
|||||||
|
import { Props, Preview } from "@storybook/addon-docs/blocks";
|
||||||
|
import { Table } from "./Table";
|
||||||
|
|
||||||
|
# Table
|
||||||
|
|
||||||
|
Used for displaying tabular data
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
<Props of={Table} />
|
Loading…
Reference in New Issue
Block a user