canvas-ui-sdk 0.3.23 → 4.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/README.md +25 -5
- package/dist/charts.js +11 -6
- package/dist/charts.js.map +1 -1
- package/dist/index.d.ts +1233 -153
- package/dist/index.js +3562 -447
- package/dist/index.js.map +1 -1
- package/mcp/dist/index.js +1195 -149
- package/package.json +1 -1
- package/prompts/.cursorrules +96 -0
- package/prompts/.windsurfrules +96 -0
- package/prompts/CLAUDE.md +22 -0
- package/prompts/copilot-instructions.md +96 -0
- package/registry/blocks/activity-feed.json +12 -1
- package/registry/blocks/blog-cards.json +10 -2
- package/registry/blocks/bottom-action-bar.json +27 -0
- package/registry/blocks/bottom-input-chat-widget.json +9 -1
- package/registry/blocks/category-grid.json +10 -2
- package/registry/blocks/centered-hero.json +9 -1
- package/registry/blocks/chat-message.json +8 -1
- package/registry/blocks/circular-progress-bar-list.json +11 -1
- package/registry/blocks/confirmation-popup.json +10 -1
- package/registry/blocks/contact-form-popup.json +10 -1
- package/registry/blocks/content-dropzone.json +8 -0
- package/registry/blocks/content-with-image.json +9 -1
- package/registry/blocks/core-values-grid.json +10 -2
- package/registry/blocks/credit-card-display.json +9 -1
- package/registry/blocks/cta-banner.json +10 -2
- package/registry/blocks/destination-cards.json +10 -1
- package/registry/blocks/detail-drawer.json +10 -1
- package/registry/blocks/details-popup.json +10 -1
- package/registry/blocks/editable-list.json +29 -0
- package/registry/blocks/empty-state.json +10 -2
- package/registry/blocks/faq-accordion.json +9 -1
- package/registry/blocks/faqs-table.json +10 -1
- package/registry/blocks/feature-with-image.json +9 -1
- package/registry/blocks/featured-news-cards.json +10 -2
- package/registry/blocks/featured-places.json +10 -2
- package/registry/blocks/features-comparison.json +9 -1
- package/registry/blocks/feedback-popup.json +9 -1
- package/registry/blocks/filter-popover.json +8 -1
- package/registry/blocks/fixed-column-data-table.json +11 -1
- package/registry/blocks/flair-banner.json +9 -1
- package/registry/blocks/footer-navbar.json +9 -1
- package/registry/blocks/form-group.json +14 -3
- package/registry/blocks/form-popup.json +31 -0
- package/registry/blocks/gallery-section.json +10 -2
- package/registry/blocks/gradient-banner.json +10 -2
- package/registry/blocks/graph-metric-tiles.json +1 -1
- package/registry/blocks/grid-tiles-list.json +10 -1
- package/registry/blocks/hero-dark-centered.json +9 -1
- package/registry/blocks/hero-dark-with-image.json +9 -1
- package/registry/blocks/hero-fullwidth-image.json +9 -1
- package/registry/blocks/hero-section.json +9 -1
- package/registry/blocks/how-it-works.json +9 -1
- package/registry/blocks/image-feed-with-nested-comments.json +10 -1
- package/registry/blocks/image-popup.json +10 -1
- package/registry/blocks/invoice-popup.json +10 -1
- package/registry/blocks/large-image-labels-list.json +10 -1
- package/registry/blocks/list-popup.json +28 -0
- package/registry/blocks/loader.json +9 -1
- package/registry/blocks/login-branding-panel.json +10 -2
- package/registry/blocks/menu-section.json +9 -1
- package/registry/blocks/menufocus-template.json +9 -1
- package/registry/blocks/messenger-sidebar.json +11 -2
- package/registry/blocks/metrics-section.json +10 -2
- package/registry/blocks/mobile-bottom-nav.json +10 -2
- package/registry/blocks/monthly-calendar-widget.json +9 -1
- package/registry/blocks/multistep-form-popup.json +34 -0
- package/registry/blocks/nested-comments-table.json +9 -1
- package/registry/blocks/nested-data-table.json +10 -1
- package/registry/blocks/nps-survey-popup.json +27 -0
- package/registry/blocks/office-locations.json +10 -2
- package/registry/blocks/order-summary-sidebar.json +27 -0
- package/registry/blocks/page-header-section.json +9 -1
- package/registry/blocks/pagination.json +8 -1
- package/registry/blocks/participant-list.json +9 -1
- package/registry/blocks/persona-card.json +10 -1
- package/registry/blocks/personalize-feed-popup.json +27 -0
- package/registry/blocks/pill-tabs.json +9 -1
- package/registry/blocks/place-detail-panel.json +11 -1
- package/registry/blocks/pricing-cards.json +10 -2
- package/registry/blocks/pricing-cta.json +9 -1
- package/registry/blocks/pricing-plans-popup.json +10 -1
- package/registry/blocks/profile-card.json +12 -2
- package/registry/blocks/profile-grid-tiles-list.json +10 -1
- package/registry/blocks/profile-image-uploader.json +9 -1
- package/registry/blocks/profile-info-cards.json +10 -1
- package/registry/blocks/progress-bar.json +8 -1
- package/registry/blocks/prompt-template.json +1 -1
- package/registry/blocks/purchase-confirmation-popup.json +10 -1
- package/registry/blocks/reservation-card.json +26 -0
- package/registry/blocks/reviews-grid.json +10 -2
- package/registry/blocks/reviews-table.json +10 -1
- package/registry/blocks/screen-prompt-template.json +1 -1
- package/registry/blocks/search-bar.json +9 -2
- package/registry/blocks/search-sidebar.json +9 -2
- package/registry/blocks/settings-list-row.json +9 -1
- package/registry/blocks/share-project-popup.json +36 -0
- package/registry/blocks/sidebar-cards.json +10 -2
- package/registry/blocks/sidebar-profile-card.json +10 -2
- package/registry/blocks/slideshow-grid-tiles.json +10 -2
- package/registry/blocks/slideshow-popup.json +10 -1
- package/registry/blocks/small-edit-popup.json +29 -0
- package/registry/blocks/social-feed.json +10 -1
- package/registry/blocks/social-proof.json +9 -1
- package/registry/blocks/standard-data-table.json +13 -1
- package/registry/blocks/standard-list-with-image.json +10 -1
- package/registry/blocks/step-tracker.json +9 -1
- package/registry/blocks/store-location-map.json +9 -1
- package/registry/blocks/team-cards-grid.json +9 -1
- package/registry/blocks/team-circular-grid.json +9 -1
- package/registry/blocks/terms-of-service-popup.json +10 -1
- package/registry/blocks/testimonial-carousel.json +10 -2
- package/registry/blocks/tile-image-gallery.json +26 -0
- package/registry/blocks/title-group.json +10 -1
- package/registry/blocks/upvoting-posts-table.json +10 -1
- package/registry/blocks/vertical-how-it-works.json +9 -1
- package/registry/blocks/vertical-step-tracker.json +9 -1
- package/registry/blocks/video-chat-controls.json +9 -1
- package/registry/blocks/video-content-section.json +9 -1
- package/registry/blocks/video-playlist.json +9 -1
- package/registry/blocks/video-popup.json +9 -1
- package/registry/blocks/view-profile-popup.json +10 -1
- package/registry/blocks/webcam-preview.json +9 -1
- package/registry/hooks/use-css-variable-sync.json +10 -1
- package/registry/hooks/use-mobile.json +9 -1
- package/registry/index.json +1526 -147
- package/registry/layout/account-settings-shell.json +10 -1
- package/registry/layout/dashboard-shell.json +12 -1
- package/registry/layout/double-sidebar-shell.json +11 -2
- package/registry/layout/double-sidebar.json +9 -1
- package/registry/layout/header.json +10 -1
- package/registry/layout/icon-sidebar-shell.json +9 -1
- package/registry/layout/icon-sidebar.json +9 -1
- package/registry/layout/mobile-menu-shell.json +10 -1
- package/registry/layout/multistep-progressbar-shell.json +9 -1
- package/registry/layout/multistep-shell.json +11 -1
- package/registry/layout/multistep-sidebar-shell.json +10 -2
- package/registry/layout/project-context-shell.json +1 -1
- package/registry/layout/search-bar-shell.json +8 -1
- package/registry/layout/sidebar-nav.json +7 -1
- package/registry/layout/sidebar.json +9 -2
- package/registry/layout/standard-page-shell.json +10 -1
- package/registry/layout/vertical-multistep-shell.json +10 -1
- package/registry/ui/avatar.json +9 -1
- package/registry/ui/button.json +9 -1
- package/registry/ui/calendar.json +9 -1
- package/registry/ui/checkbox.json +8 -1
- package/registry/ui/date-input.json +9 -1
- package/registry/ui/dialog.json +8 -1
- package/registry/ui/dropdown-menu.json +8 -1
- package/registry/ui/file-uploader.json +9 -1
- package/registry/ui/image-uploader.json +9 -1
- package/registry/ui/input.json +8 -1
- package/registry/ui/label.json +8 -1
- package/registry/ui/line-tabs.json +9 -1
- package/registry/ui/multiselect-checkbox-field.json +9 -1
- package/registry/ui/multiselect-tags.json +9 -1
- package/registry/ui/popover.json +8 -1
- package/registry/ui/radio-group.json +9 -1
- package/registry/ui/range-input.json +8 -1
- package/registry/ui/scroll-area.json +8 -1
- package/registry/ui/searchbox.json +9 -1
- package/registry/ui/select.json +9 -1
- package/registry/ui/selectable-pills.json +11 -1
- package/registry/ui/separator.json +8 -1
- package/registry/ui/sheet.json +9 -1
- package/registry/ui/sidebar.json +8 -1
- package/registry/ui/skeleton.json +8 -1
- package/registry/ui/slider.json +10 -2
- package/registry/ui/switch.json +9 -1
- package/registry/ui/tabs.json +8 -1
- package/registry/ui/text-input.json +8 -1
- package/registry/ui/textarea.json +9 -1
- package/registry/ui/tooltip.json +8 -1
- package/registry/ui/typography.json +9 -1
- package/styles/tokens.reference.css +21 -0
package/registry/index.json
CHANGED
|
@@ -4,62 +4,177 @@
|
|
|
4
4
|
{
|
|
5
5
|
"name": "account-settings-shell",
|
|
6
6
|
"type": "registry:layout",
|
|
7
|
-
"description": "Settings page layout with left sidebar navigation (Profile, Security, Payments, Notifications
|
|
7
|
+
"description": "Settings page layout with left sidebar tab navigation (Profile, Security, Payments, Notifications) and right content area. Sidebar stacks above content on mobile. Full viewport height. Use for user preferences, account management, or any settings interface.",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"settings",
|
|
10
|
+
"account",
|
|
11
|
+
"preferences",
|
|
12
|
+
"tabs",
|
|
13
|
+
"profile",
|
|
14
|
+
"security"
|
|
15
|
+
],
|
|
16
|
+
"visualWeight": "light"
|
|
8
17
|
},
|
|
9
18
|
{
|
|
10
19
|
"name": "activity-feed",
|
|
11
20
|
"type": "registry:block",
|
|
12
|
-
"description": "Timeline-style activity feed
|
|
21
|
+
"description": "Timeline-style activity feed with vertical connecting lines between entries. Each entry shows user avatar, action description, timestamp, and optional attachments or reactions. Full-width block (~400-800px depending on items). Use for audit logs, project activity, notification history, or any chronological event stream.",
|
|
22
|
+
"keywords": [
|
|
23
|
+
"timeline",
|
|
24
|
+
"audit",
|
|
25
|
+
"log",
|
|
26
|
+
"history",
|
|
27
|
+
"events",
|
|
28
|
+
"chronological",
|
|
29
|
+
"feed",
|
|
30
|
+
"activity"
|
|
31
|
+
],
|
|
32
|
+
"visualWeight": "heavy"
|
|
13
33
|
},
|
|
14
34
|
{
|
|
15
35
|
"name": "avatar",
|
|
16
36
|
"type": "registry:ui",
|
|
17
|
-
"description": ""
|
|
37
|
+
"description": "Circular avatar image with fallback initials. Built on Radix Avatar. Use for user photos, profile thumbnails, or any person/entity representation.",
|
|
38
|
+
"keywords": [
|
|
39
|
+
"avatar",
|
|
40
|
+
"image",
|
|
41
|
+
"profile",
|
|
42
|
+
"user",
|
|
43
|
+
"photo"
|
|
44
|
+
],
|
|
45
|
+
"visualWeight": "light"
|
|
18
46
|
},
|
|
19
47
|
{
|
|
20
48
|
"name": "blog-cards",
|
|
21
49
|
"type": "registry:block",
|
|
22
|
-
"description": "
|
|
50
|
+
"description": "3-column grid of blog/article cards with large images, title, description, and 'Read more' link with arrow icon. Header with subtitle and title. Use for blog sections, news feeds, content highlights, or any editorial content grid.",
|
|
51
|
+
"keywords": [
|
|
52
|
+
"blog",
|
|
53
|
+
"articles",
|
|
54
|
+
"news",
|
|
55
|
+
"content",
|
|
56
|
+
"cards"
|
|
57
|
+
],
|
|
58
|
+
"visualWeight": "medium"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "bottom-action-bar",
|
|
62
|
+
"type": "registry:block",
|
|
63
|
+
"description": "Sticky bottom bar displaying price with unit and primary CTA button. Fixed to bottom of viewport (~64px tall). Use on mobile-friendly detail pages for persistent booking/purchase actions.",
|
|
64
|
+
"keywords": [
|
|
65
|
+
"bottom",
|
|
66
|
+
"action",
|
|
67
|
+
"bar",
|
|
68
|
+
"sticky",
|
|
69
|
+
"cta",
|
|
70
|
+
"mobile",
|
|
71
|
+
"price"
|
|
72
|
+
],
|
|
73
|
+
"visualWeight": "light"
|
|
23
74
|
},
|
|
24
75
|
{
|
|
25
76
|
"name": "bottom-input-chat-widget",
|
|
26
77
|
"type": "registry:block",
|
|
27
|
-
"description": "
|
|
78
|
+
"description": "Chat widget with two views: threads list (showing conversation previews) and conversation view (showing message bubbles). Bottom input bar with attachment support. Use for in-app messaging, support chat, or team communication.",
|
|
79
|
+
"keywords": [
|
|
80
|
+
"chat",
|
|
81
|
+
"widget",
|
|
82
|
+
"messaging",
|
|
83
|
+
"threads",
|
|
84
|
+
"support"
|
|
85
|
+
],
|
|
86
|
+
"visualWeight": "heavy"
|
|
28
87
|
},
|
|
29
88
|
{
|
|
30
89
|
"name": "button",
|
|
31
90
|
"type": "registry:ui",
|
|
32
|
-
"description": ""
|
|
91
|
+
"description": "Themed button with 6 variants (primary, primary-outline, primary-neutral, neutral, neutral-delete, delete) and 4 sizes (mini, sm, default, lg). Inline element (~36-48px tall depending on size). Use for form submissions, actions, navigation, or any clickable trigger.",
|
|
92
|
+
"keywords": [
|
|
93
|
+
"button",
|
|
94
|
+
"action",
|
|
95
|
+
"submit",
|
|
96
|
+
"click",
|
|
97
|
+
"cta"
|
|
98
|
+
],
|
|
99
|
+
"visualWeight": "light"
|
|
33
100
|
},
|
|
34
101
|
{
|
|
35
102
|
"name": "calendar",
|
|
36
103
|
"type": "registry:ui",
|
|
37
|
-
"description": ""
|
|
104
|
+
"description": "Month calendar widget for single or range date selection. Shows month grid with navigation arrows. Use for date pickers, scheduling inputs, or any date selection.",
|
|
105
|
+
"keywords": [
|
|
106
|
+
"calendar",
|
|
107
|
+
"date",
|
|
108
|
+
"picker",
|
|
109
|
+
"month",
|
|
110
|
+
"schedule"
|
|
111
|
+
],
|
|
112
|
+
"visualWeight": "light"
|
|
38
113
|
},
|
|
39
114
|
{
|
|
40
115
|
"name": "category-grid",
|
|
41
116
|
"type": "registry:block",
|
|
42
|
-
"description": "
|
|
117
|
+
"description": "5-column grid of category cards, each with a large icon, category title, and item count on a bordered card. Use for browse-by-category sections, service categories, or topic navigation grids.",
|
|
118
|
+
"keywords": [
|
|
119
|
+
"categories",
|
|
120
|
+
"grid",
|
|
121
|
+
"icons",
|
|
122
|
+
"browse",
|
|
123
|
+
"navigation"
|
|
124
|
+
],
|
|
125
|
+
"visualWeight": "medium"
|
|
43
126
|
},
|
|
44
127
|
{
|
|
45
128
|
"name": "centered-hero",
|
|
46
129
|
"type": "registry:block",
|
|
47
|
-
"description": "
|
|
130
|
+
"description": "Clean centered hero with large heading and subtitle text on a plain background. No image or search bar. Use for about pages, company pages, or minimal landing sections.",
|
|
131
|
+
"keywords": [
|
|
132
|
+
"hero",
|
|
133
|
+
"centered",
|
|
134
|
+
"minimal",
|
|
135
|
+
"about",
|
|
136
|
+
"clean"
|
|
137
|
+
],
|
|
138
|
+
"visualWeight": "spacer"
|
|
48
139
|
},
|
|
49
140
|
{
|
|
50
141
|
"name": "chat-message",
|
|
51
142
|
"type": "registry:block",
|
|
52
|
-
"description": ""
|
|
143
|
+
"description": "Individual chat message component with avatar, sender name, timestamp, and message content. Supports sent/received alignment. Use inside chat interfaces for individual message rendering.",
|
|
144
|
+
"keywords": [
|
|
145
|
+
"chat",
|
|
146
|
+
"message",
|
|
147
|
+
"conversation",
|
|
148
|
+
"bubble"
|
|
149
|
+
],
|
|
150
|
+
"visualWeight": "light"
|
|
53
151
|
},
|
|
54
152
|
{
|
|
55
153
|
"name": "checkbox",
|
|
56
154
|
"type": "registry:ui",
|
|
57
|
-
"description": ""
|
|
155
|
+
"description": "Themed checkbox with check indicator. Built on Radix Checkbox. Use for boolean toggles or multi-select lists in forms.",
|
|
156
|
+
"keywords": [
|
|
157
|
+
"checkbox",
|
|
158
|
+
"toggle",
|
|
159
|
+
"form",
|
|
160
|
+
"boolean"
|
|
161
|
+
],
|
|
162
|
+
"visualWeight": "light"
|
|
58
163
|
},
|
|
59
164
|
{
|
|
60
165
|
"name": "circular-progress-bar-list",
|
|
61
166
|
"type": "registry:block",
|
|
62
|
-
"description": "
|
|
167
|
+
"description": "Vertical list of items, each with a circular progress indicator (percentage ring), title, description, and action menu. Header with sort/filter controls. Full-width block (~400-600px). Use for skill assessments, goal tracking, course completion, or any list where items have progress.",
|
|
168
|
+
"keywords": [
|
|
169
|
+
"progress",
|
|
170
|
+
"skills",
|
|
171
|
+
"goals",
|
|
172
|
+
"tracking",
|
|
173
|
+
"completion",
|
|
174
|
+
"circular",
|
|
175
|
+
"ring"
|
|
176
|
+
],
|
|
177
|
+
"visualWeight": "heavy"
|
|
63
178
|
},
|
|
64
179
|
{
|
|
65
180
|
"name": "component-search",
|
|
@@ -69,37 +184,95 @@
|
|
|
69
184
|
{
|
|
70
185
|
"name": "confirmation-popup",
|
|
71
186
|
"type": "registry:block",
|
|
72
|
-
"description": ""
|
|
187
|
+
"description": "Modal overlay with title, description text, and confirm/cancel action buttons. Confirm button supports destructive (red) and default (primary) variants. Compact centered dialog (~200px tall). Use for delete confirmations, discard warnings, or any yes/no decision.",
|
|
188
|
+
"keywords": [
|
|
189
|
+
"confirm",
|
|
190
|
+
"dialog",
|
|
191
|
+
"modal",
|
|
192
|
+
"delete",
|
|
193
|
+
"warning",
|
|
194
|
+
"destructive"
|
|
195
|
+
],
|
|
196
|
+
"visualWeight": "light"
|
|
73
197
|
},
|
|
74
198
|
{
|
|
75
199
|
"name": "contact-form-popup",
|
|
76
200
|
"type": "registry:block",
|
|
77
|
-
"description": ""
|
|
201
|
+
"description": "Contact form modal with gradient banner, large overlapping avatar, and configurable form fields supporting text, email, tel, and textarea inputs. Centered dialog (~450px tall). Use for contact forms, inquiry submissions, or any user-to-user messaging form.",
|
|
202
|
+
"keywords": [
|
|
203
|
+
"contact",
|
|
204
|
+
"form",
|
|
205
|
+
"modal",
|
|
206
|
+
"message",
|
|
207
|
+
"email",
|
|
208
|
+
"inquiry"
|
|
209
|
+
],
|
|
210
|
+
"visualWeight": "medium"
|
|
78
211
|
},
|
|
79
212
|
{
|
|
80
213
|
"name": "content-dropzone",
|
|
81
214
|
"type": "registry:block",
|
|
82
|
-
"description": "Placeholder dropzone for content areas. Shows dashed placeholder when empty; arranges children in a flex column with 32px (--spacing-4xl) gap between blocks. Within a block, use 12px (--spacing-lg) gap between title groups and their content."
|
|
215
|
+
"description": "Placeholder dropzone for content areas. Shows dashed placeholder when empty; arranges children in a flex column with 32px (--spacing-4xl) gap between blocks. Within a block, use 12px (--spacing-lg) gap between title groups and their content.",
|
|
216
|
+
"keywords": [
|
|
217
|
+
"content",
|
|
218
|
+
"dropzone",
|
|
219
|
+
"container",
|
|
220
|
+
"layout",
|
|
221
|
+
"spacing"
|
|
222
|
+
],
|
|
223
|
+
"visualWeight": "light"
|
|
83
224
|
},
|
|
84
225
|
{
|
|
85
226
|
"name": "content-with-image",
|
|
86
227
|
"type": "registry:block",
|
|
87
|
-
"description": "
|
|
228
|
+
"description": "Two-column content section with image and text content side by side. Image position toggleable. Similar to FeatureWithImage but more generic. Use for any content + image layout.",
|
|
229
|
+
"keywords": [
|
|
230
|
+
"content",
|
|
231
|
+
"image",
|
|
232
|
+
"two-column",
|
|
233
|
+
"text",
|
|
234
|
+
"layout"
|
|
235
|
+
],
|
|
236
|
+
"visualWeight": "medium"
|
|
88
237
|
},
|
|
89
238
|
{
|
|
90
239
|
"name": "core-values-grid",
|
|
91
240
|
"type": "registry:block",
|
|
92
|
-
"description": "
|
|
241
|
+
"description": "3-column grid of value cards, each with an icon in a square container, title, and description text. Centered header with subtitle, title, and description. Light and dark variants. Use for core values, company principles, service benefits, or feature grids.",
|
|
242
|
+
"keywords": [
|
|
243
|
+
"values",
|
|
244
|
+
"principles",
|
|
245
|
+
"benefits",
|
|
246
|
+
"features",
|
|
247
|
+
"grid"
|
|
248
|
+
],
|
|
249
|
+
"visualWeight": "medium"
|
|
93
250
|
},
|
|
94
251
|
{
|
|
95
252
|
"name": "credit-card-display",
|
|
96
253
|
"type": "registry:block",
|
|
97
|
-
"description": "Visual credit card display showing card
|
|
254
|
+
"description": "Visual credit/debit card display showing card number (masked), cardholder name, expiry date, and card type logo. Use for payment method displays, saved cards, or financial account interfaces.",
|
|
255
|
+
"keywords": [
|
|
256
|
+
"credit-card",
|
|
257
|
+
"payment",
|
|
258
|
+
"card",
|
|
259
|
+
"financial",
|
|
260
|
+
"billing"
|
|
261
|
+
],
|
|
262
|
+
"visualWeight": "light"
|
|
98
263
|
},
|
|
99
264
|
{
|
|
100
265
|
"name": "cta-banner",
|
|
101
266
|
"type": "registry:block",
|
|
102
|
-
"description": "
|
|
267
|
+
"description": "Full-width call-to-action banner with heading text and primary action button. Use for newsletter signups, contact prompts, trial starts, or any conversion-focused section.",
|
|
268
|
+
"keywords": [
|
|
269
|
+
"cta",
|
|
270
|
+
"call-to-action",
|
|
271
|
+
"conversion",
|
|
272
|
+
"signup",
|
|
273
|
+
"banner"
|
|
274
|
+
],
|
|
275
|
+
"visualWeight": "light"
|
|
103
276
|
},
|
|
104
277
|
{
|
|
105
278
|
"name": "custom-component-helper",
|
|
@@ -109,12 +282,31 @@
|
|
|
109
282
|
{
|
|
110
283
|
"name": "dashboard-shell",
|
|
111
284
|
"type": "registry:layout",
|
|
112
|
-
"description": "
|
|
285
|
+
"description": "Full-screen app layout with dark sidebar (320px) and fixed header. Sidebar has collapsible sections with nav items. Hides sidebar on mobile with a slide-out menu. Full viewport height. Use for data-heavy applications with many navigation sections like admin dashboards, CRM tools, or project management.",
|
|
286
|
+
"keywords": [
|
|
287
|
+
"admin",
|
|
288
|
+
"dashboard",
|
|
289
|
+
"sidebar",
|
|
290
|
+
"navigation",
|
|
291
|
+
"crm",
|
|
292
|
+
"back-office",
|
|
293
|
+
"management",
|
|
294
|
+
"app"
|
|
295
|
+
],
|
|
296
|
+
"visualWeight": "light"
|
|
113
297
|
},
|
|
114
298
|
{
|
|
115
299
|
"name": "date-input",
|
|
116
300
|
"type": "registry:ui",
|
|
117
|
-
"description": ""
|
|
301
|
+
"description": "Date input field with calendar icon that opens a calendar popover for date selection. Combines Input with Calendar. Use for date entry fields in forms.",
|
|
302
|
+
"keywords": [
|
|
303
|
+
"date",
|
|
304
|
+
"input",
|
|
305
|
+
"picker",
|
|
306
|
+
"calendar",
|
|
307
|
+
"form"
|
|
308
|
+
],
|
|
309
|
+
"visualWeight": "light"
|
|
118
310
|
},
|
|
119
311
|
{
|
|
120
312
|
"name": "demo-avatars",
|
|
@@ -124,117 +316,336 @@
|
|
|
124
316
|
{
|
|
125
317
|
"name": "destination-cards",
|
|
126
318
|
"type": "registry:block",
|
|
127
|
-
"description": "
|
|
319
|
+
"description": "4-column card grid with large images, title, item count, and price. Each card has hover zoom effect. Header with title and 'Explore more' link. Use for featured categories, popular items, highlighted locations, or any curated collection showcase.",
|
|
320
|
+
"keywords": [
|
|
321
|
+
"cards",
|
|
322
|
+
"grid",
|
|
323
|
+
"categories",
|
|
324
|
+
"featured",
|
|
325
|
+
"browse",
|
|
326
|
+
"destinations"
|
|
327
|
+
],
|
|
328
|
+
"visualWeight": "medium"
|
|
128
329
|
},
|
|
129
330
|
{
|
|
130
331
|
"name": "detail-drawer",
|
|
131
332
|
"type": "registry:block",
|
|
132
|
-
"description": "Right-side
|
|
333
|
+
"description": "Right-side sliding drawer with tabbed content. Info tab shows metadata fields (with avatars, badges, links), rich content sections, and file attachments. Comments tab shows a chat-style thread. Use for row detail views, task details, record inspection, or any side-panel detail interface.",
|
|
334
|
+
"keywords": [
|
|
335
|
+
"drawer",
|
|
336
|
+
"detail",
|
|
337
|
+
"side-panel",
|
|
338
|
+
"inspect",
|
|
339
|
+
"comments",
|
|
340
|
+
"overlay"
|
|
341
|
+
],
|
|
342
|
+
"visualWeight": "heavy"
|
|
133
343
|
},
|
|
134
344
|
{
|
|
135
345
|
"name": "details-popup",
|
|
136
346
|
"type": "registry:block",
|
|
137
|
-
"description": ""
|
|
347
|
+
"description": "Read-only details viewer modal displaying label-value pairs. Centered dialog (~300px tall). Use for displaying product specs, property information, record details, or any structured metadata.",
|
|
348
|
+
"keywords": [
|
|
349
|
+
"details",
|
|
350
|
+
"view",
|
|
351
|
+
"modal",
|
|
352
|
+
"specs",
|
|
353
|
+
"metadata",
|
|
354
|
+
"info"
|
|
355
|
+
],
|
|
356
|
+
"visualWeight": "light"
|
|
138
357
|
},
|
|
139
358
|
{
|
|
140
359
|
"name": "dialog",
|
|
141
360
|
"type": "registry:ui",
|
|
142
|
-
"description": ""
|
|
361
|
+
"description": "Modal dialog overlay with title, description, and content area. Built on Radix Dialog. Use as the base for popup components or any modal interaction.",
|
|
362
|
+
"keywords": [
|
|
363
|
+
"dialog",
|
|
364
|
+
"modal",
|
|
365
|
+
"overlay",
|
|
366
|
+
"popup"
|
|
367
|
+
],
|
|
368
|
+
"visualWeight": "light"
|
|
143
369
|
},
|
|
144
370
|
{
|
|
145
371
|
"name": "double-sidebar",
|
|
146
372
|
"type": "registry:layout",
|
|
147
|
-
"description": "Two-column sidebar with icon strip and nav panel. Used inside DoubleSidebarShell."
|
|
373
|
+
"description": "Two-column sidebar with icon strip (96px) and nav panel (280px, full height). Used inside DoubleSidebarShell. Icons select categories, nav panel shows items for selected category.",
|
|
374
|
+
"keywords": [
|
|
375
|
+
"sidebar",
|
|
376
|
+
"double",
|
|
377
|
+
"icon",
|
|
378
|
+
"categories",
|
|
379
|
+
"navigation"
|
|
380
|
+
],
|
|
381
|
+
"visualWeight": "light"
|
|
148
382
|
},
|
|
149
383
|
{
|
|
150
384
|
"name": "double-sidebar-shell",
|
|
151
385
|
"type": "registry:layout",
|
|
152
|
-
"description": "Two-column sidebar layout (96px
|
|
386
|
+
"description": "Two-column sidebar layout (96px icon strip + 280px nav panel). Each column can be light or dark themed independently. Full viewport height. Use for complex apps with category groupings and nested navigation.",
|
|
387
|
+
"keywords": [
|
|
388
|
+
"sidebar",
|
|
389
|
+
"double",
|
|
390
|
+
"icon",
|
|
391
|
+
"navigation",
|
|
392
|
+
"categories",
|
|
393
|
+
"nested"
|
|
394
|
+
],
|
|
395
|
+
"visualWeight": "light"
|
|
153
396
|
},
|
|
154
397
|
{
|
|
155
398
|
"name": "dropdown-menu",
|
|
156
399
|
"type": "registry:ui",
|
|
157
|
-
"description": ""
|
|
400
|
+
"description": "Dropdown menu with items, labels, separators, and keyboard navigation. Built on Radix DropdownMenu. Use for action menus, context menus, or any dropdown list of actions.",
|
|
401
|
+
"keywords": [
|
|
402
|
+
"dropdown",
|
|
403
|
+
"menu",
|
|
404
|
+
"actions",
|
|
405
|
+
"context-menu"
|
|
406
|
+
],
|
|
407
|
+
"visualWeight": "light"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "editable-list",
|
|
411
|
+
"type": "registry:block",
|
|
412
|
+
"description": "Editable list where users can add items via input field and remove them with trash icon buttons. Compact inline element. Use for tag lists, skill lists, or any dynamic list where users add/remove items.",
|
|
413
|
+
"keywords": [
|
|
414
|
+
"list",
|
|
415
|
+
"editable",
|
|
416
|
+
"add",
|
|
417
|
+
"remove",
|
|
418
|
+
"tags",
|
|
419
|
+
"dynamic"
|
|
420
|
+
],
|
|
421
|
+
"visualWeight": "light"
|
|
158
422
|
},
|
|
159
423
|
{
|
|
160
424
|
"name": "empty-state",
|
|
161
425
|
"type": "registry:block",
|
|
162
|
-
"description": ""
|
|
426
|
+
"description": "Centered empty state display with emoji/icon, title, and optional description inside a dashed border card. Compact (~200px tall). Use when a list, table, or content area has no data to show.",
|
|
427
|
+
"keywords": [
|
|
428
|
+
"empty",
|
|
429
|
+
"placeholder",
|
|
430
|
+
"no-data",
|
|
431
|
+
"no-results",
|
|
432
|
+
"blank"
|
|
433
|
+
],
|
|
434
|
+
"visualWeight": "light"
|
|
163
435
|
},
|
|
164
436
|
{
|
|
165
437
|
"name": "faq-accordion",
|
|
166
438
|
"type": "registry:block",
|
|
167
|
-
"description": "Expandable FAQ accordion for pricing pages."
|
|
439
|
+
"description": "Expandable FAQ accordion with question titles and expandable answer text. Use for pricing FAQ sections, help pages, or any expandable Q&A content.",
|
|
440
|
+
"keywords": [
|
|
441
|
+
"faq",
|
|
442
|
+
"questions",
|
|
443
|
+
"answers",
|
|
444
|
+
"accordion",
|
|
445
|
+
"help"
|
|
446
|
+
],
|
|
447
|
+
"visualWeight": "medium"
|
|
168
448
|
},
|
|
169
449
|
{
|
|
170
450
|
"name": "faqs-table",
|
|
171
451
|
"type": "registry:block",
|
|
172
|
-
"description": "Expandable FAQ list with accordion behavior. Shows
|
|
452
|
+
"description": "Expandable FAQ list with accordion behavior. Shows question text with plus/minus toggle icons, revealing answer text one at a time. Full-width block (~300-600px depending on items). Use for FAQ sections, help centers, or any question-and-answer content.",
|
|
453
|
+
"keywords": [
|
|
454
|
+
"faq",
|
|
455
|
+
"questions",
|
|
456
|
+
"answers",
|
|
457
|
+
"accordion",
|
|
458
|
+
"help",
|
|
459
|
+
"expandable"
|
|
460
|
+
],
|
|
461
|
+
"visualWeight": "medium"
|
|
173
462
|
},
|
|
174
463
|
{
|
|
175
464
|
"name": "feature-with-image",
|
|
176
465
|
"type": "registry:block",
|
|
177
|
-
"description": "
|
|
466
|
+
"description": "Two-column feature section with large image on one side and heading, description, benefit list, and CTA button on the other. Image position toggleable (left/right). Stacks vertically on mobile. Use for product features, service explanations, or benefit showcases.",
|
|
467
|
+
"keywords": [
|
|
468
|
+
"feature",
|
|
469
|
+
"two-column",
|
|
470
|
+
"image",
|
|
471
|
+
"benefits",
|
|
472
|
+
"product"
|
|
473
|
+
],
|
|
474
|
+
"visualWeight": "medium"
|
|
178
475
|
},
|
|
179
476
|
{
|
|
180
477
|
"name": "featured-news-cards",
|
|
181
478
|
"type": "registry:block",
|
|
182
|
-
"description": "
|
|
479
|
+
"description": "2-column grid of large news/press cards with images, headlines, descriptions, and 'Read more' links. Centered header with subtitle, title, and description. Light and dark variants. Use for press coverage, news highlights, blog features, or content spotlights.",
|
|
480
|
+
"keywords": [
|
|
481
|
+
"news",
|
|
482
|
+
"press",
|
|
483
|
+
"articles",
|
|
484
|
+
"featured",
|
|
485
|
+
"highlights"
|
|
486
|
+
],
|
|
487
|
+
"visualWeight": "medium"
|
|
183
488
|
},
|
|
184
489
|
{
|
|
185
490
|
"name": "featured-places",
|
|
186
491
|
"type": "registry:block",
|
|
187
|
-
"description": "
|
|
492
|
+
"description": "3-column card grid with filter pill tabs at top, image cards with name, rating, item count, and price. Header with title and 'Explore more' link. Use for filterable catalogs, featured products, or curated collections with category filtering.",
|
|
493
|
+
"keywords": [
|
|
494
|
+
"cards",
|
|
495
|
+
"grid",
|
|
496
|
+
"filter",
|
|
497
|
+
"featured",
|
|
498
|
+
"catalog"
|
|
499
|
+
],
|
|
500
|
+
"visualWeight": "medium"
|
|
188
501
|
},
|
|
189
502
|
{
|
|
190
503
|
"name": "features-comparison",
|
|
191
504
|
"type": "registry:block",
|
|
192
|
-
"description": "Feature comparison table across pricing tiers."
|
|
505
|
+
"description": "Feature comparison table showing plan names across columns and feature rows with check/cross indicators. Use for comparing pricing tiers, product editions, or service levels side by side.",
|
|
506
|
+
"keywords": [
|
|
507
|
+
"comparison",
|
|
508
|
+
"features",
|
|
509
|
+
"plans",
|
|
510
|
+
"table",
|
|
511
|
+
"tiers"
|
|
512
|
+
],
|
|
513
|
+
"visualWeight": "heavy"
|
|
193
514
|
},
|
|
194
515
|
{
|
|
195
516
|
"name": "feedback-popup",
|
|
196
517
|
"type": "registry:block",
|
|
197
|
-
"description": ""
|
|
518
|
+
"description": "Compact feedback collection modal with textarea for free-text input. Centered dialog (~250px tall). Use for user feedback, bug reports, feature requests, or any free-text submission.",
|
|
519
|
+
"keywords": [
|
|
520
|
+
"feedback",
|
|
521
|
+
"modal",
|
|
522
|
+
"textarea",
|
|
523
|
+
"comment",
|
|
524
|
+
"report"
|
|
525
|
+
],
|
|
526
|
+
"visualWeight": "light"
|
|
198
527
|
},
|
|
199
528
|
{
|
|
200
529
|
"name": "file-uploader",
|
|
201
530
|
"type": "registry:ui",
|
|
202
|
-
"description": ""
|
|
531
|
+
"description": "Drag-and-drop file upload area with browse button. Shows upload progress and file previews. Use for document uploads, image uploads, or any file attachment interface.",
|
|
532
|
+
"keywords": [
|
|
533
|
+
"upload",
|
|
534
|
+
"file",
|
|
535
|
+
"drag-drop",
|
|
536
|
+
"attachment",
|
|
537
|
+
"document"
|
|
538
|
+
],
|
|
539
|
+
"visualWeight": "light"
|
|
203
540
|
},
|
|
204
541
|
{
|
|
205
542
|
"name": "filter-popover",
|
|
206
543
|
"type": "registry:block",
|
|
207
|
-
"description": "Popover with filter controls (checkboxes, date ranges,
|
|
544
|
+
"description": "Popover dropdown with filter controls (checkboxes, date ranges, sliders). Triggered by a filter button. Use for refining lists, tables, or search results.",
|
|
545
|
+
"keywords": [
|
|
546
|
+
"filter",
|
|
547
|
+
"popover",
|
|
548
|
+
"dropdown",
|
|
549
|
+
"refine"
|
|
550
|
+
],
|
|
551
|
+
"visualWeight": "light"
|
|
208
552
|
},
|
|
209
553
|
{
|
|
210
554
|
"name": "fixed-column-data-table",
|
|
211
555
|
"type": "registry:block",
|
|
212
|
-
"description": "Data table with fixed first column (
|
|
556
|
+
"description": "Data table with fixed first column (name with avatar) that stays visible during horizontal scroll. Remaining columns scroll horizontally. Full-width block (~400-800px). Dense, text-heavy. Use for wide data sets like invoices, financial reports, or comparison tables where the row identifier must stay visible.",
|
|
557
|
+
"keywords": [
|
|
558
|
+
"table",
|
|
559
|
+
"fixed-column",
|
|
560
|
+
"scroll",
|
|
561
|
+
"wide",
|
|
562
|
+
"invoices",
|
|
563
|
+
"financial",
|
|
564
|
+
"comparison"
|
|
565
|
+
],
|
|
566
|
+
"visualWeight": "heavy"
|
|
213
567
|
},
|
|
214
568
|
{
|
|
215
569
|
"name": "flair-banner",
|
|
216
570
|
"type": "registry:block",
|
|
217
|
-
"description": "
|
|
571
|
+
"description": "Full-width dark blue hero banner with large title text. Use at the top of content pages for visual emphasis. Pairs well with PageHeaderSection below it.",
|
|
572
|
+
"keywords": [
|
|
573
|
+
"banner",
|
|
574
|
+
"hero",
|
|
575
|
+
"header",
|
|
576
|
+
"decorative",
|
|
577
|
+
"flair"
|
|
578
|
+
],
|
|
579
|
+
"visualWeight": "spacer"
|
|
218
580
|
},
|
|
219
581
|
{
|
|
220
582
|
"name": "footer-navbar",
|
|
221
583
|
"type": "registry:block",
|
|
222
|
-
"description": "
|
|
584
|
+
"description": "Full-width footer with company logo, multi-column navigation link groups, and social media icons. Use at the bottom of any marketing or content page.",
|
|
585
|
+
"keywords": [
|
|
586
|
+
"footer",
|
|
587
|
+
"navigation",
|
|
588
|
+
"links",
|
|
589
|
+
"social",
|
|
590
|
+
"bottom"
|
|
591
|
+
],
|
|
592
|
+
"visualWeight": "medium"
|
|
223
593
|
},
|
|
224
594
|
{
|
|
225
595
|
"name": "form-group",
|
|
226
596
|
"type": "registry:block",
|
|
227
|
-
"description": "Single-column form layout with header (title, sort, filter, action button), configurable fields, and footer (cancel/save). Supports text inputs, textareas, selects, date pickers, multiselect checkboxes, checkbox groups, radio groups, multiselect tags, image/file uploaders, and sliders."
|
|
597
|
+
"description": "Single-column form layout with header (title, sort, filter, action button), configurable fields, and footer (cancel/save). Supports text inputs, textareas, selects, date pickers, multiselect checkboxes, checkbox groups, radio groups, multiselect tags, image/file uploaders, and sliders. Use for any data entry form, settings page, or create/edit interface.",
|
|
598
|
+
"keywords": [
|
|
599
|
+
"form",
|
|
600
|
+
"fields",
|
|
601
|
+
"input",
|
|
602
|
+
"data-entry",
|
|
603
|
+
"create",
|
|
604
|
+
"edit",
|
|
605
|
+
"settings"
|
|
606
|
+
],
|
|
607
|
+
"visualWeight": "heavy"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "form-popup",
|
|
611
|
+
"type": "registry:block",
|
|
612
|
+
"description": "Scrollable form modal supporting diverse field types: text, select, date, textarea, radio, checkbox, multiselect tags, image/file uploaders, and sliders. Centered dialog (~400-500px tall). Use for create/edit forms, settings dialogs, or any structured data input in a modal context.",
|
|
613
|
+
"keywords": [
|
|
614
|
+
"form",
|
|
615
|
+
"modal",
|
|
616
|
+
"fields",
|
|
617
|
+
"input",
|
|
618
|
+
"create",
|
|
619
|
+
"edit",
|
|
620
|
+
"dialog"
|
|
621
|
+
],
|
|
622
|
+
"visualWeight": "medium"
|
|
228
623
|
},
|
|
229
624
|
{
|
|
230
625
|
"name": "gallery-section",
|
|
231
626
|
"type": "registry:block",
|
|
232
|
-
"description": "
|
|
627
|
+
"description": "3-column masonry-style image gallery with varying image heights. Header with title, subtitle, and two description paragraphs. Light and dark variants. Use for photo galleries, portfolio showcases, or visual inspiration sections.",
|
|
628
|
+
"keywords": [
|
|
629
|
+
"gallery",
|
|
630
|
+
"images",
|
|
631
|
+
"masonry",
|
|
632
|
+
"photos",
|
|
633
|
+
"portfolio"
|
|
634
|
+
],
|
|
635
|
+
"visualWeight": "heavy"
|
|
233
636
|
},
|
|
234
637
|
{
|
|
235
638
|
"name": "gradient-banner",
|
|
236
639
|
"type": "registry:block",
|
|
237
|
-
"description": "
|
|
640
|
+
"description": "Full-width banner with gradient background and optional title/subtitle text. Use as a decorative page header or profile banner area.",
|
|
641
|
+
"keywords": [
|
|
642
|
+
"banner",
|
|
643
|
+
"gradient",
|
|
644
|
+
"header",
|
|
645
|
+
"decorative",
|
|
646
|
+
"profile"
|
|
647
|
+
],
|
|
648
|
+
"visualWeight": "spacer"
|
|
238
649
|
},
|
|
239
650
|
{
|
|
240
651
|
"name": "graph-metric-tiles",
|
|
@@ -244,177 +655,522 @@
|
|
|
244
655
|
{
|
|
245
656
|
"name": "grid-tiles-list",
|
|
246
657
|
"type": "registry:block",
|
|
247
|
-
"description": "
|
|
658
|
+
"description": "Configurable 2-5 column image card grid. Each tile has a square image, title, star rating, location text, price, and favorite button. Optional tag badges. Header with sort/filter controls and action button. Use for product catalogs, property listings, course directories, or any visual item grid.",
|
|
659
|
+
"keywords": [
|
|
660
|
+
"grid",
|
|
661
|
+
"tiles",
|
|
662
|
+
"products",
|
|
663
|
+
"catalog",
|
|
664
|
+
"cards",
|
|
665
|
+
"listings"
|
|
666
|
+
],
|
|
667
|
+
"visualWeight": "medium"
|
|
248
668
|
},
|
|
249
669
|
{
|
|
250
670
|
"name": "header",
|
|
251
671
|
"type": "registry:layout",
|
|
252
|
-
"description": "
|
|
672
|
+
"description": "Responsive top navigation bar (~64px tall) with logo, nav links, icon cluster (search, notifications, messages, cart), and avatar dropdown. Collapses to hamburger menu on mobile. Light and dark variants.",
|
|
673
|
+
"keywords": [
|
|
674
|
+
"header",
|
|
675
|
+
"navbar",
|
|
676
|
+
"navigation",
|
|
677
|
+
"top-bar",
|
|
678
|
+
"logo",
|
|
679
|
+
"menu"
|
|
680
|
+
],
|
|
681
|
+
"visualWeight": "light"
|
|
253
682
|
},
|
|
254
683
|
{
|
|
255
684
|
"name": "hero-dark-centered",
|
|
256
685
|
"type": "registry:block",
|
|
257
|
-
"description": "Dark centered hero with multi-field search (location, dates, guests)."
|
|
686
|
+
"description": "Dark-background centered hero with large heading, subtitle, and multi-field search bar (location, dates, guests). Use for search-focused homepages like travel, real estate, or marketplace sites.",
|
|
687
|
+
"keywords": [
|
|
688
|
+
"hero",
|
|
689
|
+
"dark",
|
|
690
|
+
"centered",
|
|
691
|
+
"search",
|
|
692
|
+
"landing"
|
|
693
|
+
],
|
|
694
|
+
"visualWeight": "spacer"
|
|
258
695
|
},
|
|
259
696
|
{
|
|
260
697
|
"name": "hero-dark-with-image",
|
|
261
698
|
"type": "registry:block",
|
|
262
|
-
"description": "Dark hero section with
|
|
699
|
+
"description": "Dark-background hero section with heading and subtitle on the left, large feature image on the right. Stacks vertically on mobile. Use for product launches, feature announcements, or SaaS landing pages.",
|
|
700
|
+
"keywords": [
|
|
701
|
+
"hero",
|
|
702
|
+
"dark",
|
|
703
|
+
"feature",
|
|
704
|
+
"product",
|
|
705
|
+
"landing"
|
|
706
|
+
],
|
|
707
|
+
"visualWeight": "spacer"
|
|
263
708
|
},
|
|
264
709
|
{
|
|
265
710
|
"name": "hero-fullwidth-image",
|
|
266
711
|
"type": "registry:block",
|
|
267
|
-
"description": "Full-width hero image
|
|
712
|
+
"description": "Full-width hero with background image covering entire section, centered heading and subtitle overlay, and multi-field search bar. Use for visually immersive landing pages.",
|
|
713
|
+
"keywords": [
|
|
714
|
+
"hero",
|
|
715
|
+
"fullwidth",
|
|
716
|
+
"image",
|
|
717
|
+
"immersive",
|
|
718
|
+
"landing"
|
|
719
|
+
],
|
|
720
|
+
"visualWeight": "spacer"
|
|
268
721
|
},
|
|
269
722
|
{
|
|
270
723
|
"name": "hero-section",
|
|
271
724
|
"type": "registry:block",
|
|
272
|
-
"description": "
|
|
725
|
+
"description": "Full-width hero banner with background image, large heading, subtitle text, and optional search bar overlay. Use as the main visual entry point for landing pages, homepages, or category pages.",
|
|
726
|
+
"keywords": [
|
|
727
|
+
"hero",
|
|
728
|
+
"banner",
|
|
729
|
+
"landing",
|
|
730
|
+
"search",
|
|
731
|
+
"homepage"
|
|
732
|
+
],
|
|
733
|
+
"visualWeight": "spacer"
|
|
273
734
|
},
|
|
274
735
|
{
|
|
275
736
|
"name": "how-it-works",
|
|
276
737
|
"type": "registry:block",
|
|
277
|
-
"description": "
|
|
738
|
+
"description": "4-column grid of feature items, each with a large icon, title, and description. Light and dark variants. Use for 'how it works' steps, feature highlights, value propositions, or benefit lists.",
|
|
739
|
+
"keywords": [
|
|
740
|
+
"features",
|
|
741
|
+
"steps",
|
|
742
|
+
"benefits",
|
|
743
|
+
"how-it-works",
|
|
744
|
+
"value"
|
|
745
|
+
],
|
|
746
|
+
"visualWeight": "medium"
|
|
278
747
|
},
|
|
279
748
|
{
|
|
280
749
|
"name": "icon-sidebar",
|
|
281
750
|
"type": "registry:layout",
|
|
282
|
-
"description": "Narrow sidebar with only icons and tooltips. Used inside IconSidebarShell."
|
|
751
|
+
"description": "Narrow sidebar (96px, full height) with only icons and tooltips. Used inside IconSidebarShell. Shows icon buttons with hover tooltips for labels.",
|
|
752
|
+
"keywords": [
|
|
753
|
+
"sidebar",
|
|
754
|
+
"icon",
|
|
755
|
+
"compact",
|
|
756
|
+
"narrow",
|
|
757
|
+
"navigation"
|
|
758
|
+
],
|
|
759
|
+
"visualWeight": "light"
|
|
283
760
|
},
|
|
284
761
|
{
|
|
285
762
|
"name": "icon-sidebar-shell",
|
|
286
763
|
"type": "registry:layout",
|
|
287
|
-
"description": "
|
|
764
|
+
"description": "App layout with narrow icon-only sidebar (96px) and fixed header. Icons expand to tooltip labels on hover. Full viewport height. Use for apps with few main sections where you want maximum content space.",
|
|
765
|
+
"keywords": [
|
|
766
|
+
"sidebar",
|
|
767
|
+
"icon",
|
|
768
|
+
"compact",
|
|
769
|
+
"navigation",
|
|
770
|
+
"app"
|
|
771
|
+
],
|
|
772
|
+
"visualWeight": "light"
|
|
288
773
|
},
|
|
289
774
|
{
|
|
290
775
|
"name": "image-feed-with-nested-comments",
|
|
291
776
|
"type": "registry:block",
|
|
292
|
-
"description": "
|
|
777
|
+
"description": "Full-width image feed with large photos, social interaction buttons (like, comment, share, bookmark), and nested comment threads below each image. Use for photo galleries, social feeds, portfolio showcases, or media-rich community content.",
|
|
778
|
+
"keywords": [
|
|
779
|
+
"feed",
|
|
780
|
+
"images",
|
|
781
|
+
"social",
|
|
782
|
+
"photos",
|
|
783
|
+
"gallery",
|
|
784
|
+
"comments"
|
|
785
|
+
],
|
|
786
|
+
"visualWeight": "heavy"
|
|
293
787
|
},
|
|
294
788
|
{
|
|
295
789
|
"name": "image-popup",
|
|
296
790
|
"type": "registry:block",
|
|
297
|
-
"description": ""
|
|
791
|
+
"description": "Minimal lightbox modal for displaying a single image in full view with responsive sizing. Use for image previews, photo zoom, or any image detail view.",
|
|
792
|
+
"keywords": [
|
|
793
|
+
"image",
|
|
794
|
+
"lightbox",
|
|
795
|
+
"modal",
|
|
796
|
+
"preview",
|
|
797
|
+
"zoom",
|
|
798
|
+
"photo"
|
|
799
|
+
],
|
|
800
|
+
"visualWeight": "light"
|
|
298
801
|
},
|
|
299
802
|
{
|
|
300
803
|
"name": "image-uploader",
|
|
301
804
|
"type": "registry:ui",
|
|
302
|
-
"description": ""
|
|
805
|
+
"description": "Image upload component with drag-and-drop, preview grid of uploaded images, and remove buttons. Use for multi-image uploads, gallery management, or product photo uploads.",
|
|
806
|
+
"keywords": [
|
|
807
|
+
"upload",
|
|
808
|
+
"image",
|
|
809
|
+
"drag-drop",
|
|
810
|
+
"gallery",
|
|
811
|
+
"photos"
|
|
812
|
+
],
|
|
813
|
+
"visualWeight": "medium"
|
|
303
814
|
},
|
|
304
815
|
{
|
|
305
816
|
"name": "input",
|
|
306
817
|
"type": "registry:ui",
|
|
307
|
-
"description": ""
|
|
818
|
+
"description": "Themed text input field with border, focus ring, and placeholder styling. Supports standard HTML input attributes. Use for single-line text entry in forms.",
|
|
819
|
+
"keywords": [
|
|
820
|
+
"input",
|
|
821
|
+
"text",
|
|
822
|
+
"field",
|
|
823
|
+
"form"
|
|
824
|
+
],
|
|
825
|
+
"visualWeight": "light"
|
|
308
826
|
},
|
|
309
827
|
{
|
|
310
828
|
"name": "invoice-popup",
|
|
311
829
|
"type": "registry:block",
|
|
312
|
-
"description": ""
|
|
830
|
+
"description": "Invoice display modal with header section (logo, title, metadata), line items table, summary calculations (subtotal, discount, total), and action button. Centered dialog (~500px tall). Use for invoice previews, receipt displays, or billing document views.",
|
|
831
|
+
"keywords": [
|
|
832
|
+
"invoice",
|
|
833
|
+
"receipt",
|
|
834
|
+
"billing",
|
|
835
|
+
"modal",
|
|
836
|
+
"payment",
|
|
837
|
+
"document"
|
|
838
|
+
],
|
|
839
|
+
"visualWeight": "medium"
|
|
313
840
|
},
|
|
314
841
|
{
|
|
315
842
|
"name": "label",
|
|
316
843
|
"type": "registry:ui",
|
|
317
|
-
"description": ""
|
|
844
|
+
"description": "Themed form label associated with an input. Built on Radix Label. Use for labeling form fields.",
|
|
845
|
+
"keywords": [
|
|
846
|
+
"label",
|
|
847
|
+
"form",
|
|
848
|
+
"field",
|
|
849
|
+
"text"
|
|
850
|
+
],
|
|
851
|
+
"visualWeight": "light"
|
|
318
852
|
},
|
|
319
853
|
{
|
|
320
854
|
"name": "large-image-labels-list",
|
|
321
855
|
"type": "registry:block",
|
|
322
|
-
"description": "
|
|
856
|
+
"description": "Vertical list of items with large landscape images, star ratings, price, and descriptive icon labels (beds, baths, area, etc.). Header with sort/filter controls and favorite button. Use for property listings, product catalogs, hotel results, or any image-prominent list.",
|
|
857
|
+
"keywords": [
|
|
858
|
+
"listings",
|
|
859
|
+
"property",
|
|
860
|
+
"images",
|
|
861
|
+
"catalog",
|
|
862
|
+
"real-estate",
|
|
863
|
+
"hotels"
|
|
864
|
+
],
|
|
865
|
+
"visualWeight": "heavy"
|
|
323
866
|
},
|
|
324
867
|
{
|
|
325
868
|
"name": "line-tabs",
|
|
326
869
|
"type": "registry:ui",
|
|
327
|
-
"description": ""
|
|
870
|
+
"description": "Horizontal tab navigation with underline indicator on active tab. Tabs render as a row of text links with a bottom border highlight. Use for page-level or section-level tab navigation with a minimal underline style.",
|
|
871
|
+
"keywords": [
|
|
872
|
+
"tabs",
|
|
873
|
+
"navigation",
|
|
874
|
+
"underline",
|
|
875
|
+
"line",
|
|
876
|
+
"horizontal"
|
|
877
|
+
],
|
|
878
|
+
"visualWeight": "light"
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "list-popup",
|
|
882
|
+
"type": "registry:block",
|
|
883
|
+
"description": "Editable list management modal with add/remove functionality using EditableList component. Centered dialog (~300px tall). Use for managing tag lists, skill lists, or any dynamic list that needs a dedicated editor.",
|
|
884
|
+
"keywords": [
|
|
885
|
+
"list",
|
|
886
|
+
"editable",
|
|
887
|
+
"modal",
|
|
888
|
+
"manage",
|
|
889
|
+
"add",
|
|
890
|
+
"remove"
|
|
891
|
+
],
|
|
892
|
+
"visualWeight": "light"
|
|
328
893
|
},
|
|
329
894
|
{
|
|
330
895
|
"name": "loader",
|
|
331
896
|
"type": "registry:block",
|
|
332
|
-
"description": "Loading feedback component with animated spinner (loading state) and checkmark (success state).
|
|
897
|
+
"description": "Loading feedback component with animated spinner (loading state) and checkmark (success state). Shows title, description, and optional action button. Use for form submissions, file uploads, or any async operation feedback.",
|
|
898
|
+
"keywords": [
|
|
899
|
+
"loading",
|
|
900
|
+
"spinner",
|
|
901
|
+
"feedback",
|
|
902
|
+
"async",
|
|
903
|
+
"success"
|
|
904
|
+
],
|
|
905
|
+
"visualWeight": "light"
|
|
333
906
|
},
|
|
334
907
|
{
|
|
335
908
|
"name": "login-branding-panel",
|
|
336
909
|
"type": "registry:block",
|
|
337
|
-
"description": "
|
|
910
|
+
"description": "Side panel with background image and centered logo for authentication pages. Takes up one half of a split-screen layout. Use alongside login, signup, or password reset forms.",
|
|
911
|
+
"keywords": [
|
|
912
|
+
"login",
|
|
913
|
+
"branding",
|
|
914
|
+
"auth",
|
|
915
|
+
"split-screen",
|
|
916
|
+
"signup"
|
|
917
|
+
],
|
|
918
|
+
"visualWeight": "spacer"
|
|
338
919
|
},
|
|
339
920
|
{
|
|
340
921
|
"name": "menu-section",
|
|
341
922
|
"type": "registry:block",
|
|
342
|
-
"description": "
|
|
923
|
+
"description": "Collapsible navigation section with section title and list of menu items. Multiple sections stack vertically. Use for categorized navigation, settings menus, or documentation sidebars.",
|
|
924
|
+
"keywords": [
|
|
925
|
+
"menu",
|
|
926
|
+
"navigation",
|
|
927
|
+
"collapsible",
|
|
928
|
+
"sections",
|
|
929
|
+
"sidebar"
|
|
930
|
+
],
|
|
931
|
+
"visualWeight": "medium"
|
|
343
932
|
},
|
|
344
933
|
{
|
|
345
934
|
"name": "menufocus-template",
|
|
346
935
|
"type": "registry:block",
|
|
347
|
-
"description": "
|
|
936
|
+
"description": "Three-dot dropdown menu for row-level actions. Opens a list of action items on click. Use for table row actions, card actions, or any contextual menu.",
|
|
937
|
+
"keywords": [
|
|
938
|
+
"menu",
|
|
939
|
+
"dropdown",
|
|
940
|
+
"actions",
|
|
941
|
+
"context-menu",
|
|
942
|
+
"three-dot"
|
|
943
|
+
],
|
|
944
|
+
"visualWeight": "light"
|
|
348
945
|
},
|
|
349
946
|
{
|
|
350
947
|
"name": "messenger-sidebar",
|
|
351
948
|
"type": "registry:block",
|
|
352
|
-
"description": "
|
|
949
|
+
"description": "Vertical thread list sidebar for messaging apps. Each thread shows avatar, name, last message preview, timestamp, and unread badge. Includes search bar at top. Use for chat apps, support inboxes, or any thread-based messaging interface.",
|
|
950
|
+
"keywords": [
|
|
951
|
+
"chat",
|
|
952
|
+
"messaging",
|
|
953
|
+
"threads",
|
|
954
|
+
"inbox",
|
|
955
|
+
"conversations",
|
|
956
|
+
"support"
|
|
957
|
+
],
|
|
958
|
+
"visualWeight": "medium"
|
|
353
959
|
},
|
|
354
960
|
{
|
|
355
961
|
"name": "metrics-section",
|
|
356
962
|
"type": "registry:block",
|
|
357
|
-
"description": "Row of large metric numbers with labels."
|
|
963
|
+
"description": "Row of 2-4 large metric numbers with labels below, separated by left borders. Header with subtitle and title. Metrics grid shows 2 columns on mobile, 4 on desktop. Prefer this for marketing/landing page stat displays — includes left-border separators, h1-scale typography, and responsive grid. Use for company stats, key figures, achievement highlights, or any numeric overview section.",
|
|
964
|
+
"keywords": [
|
|
965
|
+
"metrics",
|
|
966
|
+
"stats",
|
|
967
|
+
"numbers",
|
|
968
|
+
"achievements",
|
|
969
|
+
"key-figures"
|
|
970
|
+
],
|
|
971
|
+
"visualWeight": "light"
|
|
358
972
|
},
|
|
359
973
|
{
|
|
360
974
|
"name": "mobile-bottom-nav",
|
|
361
975
|
"type": "registry:block",
|
|
362
|
-
"description": "Fixed bottom navigation bar for mobile layouts."
|
|
976
|
+
"description": "Fixed bottom navigation bar with icon tabs (Home, Search, Profile, etc.). Sticks to bottom of viewport. Use for mobile app-like experiences or responsive layouts needing bottom tab navigation.",
|
|
977
|
+
"keywords": [
|
|
978
|
+
"mobile",
|
|
979
|
+
"bottom",
|
|
980
|
+
"navigation",
|
|
981
|
+
"tabs",
|
|
982
|
+
"app"
|
|
983
|
+
],
|
|
984
|
+
"visualWeight": "light"
|
|
363
985
|
},
|
|
364
986
|
{
|
|
365
987
|
"name": "mobile-menu-shell",
|
|
366
988
|
"type": "registry:layout",
|
|
367
|
-
"description": "Mobile-first layout with bottom navigation bar.
|
|
989
|
+
"description": "Mobile-first layout with sticky bottom navigation bar (Home, Search, Profile tabs). Full viewport height. Use for mobile app-like experiences or responsive apps that need bottom tab navigation.",
|
|
990
|
+
"keywords": [
|
|
991
|
+
"mobile",
|
|
992
|
+
"bottom",
|
|
993
|
+
"tabs",
|
|
994
|
+
"navigation",
|
|
995
|
+
"app",
|
|
996
|
+
"responsive"
|
|
997
|
+
],
|
|
998
|
+
"visualWeight": "light"
|
|
368
999
|
},
|
|
369
1000
|
{
|
|
370
1001
|
"name": "monthly-calendar-widget",
|
|
371
1002
|
"type": "registry:block",
|
|
372
|
-
"description": "Dual-month calendar for date
|
|
1003
|
+
"description": "Dual-month calendar for selecting date ranges. Shows two months side by side with price labels on dates, disabled dates, and today indicator. Use for booking flows, scheduling interfaces, or any date range selection.",
|
|
1004
|
+
"keywords": [
|
|
1005
|
+
"calendar",
|
|
1006
|
+
"booking",
|
|
1007
|
+
"dates",
|
|
1008
|
+
"scheduling",
|
|
1009
|
+
"date-range"
|
|
1010
|
+
],
|
|
1011
|
+
"visualWeight": "medium"
|
|
373
1012
|
},
|
|
374
1013
|
{
|
|
375
1014
|
"name": "multiselect-checkbox-field",
|
|
376
1015
|
"type": "registry:ui",
|
|
377
|
-
"description": ""
|
|
1016
|
+
"description": "Form field with a grid of checkbox options for multi-selection. Each option shows a checkbox with label. Use inside forms for selecting multiple items from a predefined list.",
|
|
1017
|
+
"keywords": [
|
|
1018
|
+
"multiselect",
|
|
1019
|
+
"checkbox",
|
|
1020
|
+
"form",
|
|
1021
|
+
"field",
|
|
1022
|
+
"options"
|
|
1023
|
+
],
|
|
1024
|
+
"visualWeight": "light"
|
|
378
1025
|
},
|
|
379
1026
|
{
|
|
380
1027
|
"name": "multiselect-tags",
|
|
381
1028
|
"type": "registry:ui",
|
|
382
|
-
"description": ""
|
|
1029
|
+
"description": "Tag-based multi-select input with removable tag chips and dropdown search. Selected items appear as tags that can be removed. Use for multi-select inputs where selected items should be visually prominent.",
|
|
1030
|
+
"keywords": [
|
|
1031
|
+
"multiselect",
|
|
1032
|
+
"tags",
|
|
1033
|
+
"chips",
|
|
1034
|
+
"select",
|
|
1035
|
+
"form"
|
|
1036
|
+
],
|
|
1037
|
+
"visualWeight": "light"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "multistep-form-popup",
|
|
1041
|
+
"type": "registry:block",
|
|
1042
|
+
"description": "Multi-step form wizard modal with configurable form steps, billing plan selection step, and loading/success state displays. Centered dialog (~450px tall). Use for complex multi-step processes in a modal: subscription signups, onboarding wizards, or multi-page forms.",
|
|
1043
|
+
"keywords": [
|
|
1044
|
+
"multistep",
|
|
1045
|
+
"wizard",
|
|
1046
|
+
"modal",
|
|
1047
|
+
"form",
|
|
1048
|
+
"steps",
|
|
1049
|
+
"subscription"
|
|
1050
|
+
],
|
|
1051
|
+
"visualWeight": "medium"
|
|
383
1052
|
},
|
|
384
1053
|
{
|
|
385
1054
|
"name": "multistep-progressbar-shell",
|
|
386
1055
|
"type": "registry:layout",
|
|
387
|
-
"description": ""
|
|
1056
|
+
"description": "Alternative multi-step layout with a horizontal progress bar instead of numbered step tracker. Content area centered below. Use for simplified wizard flows where progress percentage matters more than step numbers.",
|
|
1057
|
+
"keywords": [
|
|
1058
|
+
"wizard",
|
|
1059
|
+
"multistep",
|
|
1060
|
+
"progress",
|
|
1061
|
+
"bar",
|
|
1062
|
+
"form"
|
|
1063
|
+
],
|
|
1064
|
+
"visualWeight": "light"
|
|
388
1065
|
},
|
|
389
1066
|
{
|
|
390
1067
|
"name": "multistep-shell",
|
|
391
1068
|
"type": "registry:layout",
|
|
392
|
-
"description": "Multi-step wizard layout with horizontal step tracker, step title/description, and navigation buttons."
|
|
1069
|
+
"description": "Multi-step wizard layout with horizontal step tracker at top, step title/description, and navigation buttons. Content area centered (max 768px). Full viewport height. Use for registration flows, onboarding, or any sequential form process.",
|
|
1070
|
+
"keywords": [
|
|
1071
|
+
"wizard",
|
|
1072
|
+
"multistep",
|
|
1073
|
+
"steps",
|
|
1074
|
+
"form",
|
|
1075
|
+
"onboarding",
|
|
1076
|
+
"registration",
|
|
1077
|
+
"flow"
|
|
1078
|
+
],
|
|
1079
|
+
"visualWeight": "light"
|
|
393
1080
|
},
|
|
394
1081
|
{
|
|
395
1082
|
"name": "multistep-sidebar-shell",
|
|
396
1083
|
"type": "registry:layout",
|
|
397
|
-
"description": "Multi-step wizard with
|
|
1084
|
+
"description": "Multi-step wizard with step list in a left sidebar instead of horizontal tracker. Full viewport height. Use when steps need descriptions or the flow has many steps.",
|
|
1085
|
+
"keywords": [
|
|
1086
|
+
"wizard",
|
|
1087
|
+
"multistep",
|
|
1088
|
+
"sidebar",
|
|
1089
|
+
"steps",
|
|
1090
|
+
"form"
|
|
1091
|
+
],
|
|
1092
|
+
"visualWeight": "light"
|
|
398
1093
|
},
|
|
399
1094
|
{
|
|
400
1095
|
"name": "nested-comments-table",
|
|
401
1096
|
"type": "registry:block",
|
|
402
|
-
"description": "Threaded discussion
|
|
1097
|
+
"description": "Threaded discussion with nested comments, reply and like actions, and collapsible sub-threads. Each comment shows avatar, name, timestamp, and content. Use for blog comments, discussion boards, or any nested conversation interface.",
|
|
1098
|
+
"keywords": [
|
|
1099
|
+
"comments",
|
|
1100
|
+
"discussion",
|
|
1101
|
+
"threaded",
|
|
1102
|
+
"replies",
|
|
1103
|
+
"forum"
|
|
1104
|
+
],
|
|
1105
|
+
"visualWeight": "heavy"
|
|
403
1106
|
},
|
|
404
1107
|
{
|
|
405
1108
|
"name": "nested-data-table",
|
|
406
1109
|
"type": "registry:block",
|
|
407
|
-
"description": "Expandable data table with parent rows that reveal nested child tables. Shows hierarchical data
|
|
1110
|
+
"description": "Expandable data table with parent rows that reveal nested child tables on click. Shows hierarchical data with expand/collapse toggles. Full-width block (~400-800px). Dense, text-heavy. Use for organizational hierarchies, location-based data, or any parent-child data relationships.",
|
|
1111
|
+
"keywords": [
|
|
1112
|
+
"table",
|
|
1113
|
+
"nested",
|
|
1114
|
+
"hierarchy",
|
|
1115
|
+
"expandable",
|
|
1116
|
+
"parent-child",
|
|
1117
|
+
"tree"
|
|
1118
|
+
],
|
|
1119
|
+
"visualWeight": "heavy"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "nps-survey-popup",
|
|
1123
|
+
"type": "registry:block",
|
|
1124
|
+
"description": "Numeric rating survey modal with number buttons (configurable 1-10 range) and end-labels (e.g., 'Not likely' to 'Very likely'). Compact centered dialog (~200px tall). Use for NPS surveys, satisfaction ratings, or any numeric scale feedback.",
|
|
1125
|
+
"keywords": [
|
|
1126
|
+
"nps",
|
|
1127
|
+
"survey",
|
|
1128
|
+
"rating",
|
|
1129
|
+
"modal",
|
|
1130
|
+
"score",
|
|
1131
|
+
"feedback"
|
|
1132
|
+
],
|
|
1133
|
+
"visualWeight": "light"
|
|
408
1134
|
},
|
|
409
1135
|
{
|
|
410
1136
|
"name": "office-locations",
|
|
411
1137
|
"type": "registry:block",
|
|
412
|
-
"description": "
|
|
1138
|
+
"description": "3-column grid of location cards, each showing city name and multi-line address in a bordered card. Header with subtitle, title, and description. Use for office locations, store directories, branch listings, or any multi-location display.",
|
|
1139
|
+
"keywords": [
|
|
1140
|
+
"offices",
|
|
1141
|
+
"locations",
|
|
1142
|
+
"addresses",
|
|
1143
|
+
"branches",
|
|
1144
|
+
"stores"
|
|
1145
|
+
],
|
|
1146
|
+
"visualWeight": "medium"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "order-summary-sidebar",
|
|
1150
|
+
"type": "registry:block",
|
|
1151
|
+
"description": "Shopping cart sidebar showing line items with quantities, promo code input, tax/shipping info, and order total with separators. Bordered card (~350px tall). Use in a sidebar alongside checkout steps for e-commerce order summaries.",
|
|
1152
|
+
"keywords": [
|
|
1153
|
+
"order",
|
|
1154
|
+
"cart",
|
|
1155
|
+
"summary",
|
|
1156
|
+
"checkout",
|
|
1157
|
+
"total",
|
|
1158
|
+
"sidebar"
|
|
1159
|
+
],
|
|
1160
|
+
"visualWeight": "medium"
|
|
413
1161
|
},
|
|
414
1162
|
{
|
|
415
1163
|
"name": "page-header-section",
|
|
416
1164
|
"type": "registry:block",
|
|
417
|
-
"description": "Page title, description, and optional line tabs.
|
|
1165
|
+
"description": "Page title, description text, and optional horizontal line tabs below. Use below banners or at the top of content areas for page-level navigation and context.",
|
|
1166
|
+
"keywords": [
|
|
1167
|
+
"header",
|
|
1168
|
+
"title",
|
|
1169
|
+
"tabs",
|
|
1170
|
+
"page-title",
|
|
1171
|
+
"navigation"
|
|
1172
|
+
],
|
|
1173
|
+
"visualWeight": "light"
|
|
418
1174
|
},
|
|
419
1175
|
{
|
|
420
1176
|
"name": "page-previews",
|
|
@@ -424,72 +1180,203 @@
|
|
|
424
1180
|
{
|
|
425
1181
|
"name": "pagination",
|
|
426
1182
|
"type": "registry:block",
|
|
427
|
-
"description": "Responsive pagination with results
|
|
1183
|
+
"description": "Responsive pagination bar with 'Viewing X-Y of Z results' text, items-per-page dropdown, and page navigation buttons. Results text hides on mobile for compact layout. Use below any paginated list or table.",
|
|
1184
|
+
"keywords": [
|
|
1185
|
+
"pagination",
|
|
1186
|
+
"pages",
|
|
1187
|
+
"navigation",
|
|
1188
|
+
"results"
|
|
1189
|
+
],
|
|
1190
|
+
"visualWeight": "light"
|
|
428
1191
|
},
|
|
429
1192
|
{
|
|
430
1193
|
"name": "participant-list",
|
|
431
1194
|
"type": "registry:block",
|
|
432
|
-
"description": "
|
|
1195
|
+
"description": "Vertical list of participants with avatars, names, and connection status indicators. Use for video call participant panels, meeting attendees, or online user lists.",
|
|
1196
|
+
"keywords": [
|
|
1197
|
+
"participants",
|
|
1198
|
+
"attendees",
|
|
1199
|
+
"users",
|
|
1200
|
+
"video-call",
|
|
1201
|
+
"meeting"
|
|
1202
|
+
],
|
|
1203
|
+
"visualWeight": "medium"
|
|
433
1204
|
},
|
|
434
1205
|
{
|
|
435
1206
|
"name": "persona-card",
|
|
436
1207
|
"type": "registry:block",
|
|
437
|
-
"description": ""
|
|
1208
|
+
"description": "Card displaying persona information with avatar, name, role, goals, pain points, and quote with icons. Medium bordered card (~300px tall). Use for UX persona displays, user research artifacts, or team role descriptions.",
|
|
1209
|
+
"keywords": [
|
|
1210
|
+
"persona",
|
|
1211
|
+
"user",
|
|
1212
|
+
"profile",
|
|
1213
|
+
"goals",
|
|
1214
|
+
"research",
|
|
1215
|
+
"ux"
|
|
1216
|
+
],
|
|
1217
|
+
"visualWeight": "medium"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "personalize-feed-popup",
|
|
1221
|
+
"type": "registry:block",
|
|
1222
|
+
"description": "Topic selection modal displaying toggleable topic chips in a grid for feed personalization. Centered dialog (~350px tall). Use for interest selection, feed customization, preference settings, or any multi-choice topic picker.",
|
|
1223
|
+
"keywords": [
|
|
1224
|
+
"personalize",
|
|
1225
|
+
"topics",
|
|
1226
|
+
"interests",
|
|
1227
|
+
"modal",
|
|
1228
|
+
"feed",
|
|
1229
|
+
"preferences"
|
|
1230
|
+
],
|
|
1231
|
+
"visualWeight": "light"
|
|
438
1232
|
},
|
|
439
1233
|
{
|
|
440
1234
|
"name": "pill-tabs",
|
|
441
1235
|
"type": "registry:block",
|
|
442
|
-
"description": "Horizontal pill-
|
|
1236
|
+
"description": "Horizontal row of pill-shaped tab buttons with active state highlighting. Use for content filtering, view switching, or any tab navigation that needs a rounded pill style.",
|
|
1237
|
+
"keywords": [
|
|
1238
|
+
"tabs",
|
|
1239
|
+
"pills",
|
|
1240
|
+
"filter",
|
|
1241
|
+
"toggle",
|
|
1242
|
+
"navigation"
|
|
1243
|
+
],
|
|
1244
|
+
"visualWeight": "light"
|
|
443
1245
|
},
|
|
444
1246
|
{
|
|
445
1247
|
"name": "place-detail-panel",
|
|
446
1248
|
"type": "registry:block",
|
|
447
|
-
"description": ""
|
|
1249
|
+
"description": "Right-side drawer panel for place/business details with hero image, tabs, description, info rows, operating hours, amenities, admission pricing, and reviews. Heavy, content-rich overlay (~full height). Use for map-based detail views, place cards, or business information panels.",
|
|
1250
|
+
"keywords": [
|
|
1251
|
+
"place",
|
|
1252
|
+
"detail",
|
|
1253
|
+
"drawer",
|
|
1254
|
+
"business",
|
|
1255
|
+
"map",
|
|
1256
|
+
"reviews",
|
|
1257
|
+
"amenities"
|
|
1258
|
+
],
|
|
1259
|
+
"visualWeight": "heavy"
|
|
448
1260
|
},
|
|
449
1261
|
{
|
|
450
1262
|
"name": "popover",
|
|
451
1263
|
"type": "registry:ui",
|
|
452
|
-
"description": ""
|
|
1264
|
+
"description": "Floating content panel anchored to a trigger element. Built on Radix Popover. Use for filter dropdowns, tooltips with rich content, or contextual menus.",
|
|
1265
|
+
"keywords": [
|
|
1266
|
+
"popover",
|
|
1267
|
+
"floating",
|
|
1268
|
+
"dropdown",
|
|
1269
|
+
"anchor"
|
|
1270
|
+
],
|
|
1271
|
+
"visualWeight": "light"
|
|
453
1272
|
},
|
|
454
1273
|
{
|
|
455
1274
|
"name": "pricing-cards",
|
|
456
1275
|
"type": "registry:block",
|
|
457
|
-
"description": "Three-tier pricing cards with monthly/annual toggle,
|
|
1276
|
+
"description": "Three-tier pricing cards with monthly/annual billing toggle, 'Most Popular' badge, feature checklists, AI add-on badges, and CTA buttons. Below cards is a contact/enterprise banner. Use for SaaS pricing, subscription plans, or any tiered pricing display.",
|
|
1277
|
+
"keywords": [
|
|
1278
|
+
"pricing",
|
|
1279
|
+
"plans",
|
|
1280
|
+
"subscription",
|
|
1281
|
+
"tiers",
|
|
1282
|
+
"billing"
|
|
1283
|
+
],
|
|
1284
|
+
"visualWeight": "heavy"
|
|
458
1285
|
},
|
|
459
1286
|
{
|
|
460
1287
|
"name": "pricing-cta",
|
|
461
1288
|
"type": "registry:block",
|
|
462
|
-
"description": "
|
|
1289
|
+
"description": "Call-to-action section for pricing pages with heading, description, and action button. Use for 'Contact Sales', 'Start Free Trial', or any pricing page conversion section.",
|
|
1290
|
+
"keywords": [
|
|
1291
|
+
"pricing",
|
|
1292
|
+
"cta",
|
|
1293
|
+
"call-to-action",
|
|
1294
|
+
"sales",
|
|
1295
|
+
"trial"
|
|
1296
|
+
],
|
|
1297
|
+
"visualWeight": "light"
|
|
463
1298
|
},
|
|
464
1299
|
{
|
|
465
1300
|
"name": "pricing-plans-popup",
|
|
466
1301
|
"type": "registry:block",
|
|
467
|
-
"description": ""
|
|
1302
|
+
"description": "Pricing plan selector modal with monthly/annual billing toggle and radio card plan selection. Centered dialog (~400px tall). Use for in-app plan upgrades, subscription changes, or plan selection during checkout.",
|
|
1303
|
+
"keywords": [
|
|
1304
|
+
"pricing",
|
|
1305
|
+
"plans",
|
|
1306
|
+
"modal",
|
|
1307
|
+
"subscription",
|
|
1308
|
+
"billing",
|
|
1309
|
+
"upgrade"
|
|
1310
|
+
],
|
|
1311
|
+
"visualWeight": "medium"
|
|
468
1312
|
},
|
|
469
1313
|
{
|
|
470
1314
|
"name": "profile-card",
|
|
471
1315
|
"type": "registry:block",
|
|
472
|
-
"description": "Centered profile card with avatar overlapping banner, stats, bio, tags, and social links."
|
|
1316
|
+
"description": "Centered profile card with large avatar overlapping a banner image, user stats row (posts, followers, following), bio text, skill/interest tags, and social media links. Includes a built-in stats row — if building a profile page, consider using this rather than assembling stats manually. Use for user profiles, author pages, or member directories.",
|
|
1317
|
+
"keywords": [
|
|
1318
|
+
"profile",
|
|
1319
|
+
"avatar",
|
|
1320
|
+
"stats",
|
|
1321
|
+
"bio",
|
|
1322
|
+
"social",
|
|
1323
|
+
"user",
|
|
1324
|
+
"member"
|
|
1325
|
+
],
|
|
1326
|
+
"visualWeight": "medium"
|
|
473
1327
|
},
|
|
474
1328
|
{
|
|
475
1329
|
"name": "profile-grid-tiles-list",
|
|
476
1330
|
"type": "registry:block",
|
|
477
|
-
"description": "Responsive grid of profile cards with avatar,
|
|
1331
|
+
"description": "Responsive grid of profile cards with avatar, star rating, certification badges, and metadata (location, price, specialization). Configurable 2-5 columns. Use for team directories, service provider listings, tutor marketplaces, or any people-focused catalog.",
|
|
1332
|
+
"keywords": [
|
|
1333
|
+
"people",
|
|
1334
|
+
"directory",
|
|
1335
|
+
"profiles",
|
|
1336
|
+
"team",
|
|
1337
|
+
"grid",
|
|
1338
|
+
"marketplace"
|
|
1339
|
+
],
|
|
1340
|
+
"visualWeight": "medium"
|
|
478
1341
|
},
|
|
479
1342
|
{
|
|
480
1343
|
"name": "profile-image-uploader",
|
|
481
1344
|
"type": "registry:block",
|
|
482
|
-
"description": "
|
|
1345
|
+
"description": "Circular avatar upload component with current image preview and edit/upload button overlay. Use for profile photo editing, team member photos, or any avatar upload interface.",
|
|
1346
|
+
"keywords": [
|
|
1347
|
+
"avatar",
|
|
1348
|
+
"upload",
|
|
1349
|
+
"image",
|
|
1350
|
+
"profile",
|
|
1351
|
+
"photo"
|
|
1352
|
+
],
|
|
1353
|
+
"visualWeight": "light"
|
|
483
1354
|
},
|
|
484
1355
|
{
|
|
485
1356
|
"name": "profile-info-cards",
|
|
486
1357
|
"type": "registry:block",
|
|
487
|
-
"description": "Grid of info cards for profile pages
|
|
1358
|
+
"description": "Grid of small info cards for profile or detail pages. Each card has a label, value, and optional icon. Use for contact details, stats, metadata, or any key-value information display.",
|
|
1359
|
+
"keywords": [
|
|
1360
|
+
"profile",
|
|
1361
|
+
"info",
|
|
1362
|
+
"metadata",
|
|
1363
|
+
"details",
|
|
1364
|
+
"cards",
|
|
1365
|
+
"key-value"
|
|
1366
|
+
],
|
|
1367
|
+
"visualWeight": "light"
|
|
488
1368
|
},
|
|
489
1369
|
{
|
|
490
1370
|
"name": "progress-bar",
|
|
491
1371
|
"type": "registry:block",
|
|
492
|
-
"description": "Horizontal progress bar. Can use percentage or currentStep/totalSteps."
|
|
1372
|
+
"description": "Horizontal progress bar with filled portion showing completion. Can use percentage or currentStep/totalSteps. Use for upload progress, form completion, or any linear progress indicator.",
|
|
1373
|
+
"keywords": [
|
|
1374
|
+
"progress",
|
|
1375
|
+
"loading",
|
|
1376
|
+
"completion",
|
|
1377
|
+
"bar"
|
|
1378
|
+
],
|
|
1379
|
+
"visualWeight": "light"
|
|
493
1380
|
},
|
|
494
1381
|
{
|
|
495
1382
|
"name": "project-context-shell",
|
|
@@ -504,27 +1391,82 @@
|
|
|
504
1391
|
{
|
|
505
1392
|
"name": "purchase-confirmation-popup",
|
|
506
1393
|
"type": "registry:block",
|
|
507
|
-
"description": ""
|
|
1394
|
+
"description": "Checkout confirmation modal displaying summary, masked credit card selection with change option, and confirm/cancel actions. Compact centered dialog (~250px tall). Use for purchase confirmations, payment confirmations, or order finalization.",
|
|
1395
|
+
"keywords": [
|
|
1396
|
+
"purchase",
|
|
1397
|
+
"confirmation",
|
|
1398
|
+
"modal",
|
|
1399
|
+
"checkout",
|
|
1400
|
+
"payment",
|
|
1401
|
+
"card"
|
|
1402
|
+
],
|
|
1403
|
+
"visualWeight": "light"
|
|
508
1404
|
},
|
|
509
1405
|
{
|
|
510
1406
|
"name": "radio-group",
|
|
511
1407
|
"type": "registry:ui",
|
|
512
|
-
"description": ""
|
|
1408
|
+
"description": "Themed radio button group for single selection from multiple options. Built on Radix RadioGroup. Use when users must choose exactly one option.",
|
|
1409
|
+
"keywords": [
|
|
1410
|
+
"radio",
|
|
1411
|
+
"group",
|
|
1412
|
+
"form",
|
|
1413
|
+
"selection",
|
|
1414
|
+
"choice"
|
|
1415
|
+
],
|
|
1416
|
+
"visualWeight": "light"
|
|
513
1417
|
},
|
|
514
1418
|
{
|
|
515
1419
|
"name": "range-input",
|
|
516
1420
|
"type": "registry:ui",
|
|
517
|
-
"description": ""
|
|
1421
|
+
"description": "Themed range slider input (HTML range type) with custom styling. Use for simple numeric range selection when Slider is too complex.",
|
|
1422
|
+
"keywords": [
|
|
1423
|
+
"range",
|
|
1424
|
+
"slider",
|
|
1425
|
+
"numeric",
|
|
1426
|
+
"input"
|
|
1427
|
+
],
|
|
1428
|
+
"visualWeight": "light"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "reservation-card",
|
|
1432
|
+
"type": "registry:block",
|
|
1433
|
+
"description": "Sidebar card for booking/reservation with price display, 'From' and 'To' date inputs, and primary CTA button. Bordered card (~250px tall). Use in a sidebar alongside product/listing detail content for booking flows, appointment scheduling, or any date-based reservation.",
|
|
1434
|
+
"keywords": [
|
|
1435
|
+
"reservation",
|
|
1436
|
+
"booking",
|
|
1437
|
+
"dates",
|
|
1438
|
+
"price",
|
|
1439
|
+
"sidebar",
|
|
1440
|
+
"card"
|
|
1441
|
+
],
|
|
1442
|
+
"visualWeight": "medium"
|
|
518
1443
|
},
|
|
519
1444
|
{
|
|
520
1445
|
"name": "reviews-grid",
|
|
521
1446
|
"type": "registry:block",
|
|
522
|
-
"description": "
|
|
1447
|
+
"description": "3-column grid of review cards, each with quote text, author avatar, name, and location. Cards distributed across columns for masonry effect. Use for customer reviews, testimonial grids, or social proof sections.",
|
|
1448
|
+
"keywords": [
|
|
1449
|
+
"reviews",
|
|
1450
|
+
"testimonials",
|
|
1451
|
+
"grid",
|
|
1452
|
+
"social-proof",
|
|
1453
|
+
"quotes"
|
|
1454
|
+
],
|
|
1455
|
+
"visualWeight": "medium"
|
|
523
1456
|
},
|
|
524
1457
|
{
|
|
525
1458
|
"name": "reviews-table",
|
|
526
1459
|
"type": "registry:block",
|
|
527
|
-
"description": "
|
|
1460
|
+
"description": "Vertical list of review entries with user avatar, star rating (1-5), date, and expandable review text. Header with sort/filter controls and action button. Full-width block (~400-600px). Use for product reviews, testimonials, feedback lists, or any user-submitted ratings.",
|
|
1461
|
+
"keywords": [
|
|
1462
|
+
"reviews",
|
|
1463
|
+
"ratings",
|
|
1464
|
+
"stars",
|
|
1465
|
+
"testimonials",
|
|
1466
|
+
"feedback",
|
|
1467
|
+
"comments"
|
|
1468
|
+
],
|
|
1469
|
+
"visualWeight": "heavy"
|
|
528
1470
|
},
|
|
529
1471
|
{
|
|
530
1472
|
"name": "screen-flowchart",
|
|
@@ -544,202 +1486,565 @@
|
|
|
544
1486
|
{
|
|
545
1487
|
"name": "scroll-area",
|
|
546
1488
|
"type": "registry:ui",
|
|
547
|
-
"description": ""
|
|
1489
|
+
"description": "Custom scrollable container with themed scrollbar. Built on Radix ScrollArea. Use for scrollable panels, long lists, or content that exceeds container height.",
|
|
1490
|
+
"keywords": [
|
|
1491
|
+
"scroll",
|
|
1492
|
+
"scrollbar",
|
|
1493
|
+
"overflow",
|
|
1494
|
+
"container"
|
|
1495
|
+
],
|
|
1496
|
+
"visualWeight": "light"
|
|
548
1497
|
},
|
|
549
1498
|
{
|
|
550
1499
|
"name": "search-bar",
|
|
551
1500
|
"type": "registry:block",
|
|
552
|
-
"description": "Prominent search input with icon."
|
|
1501
|
+
"description": "Prominent search input with search icon. Use for search-focused interfaces like documentation, directories, or knowledge bases.",
|
|
1502
|
+
"keywords": [
|
|
1503
|
+
"search",
|
|
1504
|
+
"input",
|
|
1505
|
+
"find",
|
|
1506
|
+
"query"
|
|
1507
|
+
],
|
|
1508
|
+
"visualWeight": "light"
|
|
553
1509
|
},
|
|
554
1510
|
{
|
|
555
1511
|
"name": "search-bar-shell",
|
|
556
1512
|
"type": "registry:layout",
|
|
557
|
-
"description": "Layout with prominent search bar in header area."
|
|
1513
|
+
"description": "Layout with prominent search bar in header area. Centered content below. Full viewport height. Use for search-focused pages like documentation, knowledge bases, or directory search.",
|
|
1514
|
+
"keywords": [
|
|
1515
|
+
"search",
|
|
1516
|
+
"documentation",
|
|
1517
|
+
"knowledge-base",
|
|
1518
|
+
"directory"
|
|
1519
|
+
],
|
|
1520
|
+
"visualWeight": "light"
|
|
558
1521
|
},
|
|
559
1522
|
{
|
|
560
1523
|
"name": "search-sidebar",
|
|
561
1524
|
"type": "registry:block",
|
|
562
|
-
"description": "Sidebar with search results or
|
|
1525
|
+
"description": "Sidebar panel with search results list or filter controls. Use alongside main content for search-driven interfaces.",
|
|
1526
|
+
"keywords": [
|
|
1527
|
+
"search",
|
|
1528
|
+
"sidebar",
|
|
1529
|
+
"results",
|
|
1530
|
+
"filter"
|
|
1531
|
+
],
|
|
1532
|
+
"visualWeight": "medium"
|
|
563
1533
|
},
|
|
564
1534
|
{
|
|
565
1535
|
"name": "searchbox",
|
|
566
1536
|
"type": "registry:ui",
|
|
567
|
-
"description": ""
|
|
1537
|
+
"description": "Compact search input with search icon and clear button. Use for inline search within tables, lists, or sidebars.",
|
|
1538
|
+
"keywords": [
|
|
1539
|
+
"search",
|
|
1540
|
+
"input",
|
|
1541
|
+
"find",
|
|
1542
|
+
"filter",
|
|
1543
|
+
"compact"
|
|
1544
|
+
],
|
|
1545
|
+
"visualWeight": "light"
|
|
568
1546
|
},
|
|
569
1547
|
{
|
|
570
1548
|
"name": "select",
|
|
571
1549
|
"type": "registry:ui",
|
|
572
|
-
"description": ""
|
|
1550
|
+
"description": "Themed dropdown select with trigger button, content panel, and option items. Built on Radix Select. Use for choosing one option from a list.",
|
|
1551
|
+
"keywords": [
|
|
1552
|
+
"select",
|
|
1553
|
+
"dropdown",
|
|
1554
|
+
"option",
|
|
1555
|
+
"form",
|
|
1556
|
+
"choose"
|
|
1557
|
+
],
|
|
1558
|
+
"visualWeight": "light"
|
|
573
1559
|
},
|
|
574
1560
|
{
|
|
575
1561
|
"name": "selectable-pills",
|
|
576
1562
|
"type": "registry:ui",
|
|
577
|
-
"description": ""
|
|
1563
|
+
"description": "Grid of toggleable pill/chip buttons for multi-select. Each pill shows a label and toggles selected state on click. Compact inline element. Use for interest selection, tag filtering, or any multi-choice selection interface.",
|
|
1564
|
+
"keywords": [
|
|
1565
|
+
"pills",
|
|
1566
|
+
"chips",
|
|
1567
|
+
"tags",
|
|
1568
|
+
"select",
|
|
1569
|
+
"toggle",
|
|
1570
|
+
"filter",
|
|
1571
|
+
"interests"
|
|
1572
|
+
],
|
|
1573
|
+
"visualWeight": "light"
|
|
578
1574
|
},
|
|
579
1575
|
{
|
|
580
1576
|
"name": "separator",
|
|
581
1577
|
"type": "registry:ui",
|
|
582
|
-
"description": ""
|
|
1578
|
+
"description": "Horizontal or vertical separator line. Built on Radix Separator. Use for visually dividing sections of content.",
|
|
1579
|
+
"keywords": [
|
|
1580
|
+
"separator",
|
|
1581
|
+
"divider",
|
|
1582
|
+
"line",
|
|
1583
|
+
"hr"
|
|
1584
|
+
],
|
|
1585
|
+
"visualWeight": "light"
|
|
583
1586
|
},
|
|
584
1587
|
{
|
|
585
1588
|
"name": "settings-list-row",
|
|
586
1589
|
"type": "registry:block",
|
|
587
|
-
"description": "
|
|
1590
|
+
"description": "Single row item for settings pages with label on left, current value in center, and edit button on right. Use for user profile fields, account settings, or any editable key-value setting.",
|
|
1591
|
+
"keywords": [
|
|
1592
|
+
"settings",
|
|
1593
|
+
"row",
|
|
1594
|
+
"editable",
|
|
1595
|
+
"preference",
|
|
1596
|
+
"key-value"
|
|
1597
|
+
],
|
|
1598
|
+
"visualWeight": "light"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "share-project-popup",
|
|
1602
|
+
"type": "registry:block",
|
|
1603
|
+
"description": "Project sharing modal with visibility dropdown, URL copy field, user invite select, and people-with-access list with role dropdowns and enable/disable toggles. Centered dialog (~450px tall). Use for sharing settings, collaboration invites, or permission management.",
|
|
1604
|
+
"keywords": [
|
|
1605
|
+
"share",
|
|
1606
|
+
"invite",
|
|
1607
|
+
"modal",
|
|
1608
|
+
"collaboration",
|
|
1609
|
+
"permissions",
|
|
1610
|
+
"access"
|
|
1611
|
+
],
|
|
1612
|
+
"visualWeight": "medium"
|
|
588
1613
|
},
|
|
589
1614
|
{
|
|
590
1615
|
"name": "sheet",
|
|
591
1616
|
"type": "registry:ui",
|
|
592
|
-
"description": ""
|
|
1617
|
+
"description": "Side panel overlay that slides in from the edge of the screen. Built on Radix Dialog. Use for detail drawers, mobile menus, or side-panel content.",
|
|
1618
|
+
"keywords": [
|
|
1619
|
+
"sheet",
|
|
1620
|
+
"drawer",
|
|
1621
|
+
"side-panel",
|
|
1622
|
+
"overlay",
|
|
1623
|
+
"slide"
|
|
1624
|
+
],
|
|
1625
|
+
"visualWeight": "light"
|
|
593
1626
|
},
|
|
594
1627
|
{
|
|
595
1628
|
"name": "sidebar",
|
|
596
1629
|
"type": "registry:ui",
|
|
597
|
-
"description": "Dark or light sidebar with logo and collapsible nav sections. Used inside DashboardShell."
|
|
1630
|
+
"description": "Dark or light sidebar (320px, full height) with logo and collapsible nav sections. Used inside DashboardShell. Each section has a title and list of nav items with icons.",
|
|
1631
|
+
"keywords": [
|
|
1632
|
+
"sidebar",
|
|
1633
|
+
"navigation",
|
|
1634
|
+
"menu",
|
|
1635
|
+
"collapsible"
|
|
1636
|
+
],
|
|
1637
|
+
"visualWeight": "light"
|
|
598
1638
|
},
|
|
599
1639
|
{
|
|
600
1640
|
"name": "sidebar",
|
|
601
1641
|
"type": "registry:layout",
|
|
602
|
-
"description": "Dark or light sidebar with logo and collapsible nav sections. Used inside DashboardShell."
|
|
1642
|
+
"description": "Dark or light sidebar (320px, full height) with logo and collapsible nav sections. Used inside DashboardShell. Each section has a title and list of nav items with icons.",
|
|
1643
|
+
"keywords": [
|
|
1644
|
+
"sidebar",
|
|
1645
|
+
"navigation",
|
|
1646
|
+
"menu",
|
|
1647
|
+
"collapsible"
|
|
1648
|
+
],
|
|
1649
|
+
"visualWeight": "light"
|
|
603
1650
|
},
|
|
604
1651
|
{
|
|
605
1652
|
"name": "sidebar-cards",
|
|
606
1653
|
"type": "registry:block",
|
|
607
|
-
"description": "
|
|
1654
|
+
"description": "Vertical list of card items for sidebar placement, each with thumbnail image and title. Use for related content, recommended items, or sidebar navigation with visual previews.",
|
|
1655
|
+
"keywords": [
|
|
1656
|
+
"sidebar",
|
|
1657
|
+
"cards",
|
|
1658
|
+
"thumbnails",
|
|
1659
|
+
"related",
|
|
1660
|
+
"recommended"
|
|
1661
|
+
],
|
|
1662
|
+
"visualWeight": "medium"
|
|
608
1663
|
},
|
|
609
1664
|
{
|
|
610
1665
|
"name": "sidebar-nav",
|
|
611
1666
|
"type": "registry:layout",
|
|
612
|
-
"description": "Navigation items component used inside Sidebar. Handles section titles and item rendering."
|
|
1667
|
+
"description": "Navigation items component used inside Sidebar. Handles section titles and item rendering with active states. Compact, fits within sidebar width.",
|
|
1668
|
+
"keywords": [
|
|
1669
|
+
"navigation",
|
|
1670
|
+
"sidebar",
|
|
1671
|
+
"menu-items"
|
|
1672
|
+
],
|
|
1673
|
+
"visualWeight": "light"
|
|
613
1674
|
},
|
|
614
1675
|
{
|
|
615
1676
|
"name": "sidebar-profile-card",
|
|
616
1677
|
"type": "registry:block",
|
|
617
|
-
"description": "Compact profile card for sidebar with avatar and
|
|
1678
|
+
"description": "Compact profile card for sidebar placement with avatar, name, and role/title. Use in sidebars to show user info, author details, or contact information.",
|
|
1679
|
+
"keywords": [
|
|
1680
|
+
"sidebar",
|
|
1681
|
+
"profile",
|
|
1682
|
+
"avatar",
|
|
1683
|
+
"compact",
|
|
1684
|
+
"user"
|
|
1685
|
+
],
|
|
1686
|
+
"visualWeight": "light"
|
|
618
1687
|
},
|
|
619
1688
|
{
|
|
620
1689
|
"name": "skeleton",
|
|
621
1690
|
"type": "registry:ui",
|
|
622
|
-
"description": ""
|
|
1691
|
+
"description": "Loading placeholder skeleton with animated shimmer effect. Use for content loading states to show layout structure before data loads.",
|
|
1692
|
+
"keywords": [
|
|
1693
|
+
"skeleton",
|
|
1694
|
+
"loading",
|
|
1695
|
+
"placeholder",
|
|
1696
|
+
"shimmer"
|
|
1697
|
+
],
|
|
1698
|
+
"visualWeight": "light"
|
|
623
1699
|
},
|
|
624
1700
|
{
|
|
625
1701
|
"name": "slider",
|
|
626
1702
|
"type": "registry:ui",
|
|
627
|
-
"description": ""
|
|
1703
|
+
"description": "Themed range slider with track and thumb. Built on Radix Slider. Use for numeric range selection like price filters, volume controls, or rating inputs.",
|
|
1704
|
+
"keywords": [
|
|
1705
|
+
"slider",
|
|
1706
|
+
"range",
|
|
1707
|
+
"numeric",
|
|
1708
|
+
"filter",
|
|
1709
|
+
"control"
|
|
1710
|
+
],
|
|
1711
|
+
"visualWeight": "light"
|
|
628
1712
|
},
|
|
629
1713
|
{
|
|
630
1714
|
"name": "slideshow-grid-tiles",
|
|
631
1715
|
"type": "registry:block",
|
|
632
|
-
"description": "2-column grid of portfolio
|
|
1716
|
+
"description": "2-column grid of portfolio tiles with image slideshow navigation (prev/next arrows), save button, user avatar with name/location, and engagement stats (likes, views). Use for design portfolios, photo galleries, creative showcases, or any visual content grid.",
|
|
1717
|
+
"keywords": [
|
|
1718
|
+
"portfolio",
|
|
1719
|
+
"slideshow",
|
|
1720
|
+
"grid",
|
|
1721
|
+
"gallery",
|
|
1722
|
+
"creative"
|
|
1723
|
+
],
|
|
1724
|
+
"visualWeight": "heavy"
|
|
633
1725
|
},
|
|
634
1726
|
{
|
|
635
1727
|
"name": "slideshow-popup",
|
|
636
1728
|
"type": "registry:block",
|
|
637
|
-
"description": ""
|
|
1729
|
+
"description": "Full-screen image gallery modal with prev/next navigation, dot indicators, keyboard support (arrow keys), and author/likes/views metadata bar. Use for image slideshows, photo galleries, or portfolio detail views.",
|
|
1730
|
+
"keywords": [
|
|
1731
|
+
"slideshow",
|
|
1732
|
+
"gallery",
|
|
1733
|
+
"modal",
|
|
1734
|
+
"images",
|
|
1735
|
+
"fullscreen",
|
|
1736
|
+
"carousel"
|
|
1737
|
+
],
|
|
1738
|
+
"visualWeight": "medium"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "small-edit-popup",
|
|
1742
|
+
"type": "registry:block",
|
|
1743
|
+
"description": "Compact edit form modal with text inputs arranged in flexible rows supporting half-width field pairing. Centered dialog (~250px tall). Use for quick edits, inline field editing, or small update forms.",
|
|
1744
|
+
"keywords": [
|
|
1745
|
+
"edit",
|
|
1746
|
+
"form",
|
|
1747
|
+
"modal",
|
|
1748
|
+
"compact",
|
|
1749
|
+
"quick-edit",
|
|
1750
|
+
"update"
|
|
1751
|
+
],
|
|
1752
|
+
"visualWeight": "light"
|
|
638
1753
|
},
|
|
639
1754
|
{
|
|
640
1755
|
"name": "social-feed",
|
|
641
1756
|
"type": "registry:block",
|
|
642
|
-
"description": "Social media
|
|
1757
|
+
"description": "Social media feed with post composer at top, and posts showing various content types (text, images, video, reposts, link cards). Each post has social interactions (like, comment, repost, share) and threaded replies. Use for community feeds, social networks, or activity streams.",
|
|
1758
|
+
"keywords": [
|
|
1759
|
+
"social",
|
|
1760
|
+
"feed",
|
|
1761
|
+
"posts",
|
|
1762
|
+
"community",
|
|
1763
|
+
"timeline",
|
|
1764
|
+
"network"
|
|
1765
|
+
],
|
|
1766
|
+
"visualWeight": "heavy"
|
|
643
1767
|
},
|
|
644
1768
|
{
|
|
645
1769
|
"name": "social-proof",
|
|
646
1770
|
"type": "registry:block",
|
|
647
|
-
"description": "
|
|
1771
|
+
"description": "Horizontal logo bar with 'as featured in' label and partner/press brand logos. Use for trust indicators, partner logos, media mentions, or integration partner displays.",
|
|
1772
|
+
"keywords": [
|
|
1773
|
+
"logos",
|
|
1774
|
+
"partners",
|
|
1775
|
+
"trust",
|
|
1776
|
+
"featured-in",
|
|
1777
|
+
"brands"
|
|
1778
|
+
],
|
|
1779
|
+
"visualWeight": "light"
|
|
648
1780
|
},
|
|
649
1781
|
{
|
|
650
1782
|
"name": "standard-data-table",
|
|
651
1783
|
"type": "registry:block",
|
|
652
|
-
"description": "
|
|
1784
|
+
"description": "Tabular data display with sortable columns, avatar-enhanced rows, and row action menus. Header includes result count, sort/filter dropdowns, and primary action button. Full-width block (~400-800px depending on rows). Dense, text-heavy. Use for user directories, order lists, inventory tables, or any structured row-based data.",
|
|
1785
|
+
"keywords": [
|
|
1786
|
+
"table",
|
|
1787
|
+
"data",
|
|
1788
|
+
"rows",
|
|
1789
|
+
"sortable",
|
|
1790
|
+
"directory",
|
|
1791
|
+
"list",
|
|
1792
|
+
"inventory",
|
|
1793
|
+
"orders",
|
|
1794
|
+
"users"
|
|
1795
|
+
],
|
|
1796
|
+
"visualWeight": "heavy"
|
|
653
1797
|
},
|
|
654
1798
|
{
|
|
655
1799
|
"name": "standard-list-with-image",
|
|
656
1800
|
"type": "registry:block",
|
|
657
|
-
"description": "
|
|
1801
|
+
"description": "Vertical list of content items with square image thumbnails, title, author, date, description text, and tags. Header with sort/filter controls. Use for blog posts, articles, courses, events, or any content listing with images.",
|
|
1802
|
+
"keywords": [
|
|
1803
|
+
"list",
|
|
1804
|
+
"articles",
|
|
1805
|
+
"blog",
|
|
1806
|
+
"content",
|
|
1807
|
+
"thumbnails",
|
|
1808
|
+
"courses"
|
|
1809
|
+
],
|
|
1810
|
+
"visualWeight": "heavy"
|
|
658
1811
|
},
|
|
659
1812
|
{
|
|
660
1813
|
"name": "standard-page-shell",
|
|
661
1814
|
"type": "registry:layout",
|
|
662
|
-
"description": "No-sidebar layout with centered content (max 992px). Has optional flair banner and page header with tabs."
|
|
1815
|
+
"description": "No-sidebar layout with centered content (max 992px). Has optional flair banner at top and page header with tabs. Full viewport height. Use for content pages, marketing pages, search results, or any page that doesn't need persistent navigation.",
|
|
1816
|
+
"keywords": [
|
|
1817
|
+
"centered",
|
|
1818
|
+
"content",
|
|
1819
|
+
"standard",
|
|
1820
|
+
"page",
|
|
1821
|
+
"no-sidebar",
|
|
1822
|
+
"simple"
|
|
1823
|
+
],
|
|
1824
|
+
"visualWeight": "light"
|
|
663
1825
|
},
|
|
664
1826
|
{
|
|
665
1827
|
"name": "step-tracker",
|
|
666
1828
|
"type": "registry:block",
|
|
667
|
-
"description": "Horizontal multi-step progress indicator with numbered circles
|
|
1829
|
+
"description": "Horizontal multi-step progress indicator with numbered circles connected by lines. Completed steps show checkmarks, current step is highlighted. Use in multi-step forms, wizards, or onboarding flows.",
|
|
1830
|
+
"keywords": [
|
|
1831
|
+
"steps",
|
|
1832
|
+
"wizard",
|
|
1833
|
+
"progress",
|
|
1834
|
+
"tracker",
|
|
1835
|
+
"multistep"
|
|
1836
|
+
],
|
|
1837
|
+
"visualWeight": "light"
|
|
668
1838
|
},
|
|
669
1839
|
{
|
|
670
1840
|
"name": "store-location-map",
|
|
671
1841
|
"type": "registry:block",
|
|
672
|
-
"description": "
|
|
1842
|
+
"description": "Location card with address text, directions button, and embedded map iframe. Uses TitleGroup for header. Use for store locators, office locations, or any place-based information display.",
|
|
1843
|
+
"keywords": [
|
|
1844
|
+
"map",
|
|
1845
|
+
"location",
|
|
1846
|
+
"address",
|
|
1847
|
+
"directions",
|
|
1848
|
+
"store"
|
|
1849
|
+
],
|
|
1850
|
+
"visualWeight": "medium"
|
|
673
1851
|
},
|
|
674
1852
|
{
|
|
675
1853
|
"name": "switch",
|
|
676
1854
|
"type": "registry:ui",
|
|
677
|
-
"description": ""
|
|
1855
|
+
"description": "Themed toggle switch for on/off states. Built on Radix Switch. Use for boolean settings, feature toggles, or any on/off preference.",
|
|
1856
|
+
"keywords": [
|
|
1857
|
+
"switch",
|
|
1858
|
+
"toggle",
|
|
1859
|
+
"on-off",
|
|
1860
|
+
"boolean",
|
|
1861
|
+
"setting"
|
|
1862
|
+
],
|
|
1863
|
+
"visualWeight": "light"
|
|
678
1864
|
},
|
|
679
1865
|
{
|
|
680
1866
|
"name": "tabs",
|
|
681
1867
|
"type": "registry:ui",
|
|
682
|
-
"description": ""
|
|
1868
|
+
"description": "Tab navigation with content panels. Built on Radix Tabs. Use for switching between different content views within a section.",
|
|
1869
|
+
"keywords": [
|
|
1870
|
+
"tabs",
|
|
1871
|
+
"navigation",
|
|
1872
|
+
"panels",
|
|
1873
|
+
"switch"
|
|
1874
|
+
],
|
|
1875
|
+
"visualWeight": "light"
|
|
683
1876
|
},
|
|
684
1877
|
{
|
|
685
1878
|
"name": "team-cards-grid",
|
|
686
1879
|
"type": "registry:block",
|
|
687
|
-
"description": "
|
|
1880
|
+
"description": "4-column grid of team member cards with portrait photos, name, and role/title text. Photos have responsive height. Use for team pages, about pages, staff directories, or leadership sections.",
|
|
1881
|
+
"keywords": [
|
|
1882
|
+
"team",
|
|
1883
|
+
"members",
|
|
1884
|
+
"people",
|
|
1885
|
+
"staff",
|
|
1886
|
+
"leadership"
|
|
1887
|
+
],
|
|
1888
|
+
"visualWeight": "medium"
|
|
688
1889
|
},
|
|
689
1890
|
{
|
|
690
1891
|
"name": "team-circular-grid",
|
|
691
1892
|
"type": "registry:block",
|
|
692
|
-
"description": "
|
|
1893
|
+
"description": "Grid of team members with circular avatar photos, name, and role text. More compact than TeamCardsGrid. Use for advisory boards, small teams, or avatar-focused people grids.",
|
|
1894
|
+
"keywords": [
|
|
1895
|
+
"team",
|
|
1896
|
+
"members",
|
|
1897
|
+
"avatars",
|
|
1898
|
+
"people",
|
|
1899
|
+
"compact"
|
|
1900
|
+
],
|
|
1901
|
+
"visualWeight": "medium"
|
|
693
1902
|
},
|
|
694
1903
|
{
|
|
695
1904
|
"name": "terms-of-service-popup",
|
|
696
1905
|
"type": "registry:block",
|
|
697
|
-
"description": ""
|
|
1906
|
+
"description": "Scrollable content viewer modal for terms/legal documents with styled scrollbar and confirm/decline action buttons. Centered dialog (~450px tall). Use for terms of service, privacy policies, legal agreements, or any long-form content that needs acceptance.",
|
|
1907
|
+
"keywords": [
|
|
1908
|
+
"terms",
|
|
1909
|
+
"legal",
|
|
1910
|
+
"modal",
|
|
1911
|
+
"agreement",
|
|
1912
|
+
"policy",
|
|
1913
|
+
"tos"
|
|
1914
|
+
],
|
|
1915
|
+
"visualWeight": "medium"
|
|
698
1916
|
},
|
|
699
1917
|
{
|
|
700
1918
|
"name": "testimonial-carousel",
|
|
701
1919
|
"type": "registry:block",
|
|
702
|
-
"description": "Dark testimonial carousel
|
|
1920
|
+
"description": "Dark-background testimonial carousel showing one quote at a time with author name, role, avatar, and left/right navigation arrows. Use for customer testimonials, user quotes, or endorsement sections.",
|
|
1921
|
+
"keywords": [
|
|
1922
|
+
"testimonials",
|
|
1923
|
+
"quotes",
|
|
1924
|
+
"reviews",
|
|
1925
|
+
"social-proof",
|
|
1926
|
+
"carousel"
|
|
1927
|
+
],
|
|
1928
|
+
"visualWeight": "medium"
|
|
703
1929
|
},
|
|
704
1930
|
{
|
|
705
1931
|
"name": "text-input",
|
|
706
1932
|
"type": "registry:ui",
|
|
707
|
-
"description": ""
|
|
1933
|
+
"description": "Styled text input field with label, optional description, and error state. Wraps the base Input with form field structure. Use for individual form fields outside of FormGroup.",
|
|
1934
|
+
"keywords": [
|
|
1935
|
+
"input",
|
|
1936
|
+
"text",
|
|
1937
|
+
"field",
|
|
1938
|
+
"form"
|
|
1939
|
+
],
|
|
1940
|
+
"visualWeight": "light"
|
|
708
1941
|
},
|
|
709
1942
|
{
|
|
710
1943
|
"name": "textarea",
|
|
711
1944
|
"type": "registry:ui",
|
|
712
|
-
"description": ""
|
|
1945
|
+
"description": "Themed multi-line text area with border and focus ring. Use for long-form text entry like descriptions, comments, or messages.",
|
|
1946
|
+
"keywords": [
|
|
1947
|
+
"textarea",
|
|
1948
|
+
"text",
|
|
1949
|
+
"multiline",
|
|
1950
|
+
"form",
|
|
1951
|
+
"comment"
|
|
1952
|
+
],
|
|
1953
|
+
"visualWeight": "light"
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"name": "tile-image-gallery",
|
|
1957
|
+
"type": "registry:block",
|
|
1958
|
+
"description": "Hero image gallery with one large image on the left and a 2x2 grid of thumbnails on the right, plus a 'View all' button overlay. Full-width block (~400px tall). Use at the top of product detail pages, listing pages, or property pages for immersive visual browsing.",
|
|
1959
|
+
"keywords": [
|
|
1960
|
+
"gallery",
|
|
1961
|
+
"images",
|
|
1962
|
+
"photos",
|
|
1963
|
+
"tiles",
|
|
1964
|
+
"product",
|
|
1965
|
+
"listing"
|
|
1966
|
+
],
|
|
1967
|
+
"visualWeight": "spacer"
|
|
713
1968
|
},
|
|
714
1969
|
{
|
|
715
1970
|
"name": "title-group",
|
|
716
1971
|
"type": "registry:block",
|
|
717
|
-
"description": ""
|
|
1972
|
+
"description": "Header section with title, subtitle, optional sort dropdown, filter popover, and action button. Compact (~48px tall). Use as the header for any content block — pairs with data tables, lists, card grids, or any section that needs a scannable title landmark.",
|
|
1973
|
+
"keywords": [
|
|
1974
|
+
"title",
|
|
1975
|
+
"header",
|
|
1976
|
+
"section",
|
|
1977
|
+
"sort",
|
|
1978
|
+
"filter",
|
|
1979
|
+
"action"
|
|
1980
|
+
],
|
|
1981
|
+
"visualWeight": "light"
|
|
718
1982
|
},
|
|
719
1983
|
{
|
|
720
1984
|
"name": "tooltip",
|
|
721
1985
|
"type": "registry:ui",
|
|
722
|
-
"description": ""
|
|
1986
|
+
"description": "Small text tooltip that appears on hover. Built on Radix Tooltip. Use for brief explanatory text on icons, buttons, or truncated labels.",
|
|
1987
|
+
"keywords": [
|
|
1988
|
+
"tooltip",
|
|
1989
|
+
"hover",
|
|
1990
|
+
"hint",
|
|
1991
|
+
"help"
|
|
1992
|
+
],
|
|
1993
|
+
"visualWeight": "light"
|
|
723
1994
|
},
|
|
724
1995
|
{
|
|
725
1996
|
"name": "typography",
|
|
726
1997
|
"type": "registry:ui",
|
|
727
|
-
"description": ""
|
|
1998
|
+
"description": "Text rendering component with semantic HTML tags (h1-h6, p, span, label) and design token typography styles. Maps to --typo-h1 through --typo-body-s tokens automatically. Use for any text content instead of raw HTML tags to ensure consistent typography.",
|
|
1999
|
+
"keywords": [
|
|
2000
|
+
"text",
|
|
2001
|
+
"heading",
|
|
2002
|
+
"paragraph",
|
|
2003
|
+
"typography",
|
|
2004
|
+
"font"
|
|
2005
|
+
],
|
|
2006
|
+
"visualWeight": "light"
|
|
728
2007
|
},
|
|
729
2008
|
{
|
|
730
2009
|
"name": "upvoting-posts-table",
|
|
731
2010
|
"type": "registry:block",
|
|
732
|
-
"description": "Social feed with
|
|
2011
|
+
"description": "Social feed with upvotable posts, comment threads, and nested replies. Each post has an upvote button with count, title, description, and author info. Use for feature request boards, community forums, Q&A sites, or feedback portals.",
|
|
2012
|
+
"keywords": [
|
|
2013
|
+
"forum",
|
|
2014
|
+
"upvote",
|
|
2015
|
+
"posts",
|
|
2016
|
+
"community",
|
|
2017
|
+
"feedback",
|
|
2018
|
+
"feature-requests"
|
|
2019
|
+
],
|
|
2020
|
+
"visualWeight": "heavy"
|
|
733
2021
|
},
|
|
734
2022
|
{
|
|
735
2023
|
"name": "use-css-variable-sync",
|
|
736
2024
|
"type": "registry:hook",
|
|
737
|
-
"description": ""
|
|
2025
|
+
"description": "React hook that synchronizes CSS custom properties (design tokens) with a JavaScript theme object. Applies theme overrides by setting CSS variables on a target element. Use for runtime theme switching or dynamic theming.",
|
|
2026
|
+
"keywords": [
|
|
2027
|
+
"hook",
|
|
2028
|
+
"css",
|
|
2029
|
+
"variables",
|
|
2030
|
+
"theme",
|
|
2031
|
+
"sync",
|
|
2032
|
+
"tokens"
|
|
2033
|
+
],
|
|
2034
|
+
"visualWeight": "light"
|
|
738
2035
|
},
|
|
739
2036
|
{
|
|
740
2037
|
"name": "use-mobile",
|
|
741
2038
|
"type": "registry:hook",
|
|
742
|
-
"description": ""
|
|
2039
|
+
"description": "React hook that returns a boolean indicating if the viewport is mobile-sized (below 768px). Updates on window resize. Use for responsive behavior in components.",
|
|
2040
|
+
"keywords": [
|
|
2041
|
+
"hook",
|
|
2042
|
+
"mobile",
|
|
2043
|
+
"responsive",
|
|
2044
|
+
"breakpoint",
|
|
2045
|
+
"viewport"
|
|
2046
|
+
],
|
|
2047
|
+
"visualWeight": "light"
|
|
743
2048
|
},
|
|
744
2049
|
{
|
|
745
2050
|
"name": "utils",
|
|
@@ -749,47 +2054,121 @@
|
|
|
749
2054
|
{
|
|
750
2055
|
"name": "vertical-how-it-works",
|
|
751
2056
|
"type": "registry:block",
|
|
752
|
-
"description": "Vertical
|
|
2057
|
+
"description": "Vertical numbered list of steps with large step numbers, titles, and descriptions. Header with title and description. Light and dark variants. Use for process explanations, getting started guides, or numbered feature lists.",
|
|
2058
|
+
"keywords": [
|
|
2059
|
+
"steps",
|
|
2060
|
+
"process",
|
|
2061
|
+
"numbered",
|
|
2062
|
+
"how-it-works",
|
|
2063
|
+
"guide"
|
|
2064
|
+
],
|
|
2065
|
+
"visualWeight": "medium"
|
|
753
2066
|
},
|
|
754
2067
|
{
|
|
755
2068
|
"name": "vertical-multistep-shell",
|
|
756
2069
|
"type": "registry:layout",
|
|
757
|
-
"description": "Multi-step wizard with vertical step tracker on the left side."
|
|
2070
|
+
"description": "Multi-step wizard with vertical step tracker on the left side. Steps show as a vertical list with descriptions. Full viewport height. Use for compact multi-step forms.",
|
|
2071
|
+
"keywords": [
|
|
2072
|
+
"wizard",
|
|
2073
|
+
"multistep",
|
|
2074
|
+
"vertical",
|
|
2075
|
+
"steps",
|
|
2076
|
+
"form",
|
|
2077
|
+
"compact"
|
|
2078
|
+
],
|
|
2079
|
+
"visualWeight": "light"
|
|
758
2080
|
},
|
|
759
2081
|
{
|
|
760
2082
|
"name": "vertical-step-tracker",
|
|
761
2083
|
"type": "registry:block",
|
|
762
|
-
"description": "Vertical step tracker for sidebar placement in multi-step flows."
|
|
2084
|
+
"description": "Vertical step tracker for sidebar placement in multi-step flows. Steps shown as a vertical list with numbers, titles, and optional descriptions. Use when horizontal space is limited.",
|
|
2085
|
+
"keywords": [
|
|
2086
|
+
"steps",
|
|
2087
|
+
"wizard",
|
|
2088
|
+
"progress",
|
|
2089
|
+
"tracker",
|
|
2090
|
+
"vertical"
|
|
2091
|
+
],
|
|
2092
|
+
"visualWeight": "light"
|
|
763
2093
|
},
|
|
764
2094
|
{
|
|
765
2095
|
"name": "video-chat-controls",
|
|
766
2096
|
"type": "registry:block",
|
|
767
|
-
"description": "Row of circular buttons for video calls: camera,
|
|
2097
|
+
"description": "Row of circular toggle buttons for video/audio calls: camera on/off, microphone on/off, screen cast, and leave/end call. Use at the bottom of any video conferencing or audio call interface.",
|
|
2098
|
+
"keywords": [
|
|
2099
|
+
"video",
|
|
2100
|
+
"call",
|
|
2101
|
+
"controls",
|
|
2102
|
+
"camera",
|
|
2103
|
+
"microphone"
|
|
2104
|
+
],
|
|
2105
|
+
"visualWeight": "light"
|
|
768
2106
|
},
|
|
769
2107
|
{
|
|
770
2108
|
"name": "video-content-section",
|
|
771
2109
|
"type": "registry:block",
|
|
772
|
-
"description": "Video player area with metadata and
|
|
2110
|
+
"description": "Video player area with title, metadata (views, date, channel), description text, and social actions. Use for video detail pages, course lessons, or media content pages.",
|
|
2111
|
+
"keywords": [
|
|
2112
|
+
"video",
|
|
2113
|
+
"player",
|
|
2114
|
+
"content",
|
|
2115
|
+
"media",
|
|
2116
|
+
"description"
|
|
2117
|
+
],
|
|
2118
|
+
"visualWeight": "heavy"
|
|
773
2119
|
},
|
|
774
2120
|
{
|
|
775
2121
|
"name": "video-playlist",
|
|
776
2122
|
"type": "registry:block",
|
|
777
|
-
"description": "Sidebar playlist
|
|
2123
|
+
"description": "Sidebar playlist of video items with thumbnails, titles, and duration. Current video highlighted. Use for course lessons, tutorial series, or any sequential video content.",
|
|
2124
|
+
"keywords": [
|
|
2125
|
+
"playlist",
|
|
2126
|
+
"videos",
|
|
2127
|
+
"lessons",
|
|
2128
|
+
"course",
|
|
2129
|
+
"tutorial"
|
|
2130
|
+
],
|
|
2131
|
+
"visualWeight": "medium"
|
|
778
2132
|
},
|
|
779
2133
|
{
|
|
780
2134
|
"name": "video-popup",
|
|
781
2135
|
"type": "registry:block",
|
|
782
|
-
"description": ""
|
|
2136
|
+
"description": "YouTube video player modal displaying full-width video. Centered dialog. Use for video previews, tutorial popups, or any embedded video in a modal context.",
|
|
2137
|
+
"keywords": [
|
|
2138
|
+
"video",
|
|
2139
|
+
"youtube",
|
|
2140
|
+
"modal",
|
|
2141
|
+
"player",
|
|
2142
|
+
"tutorial"
|
|
2143
|
+
],
|
|
2144
|
+
"visualWeight": "medium"
|
|
783
2145
|
},
|
|
784
2146
|
{
|
|
785
2147
|
"name": "view-profile-popup",
|
|
786
2148
|
"type": "registry:block",
|
|
787
|
-
"description": ""
|
|
2149
|
+
"description": "Profile card modal with gradient banner, overlapping avatar, star rating, flexible detail rows (text/tags/icons), message/more-options buttons, and optional profile link. Centered dialog (~400px tall). Use for user profile previews, contact cards, or member detail popups.",
|
|
2150
|
+
"keywords": [
|
|
2151
|
+
"profile",
|
|
2152
|
+
"modal",
|
|
2153
|
+
"user",
|
|
2154
|
+
"avatar",
|
|
2155
|
+
"rating",
|
|
2156
|
+
"contact"
|
|
2157
|
+
],
|
|
2158
|
+
"visualWeight": "medium"
|
|
788
2159
|
},
|
|
789
2160
|
{
|
|
790
2161
|
"name": "webcam-preview",
|
|
791
2162
|
"type": "registry:block",
|
|
792
|
-
"description": "
|
|
2163
|
+
"description": "Video preview component showing a webcam or video feed with optional overlay controls. Use for video call self-view, camera preview, or live streaming interfaces.",
|
|
2164
|
+
"keywords": [
|
|
2165
|
+
"video",
|
|
2166
|
+
"webcam",
|
|
2167
|
+
"camera",
|
|
2168
|
+
"preview",
|
|
2169
|
+
"stream"
|
|
2170
|
+
],
|
|
2171
|
+
"visualWeight": "medium"
|
|
793
2172
|
},
|
|
794
2173
|
{
|
|
795
2174
|
"name": "youtube-player",
|