@gardenerim/react 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +50 -0
- package/dist/adapter-target.d.ts +5 -0
- package/dist/adapter-target.d.ts.map +1 -0
- package/dist/adapter-target.js +7 -0
- package/dist/adapter-target.js.map +1 -0
- package/dist/adapters.d.ts +5 -0
- package/dist/adapters.d.ts.map +1 -0
- package/dist/adapters.js +3 -0
- package/dist/adapters.js.map +1 -0
- package/dist/ai.css +1 -0
- package/dist/catalog.json +9022 -0
- package/dist/component-css/ai-compositions.css +1 -0
- package/dist/component-css/ai-extended.css +1 -0
- package/dist/component-css/ai.css +1 -0
- package/dist/component-css/auth-compositions.css +1 -0
- package/dist/component-css/basic.css +1 -0
- package/dist/component-css/catalog.css +1 -0
- package/dist/component-css/commerce-compositions.css +1 -0
- package/dist/component-css/content-compositions.css +1 -0
- package/dist/component-css/data-compositions.css +1 -0
- package/dist/component-css/data.css +1 -0
- package/dist/component-css/desktop-compositions.css +1 -0
- package/dist/component-css/desktop.css +1 -0
- package/dist/component-css/extended.css +1 -0
- package/dist/component-css/feedback.css +1 -0
- package/dist/component-css/form-compositions.css +1 -0
- package/dist/component-css/forms.css +1 -0
- package/dist/component-css/grid.css +1 -0
- package/dist/component-css/help.css +1 -0
- package/dist/component-css/layouts.css +1 -0
- package/dist/component-css/mobile-compositions.css +1 -0
- package/dist/component-css/navigation-compositions.css +1 -0
- package/dist/component-css/navigation.css +1 -0
- package/dist/component-css/page.css +1 -0
- package/dist/component-css/primitives.css +1 -0
- package/dist/component-css/recipes.css +1 -0
- package/dist/component-css/regions.css +1 -0
- package/dist/component-css/selection-compositions.css +1 -0
- package/dist/component-css/solution-compositions.css +1 -0
- package/dist/component.d.ts +16 -0
- package/dist/component.d.ts.map +1 -0
- package/dist/component.js +105 -0
- package/dist/component.js.map +1 -0
- package/dist/components.css +1 -0
- package/dist/core.css +1 -0
- package/dist/electron.d.ts +10 -0
- package/dist/electron.d.ts.map +1 -0
- package/dist/electron.js +23 -0
- package/dist/electron.js.map +1 -0
- package/dist/gardener-react.min.js +2 -0
- package/dist/gardener-react.min.js.map +7 -0
- package/dist/gardener-react.performance.json +12 -0
- package/dist/generated/catalog.d.ts +6 -0
- package/dist/generated/catalog.d.ts.map +1 -0
- package/dist/generated/catalog.js +11217 -0
- package/dist/generated/catalog.js.map +1 -0
- package/dist/generated/components.d.ts +511 -0
- package/dist/generated/components.d.ts.map +1 -0
- package/dist/generated/components.js +1017 -0
- package/dist/generated/components.js.map +1 -0
- package/dist/hooks.d.ts +23 -0
- package/dist/hooks.d.ts.map +1 -0
- package/dist/hooks.js +92 -0
- package/dist/hooks.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -0
- package/dist/platform/desktop.css +1 -0
- package/dist/platform/electron.css +1 -0
- package/dist/platform/mobile.css +1 -0
- package/dist/platform/tauri.css +1 -0
- package/dist/platform/web.css +1 -0
- package/dist/provider.d.ts +14 -0
- package/dist/provider.d.ts.map +1 -0
- package/dist/provider.js +29 -0
- package/dist/provider.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/tauri.d.ts +10 -0
- package/dist/tauri.d.ts.map +1 -0
- package/dist/tauri.js +23 -0
- package/dist/tauri.js.map +1 -0
- package/dist/themes.css +1 -0
- package/dist/types.d.ts +65 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/utilities.css +1 -0
- package/docs/API.md +80 -0
- package/docs/components.md +512 -0
- package/metadata/compatibility.json +1730 -0
- package/metadata/compatibility.schema.json +33 -0
- package/metadata/performance.schema.json +18 -0
- package/metadata/public-api.json +1152 -0
- package/metadata/public-api.schema.json +26 -0
- package/package.json +99 -0
|
@@ -0,0 +1,512 @@
|
|
|
1
|
+
# Gardener React 组件完整目录
|
|
2
|
+
|
|
3
|
+
本目录由 `@gardenerim/css@1.0.0` 元数据自动生成,共 506 个 React 组件,无省略。所有组件支持 `as`、`variant`、`state`、`config`、`initialize`、`value`、`defaultValue`、`valueEvent`、`valueKey`、`onValueChange`、原生 attributes/events、children 和 ref handle。
|
|
4
|
+
|
|
5
|
+
| React 导出 | CSS 组件 | 分类 | 类型 | 根选择器/类 | 行为 |
|
|
6
|
+
| --- | --- | --- | --- | --- | --- |
|
|
7
|
+
| `GButton` | `button` | basic | css | `g-btn` | — |
|
|
8
|
+
| `GButtonGroup` | `button-group` | basic | css | `g-btn-group` | — |
|
|
9
|
+
| `GCard` | `card` | basic | css | `g-card` | — |
|
|
10
|
+
| `GBadgeTagChip` | `badge-tag-chip` | basic | css | `g-badge` | — |
|
|
11
|
+
| `GAvatar` | `avatar` | basic | css | `g-avatar` | — |
|
|
12
|
+
| `GAlert` | `alert` | feedback | css | `g-alert` | — |
|
|
13
|
+
| `GProgressMeter` | `progress-meter` | feedback | css | `g-progress` | — |
|
|
14
|
+
| `GSpinnerSkeleton` | `spinner-skeleton` | feedback | css | `g-spinner` | — |
|
|
15
|
+
| `GEmptyState` | `empty-state` | feedback | css | `g-empty` | — |
|
|
16
|
+
| `GInput` | `input` | form | css | `g-input` | — |
|
|
17
|
+
| `GTextarea` | `textarea` | form | css | `g-textarea` | — |
|
|
18
|
+
| `GSelect` | `select` | form | css | `g-select` | — |
|
|
19
|
+
| `GCheckboxRadio` | `checkbox-radio` | form | css | `g-check` | — |
|
|
20
|
+
| `GSwitch` | `switch` | form | css | `g-switch` | — |
|
|
21
|
+
| `GRangeColor` | `range-color` | form | css | `g-range` | — |
|
|
22
|
+
| `GFileDrop` | `file-drop` | form | interactive | `g-file-drop` | dropzone |
|
|
23
|
+
| `GCombobox` | `combobox` | form | interactive | `g-combobox` | combobox |
|
|
24
|
+
| `GForm` | `form` | form | css | `g-form` | — |
|
|
25
|
+
| `GFormSection` | `form-section` | form | css | `g-form-section` | — |
|
|
26
|
+
| `GField` | `field` | form | css | `g-field` | — |
|
|
27
|
+
| `GFieldset` | `fieldset` | form | css | `g-fieldset` | — |
|
|
28
|
+
| `GFormRow` | `form-row` | form | css | `g-form-row` | — |
|
|
29
|
+
| `GFormGrid` | `form-grid` | form | css | `g-form-grid` | — |
|
|
30
|
+
| `GHorizontalForm` | `horizontal-form` | form | css | `g-form-horizontal` | — |
|
|
31
|
+
| `GInlineForm` | `inline-form` | form | css | `g-form-inline` | — |
|
|
32
|
+
| `GCompactForm` | `compact-form` | form | css | `g-form-compact` | — |
|
|
33
|
+
| `GInputGroup` | `input-group` | form | css | `g-input-group` | — |
|
|
34
|
+
| `GInputAffix` | `input-affix` | form | css | `g-input-affix` | — |
|
|
35
|
+
| `GSearchField` | `search-field` | form | css | `g-search-field` | — |
|
|
36
|
+
| `GPasswordField` | `password-field` | form | interactive | `g-password-field` | password-toggle |
|
|
37
|
+
| `GClearableField` | `clearable-field` | form | interactive | `g-clearable-field` | clear-input |
|
|
38
|
+
| `GCharacterCounter` | `character-counter` | form | interactive | `g-character-field` | character-count |
|
|
39
|
+
| `GValidationState` | `validation-state` | form | css | `g-validation-state` | — |
|
|
40
|
+
| `GCheckboxGroup` | `checkbox-group` | form | css | `g-check-group` | — |
|
|
41
|
+
| `GRadioGroup` | `radio-group` | form | css | `g-radio-group` | — |
|
|
42
|
+
| `GSwitchRow` | `switch-row` | form | css | `g-switch-row` | — |
|
|
43
|
+
| `GChoiceCardGroup` | `choice-card-group` | form | css | `g-choice-group` | — |
|
|
44
|
+
| `GNameGroup` | `name-group` | form | css | `g-name-group` | — |
|
|
45
|
+
| `GAddressGroup` | `address-group` | form | css | `g-address-group` | — |
|
|
46
|
+
| `GPhoneGroup` | `phone-group` | form | css | `g-phone-group` | — |
|
|
47
|
+
| `GMoneyGroup` | `money-group` | form | css | `g-money-group` | — |
|
|
48
|
+
| `GDateRangeGroup` | `date-range-group` | form | css | `g-date-range-group` | — |
|
|
49
|
+
| `GTimeRangeGroup` | `time-range-group` | form | css | `g-time-range-group` | — |
|
|
50
|
+
| `GUnitField` | `unit-field` | form | css | `g-unit-field` | — |
|
|
51
|
+
| `GRangeField` | `range-field` | form | css | `g-range-field` | — |
|
|
52
|
+
| `GFileField` | `file-field` | form | css | `g-file-field` | — |
|
|
53
|
+
| `GRepeatableField` | `repeatable-field` | form | interactive | `g-repeatable-field` | repeatable-field |
|
|
54
|
+
| `GConditionalField` | `conditional-field` | form | interactive | `g-conditional-field` | conditional-field |
|
|
55
|
+
| `GFormActions` | `form-actions` | form | css | `g-form-actions` | — |
|
|
56
|
+
| `GAutosaveStatus` | `autosave-status` | form | css | `g-autosave-status` | — |
|
|
57
|
+
| `GFormProgress` | `form-progress` | form | css | `g-form-progress` | — |
|
|
58
|
+
| `GFormReview` | `form-review` | form | css | `g-form-review` | — |
|
|
59
|
+
| `GConsentGroup` | `consent-group` | form | css | `g-consent-group` | — |
|
|
60
|
+
| `GNavbar` | `navbar` | navigation | css | `g-navbar` | — |
|
|
61
|
+
| `GSidebar` | `sidebar` | navigation | css | `g-sidebar` | — |
|
|
62
|
+
| `GBreadcrumb` | `breadcrumb` | navigation | css | `g-breadcrumb` | — |
|
|
63
|
+
| `GTabs` | `tabs` | navigation | interactive | `g-tabs` | tabs |
|
|
64
|
+
| `GSegmentedControl` | `segmented-control` | navigation | css | `g-segmented` | — |
|
|
65
|
+
| `GPagination` | `pagination` | navigation | css | `g-pagination` | — |
|
|
66
|
+
| `GMenuDropdown` | `menu-dropdown` | navigation | interactive | `g-dropdown` | dropdown |
|
|
67
|
+
| `GStepper` | `stepper` | navigation | css | `g-stepper` | — |
|
|
68
|
+
| `GCommandPalette` | `command-palette` | navigation | interactive | `g-command-palette` | command-palette |
|
|
69
|
+
| `GPrimaryNavigation` | `primary-navigation` | navigation | css | `g-primary-nav` | — |
|
|
70
|
+
| `GUtilityNavigation` | `utility-navigation` | navigation | css | `g-utility-nav` | — |
|
|
71
|
+
| `GSubNavigation` | `sub-navigation` | navigation | css | `g-subnav` | — |
|
|
72
|
+
| `GCollapsibleNavigation` | `collapsible-navigation` | navigation | interactive | `g-collapsible-nav` | nav-toggle |
|
|
73
|
+
| `GNavigationRail` | `navigation-rail` | navigation | interactive | `g-nav-rail` | roving-nav |
|
|
74
|
+
| `GActivityBar` | `activity-bar` | navigation | css | `g-activitybar` | — |
|
|
75
|
+
| `GMenuBar` | `menu-bar` | navigation | css | `g-menubar` | — |
|
|
76
|
+
| `GContextMenu` | `context-menu` | navigation | interactive | `g-context-menu` | context-menu |
|
|
77
|
+
| `GTreeNavigation` | `tree-navigation` | navigation | interactive | `g-tree-nav` | tree |
|
|
78
|
+
| `GVerticalTabs` | `vertical-tabs` | navigation | interactive | `g-vertical-tabs` | tabs |
|
|
79
|
+
| `GPillNavigation` | `pill-navigation` | navigation | css | `g-pill-nav` | — |
|
|
80
|
+
| `GScrollspyNavigation` | `scrollspy-navigation` | navigation | interactive | `g-scrollspy-nav` | scrollspy |
|
|
81
|
+
| `GCursorPagination` | `cursor-pagination` | navigation | css | `g-cursor-pagination` | — |
|
|
82
|
+
| `GLoadMoreNavigation` | `load-more-navigation` | navigation | css | `g-load-more-nav` | — |
|
|
83
|
+
| `GWizardNavigation` | `wizard-navigation` | navigation | css | `g-wizard-nav` | — |
|
|
84
|
+
| `GBackNavigation` | `back-navigation` | navigation | css | `g-back-nav` | — |
|
|
85
|
+
| `GPreviousNextNavigation` | `previous-next-navigation` | navigation | css | `g-prev-next-nav` | — |
|
|
86
|
+
| `GSkipNavigation` | `skip-navigation` | navigation | css | `g-skip-nav` | — |
|
|
87
|
+
| `GMobileTopNavigation` | `mobile-top-navigation` | navigation | css | `g-mobile-top-nav` | — |
|
|
88
|
+
| `GBottomNavigation` | `bottom-navigation` | navigation | css | `g-bottom-nav` | — |
|
|
89
|
+
| `GMobileTabBar` | `mobile-tab-bar` | navigation | css | `g-mobile-tab-bar` | — |
|
|
90
|
+
| `GDrawerNavigation` | `drawer-navigation` | navigation | css | `g-drawer-nav` | — |
|
|
91
|
+
| `GCommandNavigation` | `command-navigation` | navigation | css | `g-command-nav` | — |
|
|
92
|
+
| `GJumpNavigation` | `jump-navigation` | navigation | interactive | `g-jump-nav` | jump-nav |
|
|
93
|
+
| `GQuickNavigation` | `quick-navigation` | navigation | css | `g-quick-nav` | — |
|
|
94
|
+
| `GLocaleNavigation` | `locale-navigation` | navigation | css | `g-locale-nav` | — |
|
|
95
|
+
| `GAccountNavigation` | `account-navigation` | navigation | css | `g-account-nav` | — |
|
|
96
|
+
| `GDialog` | `dialog` | overlay | interactive | `g-dialog-backdrop` | dialog |
|
|
97
|
+
| `GDrawer` | `drawer` | overlay | interactive | `g-drawer-backdrop` | drawer |
|
|
98
|
+
| `GPopover` | `popover` | overlay | interactive | `g-popover` | popover |
|
|
99
|
+
| `GTooltip` | `tooltip` | overlay | interactive | `g-tooltip` | tooltip |
|
|
100
|
+
| `GToast` | `toast` | feedback | interactive | `g-toast` | toast |
|
|
101
|
+
| `GAccordion` | `accordion` | disclosure | interactive | `g-accordion` | accordion |
|
|
102
|
+
| `GTable` | `table` | data | css | `g-table` | — |
|
|
103
|
+
| `GDataGrid` | `data-grid` | data | interactive | `g-data-grid` | data-grid |
|
|
104
|
+
| `GKpiStat` | `kpi-stat` | dashboard | css | `g-kpi` | — |
|
|
105
|
+
| `GDescriptionList` | `description-list` | data | css | `g-description-list` | — |
|
|
106
|
+
| `GListGroup` | `list-group` | data | css | `g-list-group` | — |
|
|
107
|
+
| `GTree` | `tree` | data | interactive | `g-tree` | tree |
|
|
108
|
+
| `GTimeline` | `timeline` | data | css | `g-timeline` | — |
|
|
109
|
+
| `GResponsiveTable` | `responsive-table` | data | css | `g-responsive-table` | — |
|
|
110
|
+
| `GTableSort` | `table-sort` | data | interactive | `g-sort-button` | table-sort |
|
|
111
|
+
| `GRowSelection` | `row-selection` | data | interactive | `g-selection-summary` | row-select |
|
|
112
|
+
| `GRowDisclosure` | `row-disclosure` | data | interactive | `g-row-disclosure` | row-disclosure |
|
|
113
|
+
| `GColumnToggle` | `column-toggle` | data | interactive | `g-column-chooser` | column-toggle |
|
|
114
|
+
| `GDataFilter` | `data-filter` | data | interactive | `g-data-toolbar` | data-filter |
|
|
115
|
+
| `GDataView` | `data-view` | data | interactive | `g-data-view-switcher` | data-view |
|
|
116
|
+
| `GEditableGrid` | `editable-grid` | data | interactive | `g-editable-grid` | data-grid |
|
|
117
|
+
| `GTreeTable` | `tree-table` | data | css | `g-tree-table` | — |
|
|
118
|
+
| `GGroupedTable` | `grouped-table` | data | css | `g-grouped-table` | — |
|
|
119
|
+
| `GExpandableTable` | `expandable-table` | data | css | `g-expandable-table` | — |
|
|
120
|
+
| `GComparisonTable` | `comparison-table` | data | css | `g-comparison-table` | — |
|
|
121
|
+
| `GKeyValue` | `key-value` | data | css | `g-key-value` | — |
|
|
122
|
+
| `GRecordDetail` | `record-detail` | data | css | `g-record-detail` | — |
|
|
123
|
+
| `GMediaList` | `media-list` | data | css | `g-media-list` | — |
|
|
124
|
+
| `GDenseList` | `dense-list` | data | css | `g-dense-list` | — |
|
|
125
|
+
| `GAuditLogComposition` | `audit-log-composition` | data | css | `g-audit-log` | — |
|
|
126
|
+
| `GStatList` | `stat-list` | data | css | `g-stat-list` | — |
|
|
127
|
+
| `GMetricCard` | `metric-card` | data | css | `g-metric-card` | — |
|
|
128
|
+
| `GSparkline` | `sparkline` | data | css | `g-sparkline` | — |
|
|
129
|
+
| `GProgressStats` | `progress-stats` | data | css | `g-progress-stats` | — |
|
|
130
|
+
| `GDataLegend` | `data-legend` | data | css | `g-data-legend` | — |
|
|
131
|
+
| `GRanking` | `ranking` | data | css | `g-ranking` | — |
|
|
132
|
+
| `GStatusSummary` | `status-summary` | data | css | `g-status-summary` | — |
|
|
133
|
+
| `GDataMatrix` | `data-matrix` | data | css | `g-data-matrix` | — |
|
|
134
|
+
| `GHeatmap` | `heatmap` | data | css | `g-heatmap` | — |
|
|
135
|
+
| `GDataToolbar` | `data-toolbar` | data | css | `g-data-toolbar` | — |
|
|
136
|
+
| `GColumnChooser` | `column-chooser` | data | css | `g-column-chooser` | — |
|
|
137
|
+
| `GSavedViews` | `saved-views` | interaction | interactive | `g-saved-views` | saved-choice |
|
|
138
|
+
| `GExportPanel` | `export-panel` | data | css | `g-export-panel` | — |
|
|
139
|
+
| `GDataState` | `data-state` | data | css | `g-data-state` | — |
|
|
140
|
+
| `GDataViewSwitcher` | `data-view-switcher` | data | css | `g-data-view-switcher` | — |
|
|
141
|
+
| `GSelectionSummary` | `selection-summary` | data | css | `g-selection-summary` | — |
|
|
142
|
+
| `GTableDensity` | `table-density` | data | css | `g-table-density` | — |
|
|
143
|
+
| `GFilterSummary` | `filter-summary` | data | css | `g-filter-summary` | — |
|
|
144
|
+
| `GSortBuilder` | `sort-builder` | interaction | interactive | `g-sort-builder` | builder-list |
|
|
145
|
+
| `GDataInspector` | `data-inspector` | data | css | `g-data-inspector` | — |
|
|
146
|
+
| `GSelectionControls` | `selection-controls` | interaction | interactive | `g-selection-control` | row-select |
|
|
147
|
+
| `GBatchToolbar` | `batch-toolbar` | interaction | css | `g-batch-toolbar` | — |
|
|
148
|
+
| `GDualList` | `dual-list` | interaction | interactive | `g-dual-list` | transfer |
|
|
149
|
+
| `GTreeSelect` | `tree-select` | interaction | interactive | `g-tree-select` | picker |
|
|
150
|
+
| `GCascader` | `cascader` | interaction | interactive | `g-cascader` | cascader |
|
|
151
|
+
| `GMentionPicker` | `mention-picker` | interaction | interactive | `g-mention-picker` | picker |
|
|
152
|
+
| `GUserPicker` | `user-picker` | interaction | interactive | `g-user-picker` | picker |
|
|
153
|
+
| `GOrganizationPicker` | `organization-picker` | interaction | interactive | `g-organization-picker` | picker |
|
|
154
|
+
| `GResourcePicker` | `resource-picker` | interaction | interactive | `g-resource-picker` | picker |
|
|
155
|
+
| `GMediaPicker` | `media-picker` | interaction | interactive | `g-media-picker` | picker |
|
|
156
|
+
| `GIconPicker` | `icon-picker` | interaction | interactive | `g-icon-picker` | saved-choice |
|
|
157
|
+
| `GColorPickerComposition` | `color-picker-composition` | interaction | interactive | `g-color-picker` | saved-choice |
|
|
158
|
+
| `GDateRangePickerComposition` | `date-range-picker-composition` | interaction | css | `g-date-range-picker` | — |
|
|
159
|
+
| `GTimeRangePickerComposition` | `time-range-picker-composition` | interaction | css | `g-time-range-picker` | — |
|
|
160
|
+
| `GSavedFilters` | `saved-filters` | interaction | interactive | `g-saved-filters` | saved-choice |
|
|
161
|
+
| `GGroupBuilder` | `group-builder` | interaction | interactive | `g-group-builder` | builder-list |
|
|
162
|
+
| `GEntityPicker` | `entity-picker` | interaction | interactive | `g-entity-picker` | picker |
|
|
163
|
+
| `GTagPicker` | `tag-picker` | interaction | interactive | `g-tag-picker` | picker |
|
|
164
|
+
| `GRelationPicker` | `relation-picker` | interaction | interactive | `g-relation-picker` | picker |
|
|
165
|
+
| `GBulkConfirmation` | `bulk-confirmation` | interaction | css | `g-bulk-confirmation` | — |
|
|
166
|
+
| `GBulkProgress` | `bulk-progress` | interaction | css | `g-bulk-progress` | — |
|
|
167
|
+
| `GFilterBar` | `filter-bar` | dashboard | css | `g-filter-bar` | — |
|
|
168
|
+
| `GCodeBlock` | `code-block` | content | css | `g-code-block` | — |
|
|
169
|
+
| `GTerminal` | `terminal` | content | css | `g-terminal` | — |
|
|
170
|
+
| `GDiffViewer` | `diff-viewer` | content | css | `g-diff` | — |
|
|
171
|
+
| `GChartContainer` | `chart-container` | dashboard | css | `g-chart` | — |
|
|
172
|
+
| `GGridSystem` | `grid-system` | layout | css | `g-grid-24` | — |
|
|
173
|
+
| `GRegionLayoutSystem` | `region-layout-system` | layout | css | `g-region-frame` | — |
|
|
174
|
+
| `GClassicLayoutPrimitives` | `classic-layout-primitives` | layout | css | `g-stack` | — |
|
|
175
|
+
| `GPageHeader` | `page-header` | layout | css | `g-page-header` | — |
|
|
176
|
+
| `GSectionHeader` | `section-header` | layout | css | `g-section-header` | — |
|
|
177
|
+
| `GSubheader` | `subheader` | layout | css | `g-subheader` | — |
|
|
178
|
+
| `GToolbar` | `toolbar` | navigation | css | `g-toolbar` | — |
|
|
179
|
+
| `GActionBar` | `action-bar` | interaction | css | `g-action-bar` | — |
|
|
180
|
+
| `GStatusBar` | `status-bar` | feedback | css | `g-status-bar` | — |
|
|
181
|
+
| `GCommandBar` | `command-bar` | navigation | css | `g-command-bar` | — |
|
|
182
|
+
| `GContextBar` | `context-bar` | feedback | css | `g-context-bar` | — |
|
|
183
|
+
| `GBulkActionBar` | `bulk-action-bar` | interaction | css | `g-bulk-action-bar` | — |
|
|
184
|
+
| `GFooterBar` | `footer-bar` | layout | css | `g-footer-bar` | — |
|
|
185
|
+
| `GFloatingActionBar` | `floating-action-bar` | interaction | css | `g-floating-action-bar` | — |
|
|
186
|
+
| `GDividerWithText` | `divider-with-text` | basic | css | `g-divider` | — |
|
|
187
|
+
| `GStickyActions` | `sticky-actions` | interaction | css | `g-sticky-actions` | — |
|
|
188
|
+
| `GPageLoading` | `page-loading` | feedback | css | `g-page-loading` | — |
|
|
189
|
+
| `GPageStateSystem` | `page-state-system` | feedback | css | `g-page-state` | — |
|
|
190
|
+
| `GTip` | `tip` | help | css | `g-tip` | — |
|
|
191
|
+
| `GInlineHint` | `inline-hint` | help | css | `g-inline-hint` | — |
|
|
192
|
+
| `GHelpText` | `help-text` | help | css | `g-help-text` | — |
|
|
193
|
+
| `GHelpTrigger` | `help-trigger` | help | css | `g-help-trigger` | — |
|
|
194
|
+
| `GRichTooltip` | `rich-tooltip` | help | interactive | `g-tooltip-rich` | tooltip |
|
|
195
|
+
| `GHelpPopover` | `help-popover` | help | interactive | `g-help-popover` | popover |
|
|
196
|
+
| `GDefinitionHelp` | `definition-help` | help | css | `g-definition` | — |
|
|
197
|
+
| `GCallout` | `callout` | help | css | `g-callout` | — |
|
|
198
|
+
| `GNote` | `note` | help | css | `g-note` | — |
|
|
199
|
+
| `GGuidancePair` | `guidance-pair` | help | css | `g-guidance-pair` | — |
|
|
200
|
+
| `GKeyHint` | `key-hint` | help | css | `g-key-hint` | — |
|
|
201
|
+
| `GShortcutList` | `shortcut-list` | help | css | `g-shortcut-list` | — |
|
|
202
|
+
| `GHelpCard` | `help-card` | help | css | `g-help-card` | — |
|
|
203
|
+
| `GHelpPanel` | `help-panel` | help | css | `g-help-panel` | — |
|
|
204
|
+
| `GHelpCenter` | `help-center` | help | css | `g-help-center` | — |
|
|
205
|
+
| `GHelpTopics` | `help-topics` | help | css | `g-help-topics` | — |
|
|
206
|
+
| `GFaq` | `faq` | help | interactive | `g-faq` | accordion |
|
|
207
|
+
| `GContextualHelp` | `contextual-help` | help | css | `g-contextual-help` | — |
|
|
208
|
+
| `GCoachMark` | `coach-mark` | help | css | `g-coach-mark` | — |
|
|
209
|
+
| `GSpotlight` | `spotlight` | help | css | `g-spotlight` | — |
|
|
210
|
+
| `GHotspot` | `hotspot` | help | css | `g-hotspot` | — |
|
|
211
|
+
| `GFeatureHint` | `feature-hint` | help | css | `g-feature-hint` | — |
|
|
212
|
+
| `GWhatsNew` | `whats-new` | help | css | `g-whats-new` | — |
|
|
213
|
+
| `GHelpChecklist` | `help-checklist` | help | css | `g-help-checklist` | — |
|
|
214
|
+
| `GTroubleshooting` | `troubleshooting` | help | css | `g-troubleshooting` | — |
|
|
215
|
+
| `GHelpFeedback` | `help-feedback` | help | css | `g-help-feedback` | — |
|
|
216
|
+
| `GAppShell` | `app-shell` | layout | css | `g-app-shell` | — |
|
|
217
|
+
| `GDashboard` | `dashboard` | layout | css | `g-dashboard` | — |
|
|
218
|
+
| `GMobileShell` | `mobile-shell` | layout | css | `g-mobile-shell` | — |
|
|
219
|
+
| `GChat` | `chat` | ai | css | `g-chat` | — |
|
|
220
|
+
| `GMessage` | `message` | ai | css | `g-message` | — |
|
|
221
|
+
| `GPromptComposer` | `prompt-composer` | ai | interactive | `g-composer` | ai-composer |
|
|
222
|
+
| `GAttachment` | `attachment` | ai | css | `g-attachment` | — |
|
|
223
|
+
| `GThinking` | `thinking` | ai | interactive | `g-thinking` | accordion |
|
|
224
|
+
| `GToolCall` | `tool-call` | ai | interactive | `g-tool-call` | accordion |
|
|
225
|
+
| `GToolApproval` | `tool-approval` | ai | interactive | `g-approval` | ai-approval |
|
|
226
|
+
| `GAgentStatus` | `agent-status` | ai | css | `g-agent-status` | — |
|
|
227
|
+
| `GAgentPlan` | `agent-plan` | ai | css | `g-plan` | — |
|
|
228
|
+
| `GSourcesCitations` | `sources-citations` | ai | css | `g-sources` | — |
|
|
229
|
+
| `GArtifactPanel` | `artifact-panel` | ai | interactive | `g-artifact-panel` | tabs |
|
|
230
|
+
| `GModelSelector` | `model-selector` | ai | interactive | `g-model-selector` | dropdown |
|
|
231
|
+
| `GContextMeter` | `context-meter` | ai | css | `g-context-meter` | — |
|
|
232
|
+
| `GVoiceState` | `voice-state` | ai | css | `g-voice-state` | — |
|
|
233
|
+
| `GGenerationPlaceholder` | `generation-placeholder` | ai | css | `g-generation-placeholder` | — |
|
|
234
|
+
| `GAiWorkspace` | `ai-workspace` | ai | css | `g-ai-shell` | — |
|
|
235
|
+
| `GPromptStarter` | `prompt-starter` | ai | interactive | `g-prompt-starter` | prompt-fill |
|
|
236
|
+
| `GAiCommandMenu` | `ai-command-menu` | ai | interactive | `g-ai-command-menu` | roving-nav |
|
|
237
|
+
| `GStreamingResponse` | `streaming-response` | ai | css | `g-streaming-response` | — |
|
|
238
|
+
| `GMultiAgentBoard` | `multi-agent-board` | ai | css | `g-agent-board` | — |
|
|
239
|
+
| `GAgentHandoff` | `agent-handoff` | ai | css | `g-agent-handoff` | — |
|
|
240
|
+
| `GArtifactWorkspace` | `artifact-workspace` | ai | css | `g-artifact-layout` | — |
|
|
241
|
+
| `GGenerationGallery` | `generation-gallery` | ai | css | `g-generation-grid` | — |
|
|
242
|
+
| `GAiContextManager` | `ai-context-manager` | ai | css | `g-ai-context-manager` | — |
|
|
243
|
+
| `GAiUsagePanel` | `ai-usage-panel` | ai | css | `g-ai-usage-panel` | — |
|
|
244
|
+
| `GAiSafetyNotice` | `ai-safety-notice` | ai | css | `g-ai-safety-notice` | — |
|
|
245
|
+
| `GAiFeedback` | `ai-feedback` | ai | interactive | `g-ai-feedback` | ai-feedback |
|
|
246
|
+
| `GDatePicker` | `date-picker` | form | css | `g-date-picker` | — |
|
|
247
|
+
| `GTimePicker` | `time-picker` | form | css | `g-time-picker` | — |
|
|
248
|
+
| `GPinInput` | `pin-input` | form | css | `g-pin-input` | — |
|
|
249
|
+
| `GRating` | `rating` | form | css | `g-rating` | — |
|
|
250
|
+
| `GTransferList` | `transfer-list` | interaction | interactive | `g-transfer` | transfer |
|
|
251
|
+
| `GValidationSummary` | `validation-summary` | form | css | `g-validation-summary` | — |
|
|
252
|
+
| `GMegaMenu` | `mega-menu` | navigation | css | `g-mega-menu` | — |
|
|
253
|
+
| `GAnchorNavigation` | `anchor-navigation` | navigation | css | `g-anchor-nav` | — |
|
|
254
|
+
| `GTourSpotlight` | `tour-spotlight` | help | interactive | `g-tour` | tour |
|
|
255
|
+
| `GVirtualList` | `virtual-list` | data | css | `g-virtual-list` | — |
|
|
256
|
+
| `GKanban` | `kanban` | data | css | `g-kanban` | — |
|
|
257
|
+
| `GGanttShell` | `gantt-shell` | data | css | `g-gantt` | — |
|
|
258
|
+
| `GQueryBuilder` | `query-builder` | data | css | `g-query-builder` | — |
|
|
259
|
+
| `GCarousel` | `carousel` | media | interactive | `g-carousel` | carousel |
|
|
260
|
+
| `GGalleryLightbox` | `gallery-lightbox` | media | css | `g-gallery` | — |
|
|
261
|
+
| `GMediaPlayer` | `media-player` | media | css | `g-media-player` | — |
|
|
262
|
+
| `GDocumentViewer` | `document-viewer` | media | css | `g-document-viewer` | — |
|
|
263
|
+
| `GSplitPane` | `split-pane` | interaction | interactive | `g-split-pane` | split-pane |
|
|
264
|
+
| `GDragSort` | `drag-sort` | interaction | css | `g-sortable-item` | — |
|
|
265
|
+
| `GInfiniteScroll` | `infinite-scroll` | interaction | css | `g-infinite-status` | — |
|
|
266
|
+
| `GPullRefresh` | `pull-refresh` | interaction | css | `g-pull-refresh` | — |
|
|
267
|
+
| `GProductCard` | `product-card` | commerce | css | `g-product-card` | — |
|
|
268
|
+
| `GCartItem` | `cart-item` | commerce | css | `g-cart-item` | — |
|
|
269
|
+
| `GPriceQuantity` | `price-quantity` | commerce | css | `g-price` | — |
|
|
270
|
+
| `GConversationList` | `conversation-list` | ai | css | `g-conversation-list` | — |
|
|
271
|
+
| `GPromptLibrary` | `prompt-library` | ai | css | `g-prompt-library` | — |
|
|
272
|
+
| `GMentionSlashCommand` | `mention-slash-command` | ai | css | `g-mention` | — |
|
|
273
|
+
| `GGenerationCard` | `generation-card` | ai | css | `g-generation-card` | — |
|
|
274
|
+
| `GFileTree` | `file-tree` | ai | css | `g-file-tree` | — |
|
|
275
|
+
| `GVersionHistory` | `version-history` | ai | css | `g-version-list` | — |
|
|
276
|
+
| `GPermissionScope` | `permission-scope` | ai | css | `g-permission-scope` | — |
|
|
277
|
+
| `GCostRateLimit` | `cost-rate-limit` | ai | css | `g-cost` | — |
|
|
278
|
+
| `GPrivacyNotice` | `privacy-notice` | ai | css | `g-privacy-notice` | — |
|
|
279
|
+
| `GAuthenticationShell` | `authentication-shell` | auth | css | `g-auth-shell` | — |
|
|
280
|
+
| `GMobileCategory` | `mobile-category` | mobile | css | `g-mobile-category` | — |
|
|
281
|
+
| `GCmsShell` | `cms-shell` | cms | css | `g-cms-shell` | — |
|
|
282
|
+
| `GVisualBuilder` | `visual-builder` | cms | css | `g-cms-canvas` | — |
|
|
283
|
+
| `GRichEditor` | `rich-editor` | cms | css | `g-editor` | — |
|
|
284
|
+
| `GMediaLibrary` | `media-library` | cms | css | `g-media-library` | — |
|
|
285
|
+
| `GContentWorkflow` | `content-workflow` | cms | css | `g-workflow` | — |
|
|
286
|
+
| `GLocalizationGrid` | `localization-grid` | cms | css | `g-localization-grid` | — |
|
|
287
|
+
| `GSiteHeader` | `site-header` | marketing | css | `g-site-header` | — |
|
|
288
|
+
| `GHero` | `hero` | marketing | css | `g-hero` | — |
|
|
289
|
+
| `GPricing` | `pricing` | marketing | css | `g-pricing-grid` | — |
|
|
290
|
+
| `GArticleLayout` | `article-layout` | content | css | `g-article-shell` | — |
|
|
291
|
+
| `GProductDetail` | `product-detail` | commerce | css | `g-product-detail` | — |
|
|
292
|
+
| `GCheckout` | `checkout` | commerce | css | `g-checkout-layout` | — |
|
|
293
|
+
| `GEnterpriseSettings` | `enterprise-settings` | enterprise | css | `g-settings-shell` | — |
|
|
294
|
+
| `GPermissionMatrix` | `permission-matrix` | enterprise | css | `g-permission-matrix` | — |
|
|
295
|
+
| `GAuditLog` | `audit-log` | enterprise | css | `g-audit-event` | — |
|
|
296
|
+
| `GDesktopShell` | `desktop-shell` | desktop | css | `g-desktop-shell` | — |
|
|
297
|
+
| `GDesktopTitlebar` | `desktop-titlebar` | desktop | interactive | `g-titlebar` | — |
|
|
298
|
+
| `GDesktopWorkbench` | `desktop-workbench` | desktop | css | `g-workbench` | — |
|
|
299
|
+
| `GOnboarding` | `onboarding` | workflow | css | `g-onboarding` | — |
|
|
300
|
+
| `GWizardLayout` | `wizard-layout` | workflow | css | `g-wizard-layout` | — |
|
|
301
|
+
| `GNotificationCenter` | `notification-center` | communication | css | `g-notification-center` | — |
|
|
302
|
+
| `GInbox` | `inbox` | communication | css | `g-inbox` | — |
|
|
303
|
+
| `GSearchResults` | `search-results` | content | css | `g-search-page` | — |
|
|
304
|
+
| `GCalendar` | `calendar` | data | css | `g-calendar` | — |
|
|
305
|
+
| `GAgenda` | `agenda` | data | css | `g-agenda` | — |
|
|
306
|
+
| `GFileManager` | `file-manager` | data | css | `g-file-manager` | — |
|
|
307
|
+
| `GUploadQueue` | `upload-queue` | form | css | `g-upload-queue` | — |
|
|
308
|
+
| `GFormBuilder` | `form-builder` | form | css | `g-form-builder` | — |
|
|
309
|
+
| `GFilterBuilder` | `filter-builder` | data | css | `g-filter-builder` | — |
|
|
310
|
+
| `GPivotTable` | `pivot-table` | data | css | `g-pivot` | — |
|
|
311
|
+
| `GOrganizationChart` | `organization-chart` | data | css | `g-org-chart` | — |
|
|
312
|
+
| `GMapShell` | `map-shell` | data | css | `g-map-shell` | — |
|
|
313
|
+
| `GCommentThread` | `comment-thread` | communication | css | `g-comment-thread` | — |
|
|
314
|
+
| `GActivityFeed` | `activity-feed` | communication | css | `g-activity-feed` | — |
|
|
315
|
+
| `GReportInvoice` | `report-invoice` | content | css | `g-report` | — |
|
|
316
|
+
| `GCookieConsent` | `cookie-consent` | legal | css | `g-cookie-banner` | — |
|
|
317
|
+
| `GCopyAction` | `copy-action` | interaction | interactive | `[data-g-copy]` | copy |
|
|
318
|
+
| `GFullscreenAction` | `fullscreen-action` | interaction | interactive | `[data-g-fullscreen]` | fullscreen |
|
|
319
|
+
| `GBackToTop` | `back-to-top` | navigation | interactive | `g-back-to-top` | scroll-top |
|
|
320
|
+
| `GImageCropShell` | `image-crop-shell` | media | css | `g-image-crop` | — |
|
|
321
|
+
| `GContentFileDrop` | `content-file-drop` | content | interactive | `g-file-drop` | dropzone |
|
|
322
|
+
| `GContentFileList` | `content-file-list` | content | css | `g-file-list` | — |
|
|
323
|
+
| `GContentUploadQueue` | `content-upload-queue` | content | interactive | `g-upload-queue` | upload-manager |
|
|
324
|
+
| `GChunkUpload` | `chunk-upload` | content | css | `g-chunk-upload` | — |
|
|
325
|
+
| `GUploadProgressComposition` | `upload-progress-composition` | content | interactive | `g-upload-progress` | upload-manager |
|
|
326
|
+
| `GFailedUpload` | `failed-upload` | content | interactive | `g-failed-upload` | upload-manager |
|
|
327
|
+
| `GFileCardComposition` | `file-card-composition` | content | css | `g-file-card` | — |
|
|
328
|
+
| `GFolderTreeComposition` | `folder-tree-composition` | content | css | `g-folder-tree` | — |
|
|
329
|
+
| `GFileBrowserComposition` | `file-browser-composition` | content | interactive | `g-file-browser` | file-browser |
|
|
330
|
+
| `GFilePreviewComposition` | `file-preview-composition` | content | css | `g-file-preview` | — |
|
|
331
|
+
| `GMediaLibraryComposition` | `media-library-composition` | content | interactive | `g-media-library` | file-browser |
|
|
332
|
+
| `GMediaGridComposition` | `media-grid-composition` | content | css | `g-media-grid` | — |
|
|
333
|
+
| `GMediaDetailsComposition` | `media-details-composition` | content | css | `g-media-details` | — |
|
|
334
|
+
| `GImageCropComposition` | `image-crop-composition` | content | css | `g-image-crop` | — |
|
|
335
|
+
| `GImageAnnotationComposition` | `image-annotation-composition` | content | css | `g-image-annotation` | — |
|
|
336
|
+
| `GDocumentViewerComposition` | `document-viewer-composition` | content | css | `g-document-viewer` | — |
|
|
337
|
+
| `GPdfViewer` | `pdf-viewer` | content | css | `g-pdf-viewer` | — |
|
|
338
|
+
| `GVideoPlayerShell` | `video-player-shell` | content | css | `g-video-player` | — |
|
|
339
|
+
| `GAudioPlayerShell` | `audio-player-shell` | content | css | `g-audio-player` | — |
|
|
340
|
+
| `GCodeEditorShell` | `code-editor-shell` | content | interactive | `g-code-editor` | editor-shell |
|
|
341
|
+
| `GRichTextEditorComposition` | `rich-text-editor-composition` | content | interactive | `g-rich-text-editor` | editor-shell |
|
|
342
|
+
| `GMarkdownEditor` | `markdown-editor` | content | interactive | `g-markdown-editor` | editor-shell |
|
|
343
|
+
| `GBlockEditor` | `block-editor` | content | interactive | `g-block-editor` | editor-shell |
|
|
344
|
+
| `GRevisionCompareComposition` | `revision-compare-composition` | content | interactive | `g-revision-compare` | revision-compare |
|
|
345
|
+
| `GContentAutosaveIndicator` | `content-autosave-indicator` | content | interactive | `g-autosave-indicator` | autosave |
|
|
346
|
+
| `GContentOutline` | `content-outline` | content | css | `g-content-outline` | — |
|
|
347
|
+
| `GEditorToolbarComposition` | `editor-toolbar-composition` | content | interactive | `g-editor-toolbar` | editor-shell |
|
|
348
|
+
| `GFindReplace` | `find-replace` | content | css | `g-find-replace` | — |
|
|
349
|
+
| `GCommentThreadComposition` | `comment-thread-composition` | content | css | `g-comment-thread` | — |
|
|
350
|
+
| `GVersionHistoryComposition` | `version-history-composition` | content | css | `g-version-history` | — |
|
|
351
|
+
| `GFileProperties` | `file-properties` | content | css | `g-file-properties` | — |
|
|
352
|
+
| `GStorageMeter` | `storage-meter` | content | css | `g-storage-meter` | — |
|
|
353
|
+
| `GAuthCentered` | `auth-centered` | auth | css | `g-auth-centered` | — |
|
|
354
|
+
| `GAuthSplit` | `auth-split` | auth | css | `g-auth-split` | — |
|
|
355
|
+
| `GSignInComposition` | `sign-in-composition` | auth | css | `g-sign-in` | — |
|
|
356
|
+
| `GRegistrationComposition` | `registration-composition` | auth | css | `g-registration` | — |
|
|
357
|
+
| `GPasswordRecovery` | `password-recovery` | auth | css | `g-password-recovery` | — |
|
|
358
|
+
| `GPasswordReset` | `password-reset` | auth | css | `g-password-reset` | — |
|
|
359
|
+
| `GEmailVerification` | `email-verification` | auth | css | `g-email-verification` | — |
|
|
360
|
+
| `GPhoneVerification` | `phone-verification` | auth | css | `g-phone-verification` | — |
|
|
361
|
+
| `GMfaChallenge` | `mfa-challenge` | auth | css | `g-mfa-challenge` | — |
|
|
362
|
+
| `GOtpInput` | `otp-input` | auth | interactive | `g-otp-input` | otp-input |
|
|
363
|
+
| `GPasskeyComposition` | `passkey-composition` | auth | css | `g-passkey` | — |
|
|
364
|
+
| `GSsoComposition` | `sso-composition` | auth | css | `g-sso` | — |
|
|
365
|
+
| `GQrLogin` | `qr-login` | auth | interactive | `g-qr-login` | auth-timer |
|
|
366
|
+
| `GMagicLink` | `magic-link` | auth | css | `g-magic-link` | — |
|
|
367
|
+
| `GInvitationComposition` | `invitation-composition` | auth | css | `g-invitation` | — |
|
|
368
|
+
| `GFirstTimeSetup` | `first-time-setup` | auth | css | `g-first-time-setup` | — |
|
|
369
|
+
| `GLockScreen` | `lock-screen` | auth | css | `g-lock-screen` | — |
|
|
370
|
+
| `GSessionExpired` | `session-expired` | auth | css | `g-session-expired` | — |
|
|
371
|
+
| `GAccountChooser` | `account-chooser` | auth | interactive | `g-account-chooser` | saved-choice |
|
|
372
|
+
| `GTenantChooser` | `tenant-chooser` | auth | interactive | `g-tenant-chooser` | saved-choice |
|
|
373
|
+
| `GIdentitySwitcher` | `identity-switcher` | auth | interactive | `g-identity-switcher` | dropdown |
|
|
374
|
+
| `GProfileSetup` | `profile-setup` | auth | css | `g-profile-setup` | — |
|
|
375
|
+
| `GAccountSecurity` | `account-security` | auth | css | `g-account-security` | — |
|
|
376
|
+
| `GDeviceManagement` | `device-management` | auth | css | `g-device-management` | — |
|
|
377
|
+
| `GLoginActivity` | `login-activity` | auth | css | `g-login-activity` | — |
|
|
378
|
+
| `GSecurityAlert` | `security-alert` | auth | css | `g-security-alert` | — |
|
|
379
|
+
| `GRecoveryCodes` | `recovery-codes` | auth | css | `g-recovery-codes` | — |
|
|
380
|
+
| `GTrustedDevice` | `trusted-device` | auth | css | `g-trusted-device` | — |
|
|
381
|
+
| `GConnectedAccounts` | `connected-accounts` | auth | css | `g-connected-accounts` | — |
|
|
382
|
+
| `GPasswordStrength` | `password-strength` | auth | interactive | `g-password-strength` | password-strength |
|
|
383
|
+
| `GAuthConsent` | `auth-consent` | auth | css | `g-auth-consent` | — |
|
|
384
|
+
| `GAuthResult` | `auth-result` | auth | css | `g-auth-result` | — |
|
|
385
|
+
| `GCommerceProductCard` | `commerce-product-card` | commerce | css | `g-commerce-product-card` | — |
|
|
386
|
+
| `GCommerceProductList` | `commerce-product-list` | commerce | css | `g-commerce-product-list` | — |
|
|
387
|
+
| `GCommerceProductDetail` | `commerce-product-detail` | commerce | css | `g-commerce-product-detail` | — |
|
|
388
|
+
| `GCommerceProductGallery` | `commerce-product-gallery` | commerce | interactive | `g-commerce-product-gallery` | carousel |
|
|
389
|
+
| `GSkuSelector` | `sku-selector` | commerce | interactive | `g-sku-selector` | sku-selector |
|
|
390
|
+
| `GCommerceQuantityStepper` | `commerce-quantity-stepper` | commerce | interactive | `g-quantity-stepper` | quantity-stepper |
|
|
391
|
+
| `GPriceDisplay` | `price-display` | commerce | css | `g-price-display` | — |
|
|
392
|
+
| `GCommerceCartItem` | `commerce-cart-item` | commerce | css | `g-commerce-cart-item` | — |
|
|
393
|
+
| `GCommerceCart` | `commerce-cart` | commerce | interactive | `g-cart` | cart |
|
|
394
|
+
| `GMiniCart` | `mini-cart` | commerce | interactive | `g-mini-cart` | dropdown |
|
|
395
|
+
| `GCartSummary` | `cart-summary` | commerce | css | `g-cart-summary` | — |
|
|
396
|
+
| `GCommerceCheckout` | `commerce-checkout` | commerce | css | `g-commerce-checkout` | — |
|
|
397
|
+
| `GCommerceCheckoutSteps` | `commerce-checkout-steps` | commerce | css | `g-checkout-steps` | — |
|
|
398
|
+
| `GAddressSelector` | `address-selector` | commerce | interactive | `g-address-selector` | saved-choice |
|
|
399
|
+
| `GAddressCard` | `address-card` | commerce | css | `g-address-card` | — |
|
|
400
|
+
| `GShippingMethod` | `shipping-method` | commerce | interactive | `g-shipping-method` | saved-choice |
|
|
401
|
+
| `GPickupSelector` | `pickup-selector` | commerce | interactive | `g-pickup-selector` | saved-choice |
|
|
402
|
+
| `GCoupon` | `coupon` | commerce | interactive | `g-coupon` | coupon |
|
|
403
|
+
| `GPromotionList` | `promotion-list` | commerce | css | `g-promotion-list` | — |
|
|
404
|
+
| `GInvoiceInformation` | `invoice-information` | commerce | css | `g-invoice-information` | — |
|
|
405
|
+
| `GPaymentMethod` | `payment-method` | commerce | interactive | `g-payment-method` | saved-choice |
|
|
406
|
+
| `GPaymentSheet` | `payment-sheet` | commerce | css | `g-payment-sheet` | — |
|
|
407
|
+
| `GPaymentResult` | `payment-result` | commerce | css | `g-payment-result` | — |
|
|
408
|
+
| `GCommerceOrderSummary` | `commerce-order-summary` | commerce | css | `g-commerce-order-summary` | — |
|
|
409
|
+
| `GCommerceOrderTimeline` | `commerce-order-timeline` | commerce | css | `g-commerce-order-timeline` | — |
|
|
410
|
+
| `GOrderDetail` | `order-detail` | commerce | css | `g-order-detail` | — |
|
|
411
|
+
| `GSubscriptionPlan` | `subscription-plan` | commerce | css | `g-subscription-plan` | — |
|
|
412
|
+
| `GPricingComparison` | `pricing-comparison` | commerce | css | `g-pricing-comparison` | — |
|
|
413
|
+
| `GCommerceUsageMeter` | `commerce-usage-meter` | commerce | css | `g-commerce-usage-meter` | — |
|
|
414
|
+
| `GBillingHistory` | `billing-history` | commerce | css | `g-billing-history` | — |
|
|
415
|
+
| `GRefundStatus` | `refund-status` | commerce | css | `g-refund-status` | — |
|
|
416
|
+
| `GTaxSummary` | `tax-summary` | commerce | css | `g-tax-summary` | — |
|
|
417
|
+
| `GMobileSafeShell` | `mobile-safe-shell` | mobile | css | `g-mobile-safe-shell` | — |
|
|
418
|
+
| `GMobileAppBar` | `mobile-app-bar` | mobile | css | `g-mobile-app-bar` | — |
|
|
419
|
+
| `GMobileBottomNavigation` | `mobile-bottom-navigation` | mobile | css | `g-mobile-bottom-navigation` | — |
|
|
420
|
+
| `GMobileBottomSheet` | `mobile-bottom-sheet` | mobile | interactive | `g-mobile-bottom-sheet` | mobile-sheet |
|
|
421
|
+
| `GMobileActionSheet` | `mobile-action-sheet` | mobile | interactive | `g-mobile-action-sheet` | mobile-sheet |
|
|
422
|
+
| `GMobilePullRefresh` | `mobile-pull-refresh` | mobile | interactive | `g-mobile-pull-refresh` | pull-refresh |
|
|
423
|
+
| `GMobileInfiniteLoad` | `mobile-infinite-load` | mobile | interactive | `g-mobile-infinite-load` | infinite-load |
|
|
424
|
+
| `GMobileSwipeActions` | `mobile-swipe-actions` | mobile | interactive | `g-mobile-swipe-actions` | swipe-actions |
|
|
425
|
+
| `GMobileSwipeTabs` | `mobile-swipe-tabs` | mobile | interactive | `g-mobile-swipe-tabs` | tabs |
|
|
426
|
+
| `GMobileCategoryView` | `mobile-category-view` | mobile | css | `g-mobile-category-view` | — |
|
|
427
|
+
| `GMobileFilterSheet` | `mobile-filter-sheet` | mobile | interactive | `g-mobile-filter-sheet` | mobile-sheet |
|
|
428
|
+
| `GMobilePurchaseBar` | `mobile-purchase-bar` | mobile | css | `g-mobile-purchase-bar` | — |
|
|
429
|
+
| `GMobileSearch` | `mobile-search` | mobile | interactive | `g-mobile-search` | clear-input |
|
|
430
|
+
| `GMobilePicker` | `mobile-picker` | mobile | interactive | `g-mobile-picker` | saved-choice |
|
|
431
|
+
| `GMobileWheelPicker` | `mobile-wheel-picker` | mobile | interactive | `g-mobile-wheel-picker` | wheel-picker |
|
|
432
|
+
| `GMobileFab` | `mobile-fab` | mobile | css | `g-mobile-fab` | — |
|
|
433
|
+
| `GMobileFullscreenDialog` | `mobile-fullscreen-dialog` | mobile | interactive | `g-mobile-fullscreen-dialog` | dialog |
|
|
434
|
+
| `GMobileKeyboardAvoidance` | `mobile-keyboard-avoidance` | mobile | css | `g-mobile-keyboard-avoidance` | — |
|
|
435
|
+
| `GMobileGestureHint` | `mobile-gesture-hint` | mobile | css | `g-mobile-gesture-hint` | — |
|
|
436
|
+
| `GMobileOfflineBanner` | `mobile-offline-banner` | mobile | css | `g-mobile-offline-banner` | — |
|
|
437
|
+
| `GMobileSegmentedControl` | `mobile-segmented-control` | mobile | interactive | `g-mobile-segmented-control` | saved-choice |
|
|
438
|
+
| `GMobileFeed` | `mobile-feed` | mobile | css | `g-mobile-feed` | — |
|
|
439
|
+
| `GMobileCardCarousel` | `mobile-card-carousel` | mobile | interactive | `g-mobile-card-carousel` | carousel |
|
|
440
|
+
| `GMobileForm` | `mobile-form` | mobile | css | `g-mobile-form` | — |
|
|
441
|
+
| `GMobileAuth` | `mobile-auth` | mobile | interactive | `g-mobile-auth` | password-toggle |
|
|
442
|
+
| `GMobileCheckout` | `mobile-checkout` | mobile | css | `g-mobile-checkout` | — |
|
|
443
|
+
| `GMobileMediaViewer` | `mobile-media-viewer` | mobile | interactive | `g-mobile-media-viewer` | dialog |
|
|
444
|
+
| `GMobileKeyboardToolbar` | `mobile-keyboard-toolbar` | mobile | css | `g-mobile-keyboard-toolbar` | — |
|
|
445
|
+
| `GMobileSelectionMode` | `mobile-selection-mode` | mobile | interactive | `g-mobile-selection-mode` | row-select |
|
|
446
|
+
| `GMobileSnackbar` | `mobile-snackbar` | mobile | interactive | `g-mobile-snackbar` | toast |
|
|
447
|
+
| `GMobilePermissionPrompt` | `mobile-permission-prompt` | mobile | css | `g-mobile-permission-prompt` | — |
|
|
448
|
+
| `GMobileState` | `mobile-state` | mobile | css | `g-mobile-state` | — |
|
|
449
|
+
| `GDesktopNativeTitlebar` | `desktop-native-titlebar` | desktop | interactive | `g-native-titlebar` | — |
|
|
450
|
+
| `GDesktopWindowControlsComposition` | `desktop-window-controls-composition` | desktop | interactive | `g-desktop-window-controls` | — |
|
|
451
|
+
| `GDesktopMenubarComposition` | `desktop-menubar-composition` | desktop | interactive | `g-desktop-menubar` | roving-nav |
|
|
452
|
+
| `GDesktopActivityBarComposition` | `desktop-activity-bar-composition` | desktop | interactive | `g-desktop-activity-bar` | roving-nav |
|
|
453
|
+
| `GDesktopDockPanel` | `desktop-dock-panel` | desktop | interactive | `g-desktop-dock-panel` | nav-toggle |
|
|
454
|
+
| `GDesktopSplitPane` | `desktop-split-pane` | desktop | interactive | `g-desktop-split-pane` | split-pane |
|
|
455
|
+
| `GDesktopInspectorPanel` | `desktop-inspector-panel` | desktop | interactive | `g-desktop-inspector-panel` | nav-toggle |
|
|
456
|
+
| `GDesktopStatusBar` | `desktop-status-bar` | desktop | css | `g-desktop-status-bar` | — |
|
|
457
|
+
| `GDesktopCommandPalette` | `desktop-command-palette` | desktop | interactive | `g-desktop-command-palette` | command-palette |
|
|
458
|
+
| `GShortcutRecorder` | `shortcut-recorder` | desktop | interactive | `g-shortcut-recorder` | shortcut-recorder |
|
|
459
|
+
| `GDesktopContextMenu` | `desktop-context-menu` | desktop | interactive | `g-desktop-context-menu` | context-menu |
|
|
460
|
+
| `GDesktopDocumentTabs` | `desktop-document-tabs` | desktop | interactive | `g-desktop-document-tabs` | desktop-tabs |
|
|
461
|
+
| `GDesktopDragRegion` | `desktop-drag-region` | desktop | interactive | `g-desktop-drag-region` | — |
|
|
462
|
+
| `GWindowLoading` | `window-loading` | desktop | css | `g-window-loading` | — |
|
|
463
|
+
| `GUpdateAvailable` | `update-available` | desktop | css | `g-update-available` | — |
|
|
464
|
+
| `GDesktopPermissionRequest` | `desktop-permission-request` | desktop | css | `g-desktop-permission-request` | — |
|
|
465
|
+
| `GNativeFilePicker` | `native-file-picker` | desktop | interactive | `g-native-file-picker` | native-file-picker |
|
|
466
|
+
| `GTrayMenuShell` | `tray-menu-shell` | desktop | interactive | `g-tray-menu` | dropdown |
|
|
467
|
+
| `GMultiWindowPlaceholder` | `multi-window-placeholder` | desktop | css | `g-multi-window-placeholder` | — |
|
|
468
|
+
| `GDesktopWorkspaceComposition` | `desktop-workspace-composition` | desktop | css | `g-desktop-workspace` | — |
|
|
469
|
+
| `GDesktopWindowSwitcher` | `desktop-window-switcher` | desktop | interactive | `g-desktop-window-switcher` | window-switcher |
|
|
470
|
+
| `GRecentDocuments` | `recent-documents` | desktop | css | `g-recent-documents` | — |
|
|
471
|
+
| `GDesktopToolbar` | `desktop-toolbar` | desktop | css | `g-desktop-toolbar` | — |
|
|
472
|
+
| `GDesktopBottomPanel` | `desktop-bottom-panel` | desktop | interactive | `g-desktop-bottom-panel` | nav-toggle |
|
|
473
|
+
| `GBackgroundTaskCenter` | `background-task-center` | desktop | css | `g-background-task-center` | — |
|
|
474
|
+
| `GDesktopNotificationCenter` | `desktop-notification-center` | desktop | css | `g-desktop-notification-center` | — |
|
|
475
|
+
| `GSyncStatus` | `sync-status` | desktop | css | `g-sync-status` | — |
|
|
476
|
+
| `GUpdateProgress` | `update-progress` | desktop | css | `g-update-progress` | — |
|
|
477
|
+
| `GCrashRecovery` | `crash-recovery` | desktop | css | `g-crash-recovery` | — |
|
|
478
|
+
| `GSingleInstanceNotice` | `single-instance-notice` | desktop | css | `g-single-instance-notice` | — |
|
|
479
|
+
| `GDeepLinkHandler` | `deep-link-handler` | desktop | css | `g-deep-link-handler` | — |
|
|
480
|
+
| `GAboutDialog` | `about-dialog` | desktop | interactive | `g-about-dialog` | dialog |
|
|
481
|
+
| `GSolutionProductLanding` | `solution-product-landing` | solution | css | `g-product-landing` | — |
|
|
482
|
+
| `GSolutionCorporateHome` | `solution-corporate-home` | solution | css | `g-corporate-home` | — |
|
|
483
|
+
| `GSolutionPersonalHome` | `solution-personal-home` | solution | css | `g-personal-home` | — |
|
|
484
|
+
| `GSolutionPortfolioPage` | `solution-portfolio-page` | solution | css | `g-portfolio-page` | — |
|
|
485
|
+
| `GSolutionBlogIndex` | `solution-blog-index` | solution | css | `g-blog-index` | — |
|
|
486
|
+
| `GSolutionArticlePage` | `solution-article-page` | solution | css | `g-article-page` | — |
|
|
487
|
+
| `GSolutionDocsPortal` | `solution-docs-portal` | solution | css | `g-docs-portal` | — |
|
|
488
|
+
| `GSolutionHelpCenter` | `solution-help-center` | solution | css | `g-help-center-page` | — |
|
|
489
|
+
| `GSolutionSearchResults` | `solution-search-results` | solution | css | `g-search-results-page` | — |
|
|
490
|
+
| `GSolutionContactPage` | `solution-contact-page` | solution | css | `g-contact-page` | — |
|
|
491
|
+
| `GSolutionPricingPage` | `solution-pricing-page` | solution | css | `g-pricing-page` | — |
|
|
492
|
+
| `GSolutionDashboardOverview` | `solution-dashboard-overview` | solution | css | `g-dashboard-overview` | — |
|
|
493
|
+
| `GSolutionAdminList` | `solution-admin-list` | solution | css | `g-admin-list-page` | — |
|
|
494
|
+
| `GSolutionRecordDetail` | `solution-record-detail` | solution | css | `g-record-detail-page` | — |
|
|
495
|
+
| `GSolutionSettingsCenter` | `solution-settings-center` | solution | css | `g-settings-center` | — |
|
|
496
|
+
| `GSolutionUserCenter` | `solution-user-center` | solution | css | `g-user-center` | — |
|
|
497
|
+
| `GSolutionNotificationCenter` | `solution-notification-center` | solution | css | `g-notification-center-page` | — |
|
|
498
|
+
| `GSolutionOnboardingFlow` | `solution-onboarding-flow` | solution | css | `g-onboarding-flow` | — |
|
|
499
|
+
| `GSolutionCrmWorkspace` | `solution-crm-workspace` | solution | css | `g-crm-workspace` | — |
|
|
500
|
+
| `GSolutionProjectWorkspace` | `solution-project-workspace` | solution | css | `g-project-workspace` | — |
|
|
501
|
+
| `GSolutionSupportCenter` | `solution-support-center` | solution | css | `g-support-center` | — |
|
|
502
|
+
| `GSolutionApprovalCenter` | `solution-approval-center` | solution | css | `g-approval-center` | — |
|
|
503
|
+
| `GSolutionKnowledgeBase` | `solution-knowledge-base` | solution | css | `g-knowledge-base` | — |
|
|
504
|
+
| `GSolutionLearningPortal` | `solution-learning-portal` | solution | css | `g-learning-portal` | — |
|
|
505
|
+
| `GSolutionEventPortal` | `solution-event-portal` | solution | css | `g-event-portal` | — |
|
|
506
|
+
| `GSolutionBookingPortal` | `solution-booking-portal` | solution | css | `g-booking-portal` | — |
|
|
507
|
+
| `GSolutionHealthcarePortal` | `solution-healthcare-portal` | solution | css | `g-healthcare-portal` | — |
|
|
508
|
+
| `GSolutionFinancePortal` | `solution-finance-portal` | solution | css | `g-finance-portal` | — |
|
|
509
|
+
| `GSolutionPublicServicePortal` | `solution-public-service-portal` | solution | css | `g-public-service-portal` | — |
|
|
510
|
+
| `GSolutionMarketplacePage` | `solution-marketplace-page` | solution | css | `g-marketplace-page` | — |
|
|
511
|
+
| `GSolutionCommunityPage` | `solution-community-page` | solution | css | `g-community-page` | — |
|
|
512
|
+
| `GSolutionStatusCenter` | `solution-status-center` | solution | css | `g-status-center-page` | — |
|