-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add the rest of the component markdown files
- Loading branch information
1 parent
902e380
commit ebaf101
Showing
51 changed files
with
351 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/account-storage-query' | ||
title: 'AccountStorageQuery' | ||
description: 'An AccountStorageQuery component!' | ||
component: 'AccountStorageQuery' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/bar-chart' | ||
title: 'BarChart' | ||
description: 'A BarChart component!' | ||
component: 'BarChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/billboard-chart' | ||
title: 'BillboardChart' | ||
description: 'A BillboardChart component!' | ||
component: 'BillboardChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/chart-group' | ||
title: 'ChartGroup' | ||
description: 'A ChartGroup component!' | ||
component: 'ChartGroup' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/checkbox' | ||
title: 'Checkbox' | ||
description: 'A Checkbox component!' | ||
component: 'Checkbox' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/dropdown-item' | ||
title: 'DropdownItem' | ||
description: 'A DropdownItem component!' | ||
component: 'DropdownItem' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/dropdown' | ||
title: 'Dropdown' | ||
description: 'A Dropdown component!' | ||
component: 'Dropdown' | ||
template: 'ReferenceTemplate' | ||
--- |
7 changes: 7 additions & 0 deletions
7
src/markdown-pages/components/entities-by-domain-type-query.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/entities-by-domain-type-query' | ||
title: 'EntitiesByDomainTypeQuery' | ||
description: 'An EntitiesByDomainTypeQuery component!' | ||
component: 'EntitiesByDomainTypeQuery' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/entities-by-guids-query' | ||
title: 'EntitiesByGuidsQuery' | ||
description: 'An EntitiesByGuidsQuery component!' | ||
component: 'EntitiesByGuidsQuery' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/entities-by-name-query' | ||
title: 'EntitiesByNameQuery' | ||
description: 'An EntitiesByNameQuery component!' | ||
component: 'EntitiesByNameQuery' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/entity-by-guid-query' | ||
title: 'EntityByGuidQuery' | ||
description: 'An EntityByGuidQuery component!' | ||
component: 'EntityByGuidQuery' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/entity-count-query' | ||
title: 'EntityCountQuery' | ||
description: 'An EntityCountQuery component!' | ||
component: 'EntityCountQuery' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/entity-search-query' | ||
title: 'EntitySearchQuery' | ||
description: 'An EntitySearchQuery component!' | ||
component: 'EntitySearchQuery' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/entity-storage-mutation' | ||
title: 'EntityStorageMutation' | ||
description: 'An EntityStorageMutation component!' | ||
component: 'EntityStorageMutation' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/entity-storage-query' | ||
title: 'EntityStorageQuery' | ||
description: 'An EntityStorageQuery component!' | ||
component: 'EntityStorageQuery' | ||
template: 'ReferenceTemplate' | ||
--- |
7 changes: 7 additions & 0 deletions
7
src/markdown-pages/components/entity-title-table-row-cell.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/entity-title-table-row-cell' | ||
title: 'EntityTitleTableRowCell' | ||
description: 'An EntityTitleTableRowCell component!' | ||
component: 'EntityTitleTableRowCell' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/funnel-chart' | ||
title: 'FunnelChart' | ||
description: 'A FunnelChart component!' | ||
component: 'FunnelChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/grid-item' | ||
title: 'GridItem' | ||
description: 'A GridItem component!' | ||
component: 'GridItem' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/heatmap-chart' | ||
title: 'HeatmapChart' | ||
description: 'A HeatmapChart component!' | ||
component: 'HeatmapChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/histogram-chart' | ||
title: 'HistogramChart' | ||
description: 'A HistogramChart component!' | ||
component: 'HistogramChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/json-chart' | ||
title: 'JsonChart' | ||
description: 'A JsonChart component!' | ||
component: 'JsonChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/line-chart' | ||
title: 'LineChart' | ||
description: 'A LineChart component!' | ||
component: 'LineChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/list-item' | ||
title: 'ListItem' | ||
description: 'A ListItem component!' | ||
component: 'ListItem' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/list' | ||
title: 'List' | ||
description: 'A List component!' | ||
component: 'List' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/metric-table-row-cell' | ||
title: 'MetricTableRowCell' | ||
description: 'A MetricTableRowCell component!' | ||
component: 'MetricTableRowCell' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/nerd-graph-mutation' | ||
title: 'NerdGraphMutation' | ||
description: 'An NerdGraphMutation component!' | ||
component: 'NerdGraphMutation' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/pie-chart' | ||
title: 'PieChart' | ||
description: 'A PieChart component!' | ||
component: 'PieChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/radio-group' | ||
title: 'RadioGroup' | ||
description: 'A RadioGroup component!' | ||
component: 'RadioGroup' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/radio' | ||
title: 'Radio' | ||
description: 'A Radio component!' | ||
component: 'Radio' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/scatter-chart' | ||
title: 'ScatterChart' | ||
description: 'A ScatterChart component!' | ||
component: 'ScatterChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/select-item' | ||
title: 'SelectItem' | ||
description: 'A SelectItem component!' | ||
component: 'SelectItem' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/select' | ||
title: 'Select' | ||
description: 'A Select component!' | ||
component: 'Select' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/spacing' | ||
title: 'Spacing' | ||
description: 'A Spacing component!' | ||
component: 'Spacing' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/sparkline-chart' | ||
title: 'SparklineChart' | ||
description: 'A SparklineChart component!' | ||
component: 'SparklineChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/sparkline-table-row-cell' | ||
title: 'SparklineTableRowCell' | ||
description: 'A SparklineTableRowCell component!' | ||
component: 'SparklineTableRowCell' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/stack-item' | ||
title: 'StackItem' | ||
description: 'A StackItem component!' | ||
component: 'StackItem' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/stacked-bar-chart' | ||
title: 'StackedBarChart' | ||
description: 'A StackedBarChart component!' | ||
component: 'StackedBarChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/table-chart' | ||
title: 'TableChart' | ||
description: 'A TableChart component!' | ||
component: 'TableChart' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/table-header-cell' | ||
title: 'TableHeaderCell' | ||
description: 'A TableHeaderCell component!' | ||
component: 'TableHeaderCell' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/table-header' | ||
title: 'TableHeader' | ||
description: 'A TableHeader component!' | ||
component: 'TableHeader' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/table-row-cell' | ||
title: 'TableRowCell' | ||
description: 'A TableRowCell component!' | ||
component: 'TableRowCell' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/table-row' | ||
title: 'TableRow' | ||
description: 'A TableRow component!' | ||
component: 'TableRow' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/table' | ||
title: 'Table' | ||
description: 'A Table component!' | ||
component: 'Table' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/tabs-item' | ||
title: 'TabsItem' | ||
description: 'A TabsItem component!' | ||
component: 'TabsItem' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/tabs' | ||
title: 'Tabs' | ||
description: 'A Tabs component!' | ||
component: 'Tabs' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/text-field' | ||
title: 'TextField' | ||
description: 'A TextField component!' | ||
component: 'TextField' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/user-query' | ||
title: 'UserQuery' | ||
description: 'An UserQuery component!' | ||
component: 'UserQuery' | ||
template: 'ReferenceTemplate' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
path: '/components/user-storage-mutation' | ||
title: 'UserStorageMutation' | ||
description: 'A UserStorageMutation component!' | ||
component: 'UserStorageMutation' | ||
template: 'ReferenceTemplate' | ||
--- |
Oops, something went wrong.