Skip to content

Commit 027c5e4

Browse files
authored
Merge pull request #94 from newrelic/jerel/all-component-docs
All component docs
2 parents 20fbd6a + ebaf101 commit 027c5e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+555
-0
lines changed

src/data/sidenav.json

+205
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,37 @@
5252
"displayName": "Grid",
5353
"url": "/components/grid"
5454
},
55+
{
56+
"displayName": "GridItem",
57+
"url": "/components/grid-item"
58+
},
59+
{
60+
"displayName": "List",
61+
"url": "/components/list"
62+
},
63+
{
64+
"displayName": "ListItem",
65+
"url": "/components/list-item"
66+
},
67+
{
68+
"displayName": "Spacing",
69+
"url": "/components/spacing"
70+
},
5571
{
5672
"displayName": "Stack",
5773
"url": "/components/stack"
74+
},
75+
{
76+
"displayName": "StackItem",
77+
"url": "/components/stack-item"
78+
},
79+
{
80+
"displayName": "Tabs",
81+
"url": "/components/tabs"
82+
},
83+
{
84+
"displayName": "TabsItem",
85+
"url": "/components/tabs-item"
5886
}
5987
]
6088
},
@@ -68,6 +96,79 @@
6896
{
6997
"displayName": "Button",
7098
"url": "/components/button"
99+
},
100+
{
101+
"displayName": "Checkbox",
102+
"url": "/components/checkbox"
103+
},
104+
{
105+
"displayName": "Dropdown",
106+
"url": "/components/dropdown"
107+
},
108+
{
109+
"displayName": "DropdownItem",
110+
"url": "/components/dropdown-item"
111+
},
112+
{
113+
"displayName": "Radio",
114+
"url": "/components/radio"
115+
},
116+
{
117+
"displayName": "RadioGroup",
118+
"url": "/components/radio-group"
119+
},
120+
{
121+
"displayName": "Select",
122+
"url": "/components/select"
123+
},
124+
{
125+
"displayName": "SelectItem",
126+
"url": "/components/select-item"
127+
},
128+
{
129+
"displayName": "TextField",
130+
"url": "/components/text-field"
131+
}
132+
]
133+
},
134+
{
135+
"displayName": "Table",
136+
"children": [
137+
{
138+
"displayName": "Table",
139+
"url": "/components/table"
140+
},
141+
{
142+
"displayName": "TableHeader",
143+
"url": "/components/table-header"
144+
},
145+
{
146+
"displayName": "TableHeaderCell",
147+
"url": "/components/table-header-cell"
148+
},
149+
{
150+
"displayName": "TableRow",
151+
"url": "/components/table-row"
152+
},
153+
{
154+
"displayName": "TableRowCell",
155+
"url": "/components/table-row-cell"
156+
},
157+
{
158+
"displayName": "EntityTitleTableRowCell",
159+
"url": "/components/entity-title-table-row-cell"
160+
},
161+
{
162+
"displayName": "MetricTableRowCell",
163+
"url": "/components/metric-table-row-cell"
164+
},
165+
{
166+
"displayName": "SparklineTableRowCell",
167+
"url": "/components/sparkline-table-row-cell"
168+
},
169+
{
170+
"displayName": "UserTableRowCell",
171+
"url": "/components/user-table-row-cell"
71172
}
72173
]
73174
},
@@ -109,6 +210,58 @@
109210
{
110211
"displayName": "AreaChart",
111212
"url": "/components/area-chart"
213+
},
214+
{
215+
"displayName": "BarChart",
216+
"url": "/components/bar-chart"
217+
},
218+
{
219+
"displayName": "BillboardChart",
220+
"url": "/components/billboard-chart"
221+
},
222+
{
223+
"displayName": "ChartGroup",
224+
"url": "/components/chart-group"
225+
},
226+
{
227+
"displayName": "FunnelChart",
228+
"url": "/components/funnel-chart"
229+
},
230+
{
231+
"displayName": "HeatmapChart",
232+
"url": "/components/heatmap-chart"
233+
},
234+
{
235+
"displayName": "HistogramChart",
236+
"url": "/components/histogram-chart"
237+
},
238+
{
239+
"displayName": "JsonChart",
240+
"url": "/components/json-chart"
241+
},
242+
{
243+
"displayName": "LineChart",
244+
"url": "/components/line-chart"
245+
},
246+
{
247+
"displayName": "PieChart",
248+
"url": "/components/pie-chart"
249+
},
250+
{
251+
"displayName": "ScatterChart",
252+
"url": "/components/scatter-chart"
253+
},
254+
{
255+
"displayName": "SparklineChart",
256+
"url": "/components/sparkline-chart"
257+
},
258+
{
259+
"displayName": "StackedBarChart",
260+
"url": "/components/stacked-bar-chart"
261+
},
262+
{
263+
"displayName": "TableChart",
264+
"url": "/components/table-chart"
112265
}
113266
]
114267
},
@@ -119,17 +272,69 @@
119272
"displayName": "AccountStorageMutation",
120273
"url": "/components/account-storage-mutation"
121274
},
275+
{
276+
"displayName": "AccountStorageQuery",
277+
"url": "/components/account-storage-query"
278+
},
122279
{
123280
"displayName": "AccountsQuery",
124281
"url": "/components/accounts-query"
125282
},
283+
{
284+
"displayName": "EntitiesByDomainTypeQuery",
285+
"url": "/components/entities-by-domain-type-query"
286+
},
287+
{
288+
"displayName": "EntitiesByGuidsQuery",
289+
"url": "/components/entities-by-guids-query"
290+
},
291+
{
292+
"displayName": "EntitiesByNameQuery",
293+
"url": "/components/entities-by-name-query"
294+
},
295+
{
296+
"displayName": "EntityByGuidQuery",
297+
"url": "/components/entity-by-guid-query"
298+
},
299+
{
300+
"displayName": "EntityCountQuery",
301+
"url": "/components/entity-count-query"
302+
},
303+
{
304+
"displayName": "EntitySearchQuery",
305+
"url": "/components/entity-search-query"
306+
},
307+
{
308+
"displayName": "EntityStorageMutation",
309+
"url": "/components/entity-storage-mutation"
310+
},
311+
{
312+
"displayName": "EntityStorageQuery",
313+
"url": "/components/entity-storage-query"
314+
},
315+
{
316+
"displayName": "NerdGraphMutation",
317+
"url": "/components/nerd-graph-mutation"
318+
},
126319
{
127320
"displayName": "NerdGraphQuery",
128321
"url": "/components/nerd-graph-query"
129322
},
130323
{
131324
"displayName": "NrqlQuery",
132325
"url": "/components/nrql-query"
326+
},
327+
{
328+
"displayName": "UserQuery",
329+
"url": "/components/user-query"
330+
},
331+
{
332+
"displayName": "UserStorageMutation",
333+
"url": "/components/user-storage-mutation"
334+
},
335+
{
336+
"displayName": "UserStorageQuery",
337+
"url": "/components/user-storage-query"
133338
}
134339
]
135340
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/account-storage-query'
3+
title: 'AccountStorageQuery'
4+
description: 'An AccountStorageQuery component!'
5+
component: 'AccountStorageQuery'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/bar-chart'
3+
title: 'BarChart'
4+
description: 'A BarChart component!'
5+
component: 'BarChart'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/billboard-chart'
3+
title: 'BillboardChart'
4+
description: 'A BillboardChart component!'
5+
component: 'BillboardChart'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/chart-group'
3+
title: 'ChartGroup'
4+
description: 'A ChartGroup component!'
5+
component: 'ChartGroup'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/checkbox'
3+
title: 'Checkbox'
4+
description: 'A Checkbox component!'
5+
component: 'Checkbox'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/dropdown-item'
3+
title: 'DropdownItem'
4+
description: 'A DropdownItem component!'
5+
component: 'DropdownItem'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/dropdown'
3+
title: 'Dropdown'
4+
description: 'A Dropdown component!'
5+
component: 'Dropdown'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/entities-by-domain-type-query'
3+
title: 'EntitiesByDomainTypeQuery'
4+
description: 'An EntitiesByDomainTypeQuery component!'
5+
component: 'EntitiesByDomainTypeQuery'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/entities-by-guids-query'
3+
title: 'EntitiesByGuidsQuery'
4+
description: 'An EntitiesByGuidsQuery component!'
5+
component: 'EntitiesByGuidsQuery'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/entities-by-name-query'
3+
title: 'EntitiesByNameQuery'
4+
description: 'An EntitiesByNameQuery component!'
5+
component: 'EntitiesByNameQuery'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/entity-by-guid-query'
3+
title: 'EntityByGuidQuery'
4+
description: 'An EntityByGuidQuery component!'
5+
component: 'EntityByGuidQuery'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/entity-count-query'
3+
title: 'EntityCountQuery'
4+
description: 'An EntityCountQuery component!'
5+
component: 'EntityCountQuery'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/entity-search-query'
3+
title: 'EntitySearchQuery'
4+
description: 'An EntitySearchQuery component!'
5+
component: 'EntitySearchQuery'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/entity-storage-mutation'
3+
title: 'EntityStorageMutation'
4+
description: 'An EntityStorageMutation component!'
5+
component: 'EntityStorageMutation'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/entity-storage-query'
3+
title: 'EntityStorageQuery'
4+
description: 'An EntityStorageQuery component!'
5+
component: 'EntityStorageQuery'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/entity-title-table-row-cell'
3+
title: 'EntityTitleTableRowCell'
4+
description: 'An EntityTitleTableRowCell component!'
5+
component: 'EntityTitleTableRowCell'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/funnel-chart'
3+
title: 'FunnelChart'
4+
description: 'A FunnelChart component!'
5+
component: 'FunnelChart'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/grid-item'
3+
title: 'GridItem'
4+
description: 'A GridItem component!'
5+
component: 'GridItem'
6+
template: 'ReferenceTemplate'
7+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: '/components/heatmap-chart'
3+
title: 'HeatmapChart'
4+
description: 'A HeatmapChart component!'
5+
component: 'HeatmapChart'
6+
template: 'ReferenceTemplate'
7+
---

0 commit comments

Comments
 (0)