@lumeo-ui/mcp-server 2.0.0-rc.8 → 2.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/dist/componentsApi.js +46 -0
- package/dist/index.js +433 -160
- package/dist/installInfo.js +101 -0
- package/package.json +2 -1
- package/src/components-api.json +40614 -0
- package/src/registry.json +1265 -15
package/src/registry.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/registry-schema.json",
|
|
3
3
|
"version": "2.0.0",
|
|
4
|
-
"generated": "2026-
|
|
4
|
+
"generated": "2026-05-13T07:19:07.0465652Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"accordion": {
|
|
7
7
|
"name": "Accordion",
|
|
8
8
|
"category": "Navigation",
|
|
9
|
+
"subcategory": null,
|
|
9
10
|
"description": "Vertically stacked collapsible sections that expand to reveal content.",
|
|
11
|
+
"thumbnail": "/preview-cards/accordion.png",
|
|
12
|
+
"hasDocsPage": true,
|
|
13
|
+
"nugetPackage": "Lumeo",
|
|
10
14
|
"files": [
|
|
11
15
|
"UI/Accordion/Accordion.razor",
|
|
12
16
|
"UI/Accordion/AccordionContent.razor",
|
|
@@ -14,7 +18,11 @@
|
|
|
14
18
|
"UI/Accordion/AccordionTrigger.razor"
|
|
15
19
|
],
|
|
16
20
|
"dependencies": [],
|
|
21
|
+
"packageDependencies": [
|
|
22
|
+
"Blazicons.Lucide"
|
|
23
|
+
],
|
|
17
24
|
"cssVars": [
|
|
25
|
+
"--color-border",
|
|
18
26
|
"--color-muted",
|
|
19
27
|
"--color-muted-foreground",
|
|
20
28
|
"--color-ring",
|
|
@@ -25,11 +33,16 @@
|
|
|
25
33
|
"affix": {
|
|
26
34
|
"name": "Affix",
|
|
27
35
|
"category": "Navigation",
|
|
36
|
+
"subcategory": null,
|
|
28
37
|
"description": "Pins an element to the viewport edge as the user scrolls.",
|
|
38
|
+
"thumbnail": "/preview-cards/affix.png",
|
|
39
|
+
"hasDocsPage": true,
|
|
40
|
+
"nugetPackage": "Lumeo",
|
|
29
41
|
"files": [
|
|
30
42
|
"UI/Affix/Affix.razor"
|
|
31
43
|
],
|
|
32
44
|
"dependencies": [],
|
|
45
|
+
"packageDependencies": [],
|
|
33
46
|
"cssVars": [
|
|
34
47
|
"--color-foreground"
|
|
35
48
|
],
|
|
@@ -38,12 +51,17 @@
|
|
|
38
51
|
"agent-message-list": {
|
|
39
52
|
"name": "AgentMessageList",
|
|
40
53
|
"category": "AI",
|
|
54
|
+
"subcategory": null,
|
|
41
55
|
"description": "Chat message stream for AI agents with role-based styling.",
|
|
56
|
+
"thumbnail": "/preview-cards/agent-message-list.png",
|
|
57
|
+
"hasDocsPage": true,
|
|
58
|
+
"nugetPackage": "Lumeo",
|
|
42
59
|
"files": [
|
|
43
60
|
"UI/AgentMessageList/AgentMessage.razor",
|
|
44
61
|
"UI/AgentMessageList/AgentMessageList.razor"
|
|
45
62
|
],
|
|
46
63
|
"dependencies": [],
|
|
64
|
+
"packageDependencies": [],
|
|
47
65
|
"cssVars": [
|
|
48
66
|
"--color-foreground",
|
|
49
67
|
"--color-muted",
|
|
@@ -57,11 +75,18 @@
|
|
|
57
75
|
"alert": {
|
|
58
76
|
"name": "Alert",
|
|
59
77
|
"category": "Feedback",
|
|
78
|
+
"subcategory": null,
|
|
60
79
|
"description": "Inline callout for status, warning, or informational messages.",
|
|
80
|
+
"thumbnail": "/preview-cards/alert.png",
|
|
81
|
+
"hasDocsPage": true,
|
|
82
|
+
"nugetPackage": "Lumeo",
|
|
61
83
|
"files": [
|
|
62
84
|
"UI/Alert/Alert.razor"
|
|
63
85
|
],
|
|
64
86
|
"dependencies": [],
|
|
87
|
+
"packageDependencies": [
|
|
88
|
+
"Blazicons.Lucide"
|
|
89
|
+
],
|
|
65
90
|
"cssVars": [
|
|
66
91
|
"--color-background",
|
|
67
92
|
"--color-border",
|
|
@@ -76,7 +101,11 @@
|
|
|
76
101
|
"alert-dialog": {
|
|
77
102
|
"name": "AlertDialog",
|
|
78
103
|
"category": "Overlay",
|
|
104
|
+
"subcategory": null,
|
|
79
105
|
"description": "Modal confirmation dialog that interrupts the user for destructive actions.",
|
|
106
|
+
"thumbnail": "/preview-cards/alert-dialog.png",
|
|
107
|
+
"hasDocsPage": true,
|
|
108
|
+
"nugetPackage": "Lumeo",
|
|
80
109
|
"files": [
|
|
81
110
|
"UI/AlertDialog/AlertDialog.razor",
|
|
82
111
|
"UI/AlertDialog/AlertDialogAction.razor",
|
|
@@ -91,6 +120,7 @@
|
|
|
91
120
|
"dependencies": [
|
|
92
121
|
"spinner"
|
|
93
122
|
],
|
|
123
|
+
"packageDependencies": [],
|
|
94
124
|
"cssVars": [
|
|
95
125
|
"--color-accent",
|
|
96
126
|
"--color-accent-foreground",
|
|
@@ -104,14 +134,57 @@
|
|
|
104
134
|
],
|
|
105
135
|
"registryUrl": "https://lumeo.nativ.sh/registry/alert-dialog.json"
|
|
106
136
|
},
|
|
137
|
+
"animated-beam": {
|
|
138
|
+
"name": "AnimatedBeam",
|
|
139
|
+
"category": "Motion",
|
|
140
|
+
"subcategory": null,
|
|
141
|
+
"description": "SVG beam that traces an animated gradient path between two DOM elements.",
|
|
142
|
+
"thumbnail": "/preview-cards/animated-beam.png",
|
|
143
|
+
"hasDocsPage": true,
|
|
144
|
+
"nugetPackage": "Lumeo.Motion",
|
|
145
|
+
"files": [
|
|
146
|
+
"UI/AnimatedBeam/AnimatedBeam.razor"
|
|
147
|
+
],
|
|
148
|
+
"dependencies": [],
|
|
149
|
+
"packageDependencies": [],
|
|
150
|
+
"cssVars": [
|
|
151
|
+
"--color-foreground"
|
|
152
|
+
],
|
|
153
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/animated-beam.json"
|
|
154
|
+
},
|
|
155
|
+
"app-bar": {
|
|
156
|
+
"name": "AppBar",
|
|
157
|
+
"category": "Navigation",
|
|
158
|
+
"subcategory": null,
|
|
159
|
+
"description": "Top application bar with start, center, and end slots; sticky and elevated variants.",
|
|
160
|
+
"thumbnail": "/preview-cards/app-bar.png",
|
|
161
|
+
"hasDocsPage": true,
|
|
162
|
+
"nugetPackage": "Lumeo",
|
|
163
|
+
"files": [
|
|
164
|
+
"UI/AppBar/AppBar.razor"
|
|
165
|
+
],
|
|
166
|
+
"dependencies": [],
|
|
167
|
+
"packageDependencies": [],
|
|
168
|
+
"cssVars": [
|
|
169
|
+
"--color-border",
|
|
170
|
+
"--color-card",
|
|
171
|
+
"--color-foreground"
|
|
172
|
+
],
|
|
173
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/app-bar.json"
|
|
174
|
+
},
|
|
107
175
|
"aspect-ratio": {
|
|
108
176
|
"name": "AspectRatio",
|
|
109
177
|
"category": "Layout",
|
|
178
|
+
"subcategory": null,
|
|
110
179
|
"description": "Constrains child content to a fixed width-to-height ratio.",
|
|
180
|
+
"thumbnail": "/preview-cards/aspect-ratio.png",
|
|
181
|
+
"hasDocsPage": true,
|
|
182
|
+
"nugetPackage": "Lumeo",
|
|
111
183
|
"files": [
|
|
112
184
|
"UI/AspectRatio/AspectRatio.razor"
|
|
113
185
|
],
|
|
114
186
|
"dependencies": [],
|
|
187
|
+
"packageDependencies": [],
|
|
115
188
|
"cssVars": [
|
|
116
189
|
"--color-foreground"
|
|
117
190
|
],
|
|
@@ -120,7 +193,11 @@
|
|
|
120
193
|
"avatar": {
|
|
121
194
|
"name": "Avatar",
|
|
122
195
|
"category": "Data Display",
|
|
196
|
+
"subcategory": "Cards & Layout",
|
|
123
197
|
"description": "Circular user image with initials fallback and status indicator.",
|
|
198
|
+
"thumbnail": "/preview-cards/avatar.png",
|
|
199
|
+
"hasDocsPage": true,
|
|
200
|
+
"nugetPackage": "Lumeo",
|
|
124
201
|
"files": [
|
|
125
202
|
"UI/Avatar/Avatar.razor",
|
|
126
203
|
"UI/Avatar/AvatarFallback.razor",
|
|
@@ -128,6 +205,7 @@
|
|
|
128
205
|
"UI/Avatar/AvatarImage.razor"
|
|
129
206
|
],
|
|
130
207
|
"dependencies": [],
|
|
208
|
+
"packageDependencies": [],
|
|
131
209
|
"cssVars": [
|
|
132
210
|
"--color-destructive",
|
|
133
211
|
"--color-muted",
|
|
@@ -139,11 +217,18 @@
|
|
|
139
217
|
"back-to-top": {
|
|
140
218
|
"name": "BackToTop",
|
|
141
219
|
"category": "Navigation",
|
|
220
|
+
"subcategory": null,
|
|
142
221
|
"description": "Floating button that scrolls the page back to the top.",
|
|
222
|
+
"thumbnail": "/preview-cards/back-to-top.png",
|
|
223
|
+
"hasDocsPage": true,
|
|
224
|
+
"nugetPackage": "Lumeo",
|
|
143
225
|
"files": [
|
|
144
226
|
"UI/BackToTop/BackToTop.razor"
|
|
145
227
|
],
|
|
146
228
|
"dependencies": [],
|
|
229
|
+
"packageDependencies": [
|
|
230
|
+
"Blazicons.Lucide"
|
|
231
|
+
],
|
|
147
232
|
"cssVars": [
|
|
148
233
|
"--color-primary",
|
|
149
234
|
"--color-primary-foreground",
|
|
@@ -154,12 +239,20 @@
|
|
|
154
239
|
"badge": {
|
|
155
240
|
"name": "Badge",
|
|
156
241
|
"category": "Data Display",
|
|
242
|
+
"subcategory": "Cards & Layout",
|
|
157
243
|
"description": "Small label for counts, statuses, or category tags.",
|
|
244
|
+
"thumbnail": "/preview-cards/badge.png",
|
|
245
|
+
"hasDocsPage": true,
|
|
246
|
+
"nugetPackage": "Lumeo",
|
|
158
247
|
"files": [
|
|
159
248
|
"UI/Badge/Badge.razor"
|
|
160
249
|
],
|
|
161
250
|
"dependencies": [],
|
|
251
|
+
"packageDependencies": [
|
|
252
|
+
"Blazicons.Lucide"
|
|
253
|
+
],
|
|
162
254
|
"cssVars": [
|
|
255
|
+
"--color-border",
|
|
163
256
|
"--color-destructive",
|
|
164
257
|
"--color-destructive-foreground",
|
|
165
258
|
"--color-foreground",
|
|
@@ -171,15 +264,38 @@
|
|
|
171
264
|
],
|
|
172
265
|
"registryUrl": "https://lumeo.nativ.sh/registry/badge.json"
|
|
173
266
|
},
|
|
267
|
+
"barcode": {
|
|
268
|
+
"name": "Barcode",
|
|
269
|
+
"category": "Data Display",
|
|
270
|
+
"subcategory": null,
|
|
271
|
+
"description": "Inline SVG Code 128B barcode renderer (scannable).",
|
|
272
|
+
"thumbnail": "/preview-cards/barcode.png",
|
|
273
|
+
"hasDocsPage": true,
|
|
274
|
+
"nugetPackage": "Lumeo",
|
|
275
|
+
"files": [
|
|
276
|
+
"UI/Barcode/Barcode.razor"
|
|
277
|
+
],
|
|
278
|
+
"dependencies": [],
|
|
279
|
+
"packageDependencies": [],
|
|
280
|
+
"cssVars": [
|
|
281
|
+
"--color-foreground"
|
|
282
|
+
],
|
|
283
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/barcode.json"
|
|
284
|
+
},
|
|
174
285
|
"bento": {
|
|
175
286
|
"name": "Bento",
|
|
176
287
|
"category": "Dashboard",
|
|
288
|
+
"subcategory": null,
|
|
177
289
|
"description": "Masonry grid for dashboard tiles and marketing feature layouts.",
|
|
290
|
+
"thumbnail": "/preview-cards/bento.png",
|
|
291
|
+
"hasDocsPage": true,
|
|
292
|
+
"nugetPackage": "Lumeo",
|
|
178
293
|
"files": [
|
|
179
294
|
"UI/Bento/Bento.razor",
|
|
180
295
|
"UI/Bento/BentoTile.razor"
|
|
181
296
|
],
|
|
182
297
|
"dependencies": [],
|
|
298
|
+
"packageDependencies": [],
|
|
183
299
|
"cssVars": [
|
|
184
300
|
"--color-border",
|
|
185
301
|
"--color-card",
|
|
@@ -194,11 +310,16 @@
|
|
|
194
310
|
"blur-fade": {
|
|
195
311
|
"name": "BlurFade",
|
|
196
312
|
"category": "Motion",
|
|
313
|
+
"subcategory": null,
|
|
197
314
|
"description": "Motion primitive: blur + fade-in on mount or when in view.",
|
|
315
|
+
"thumbnail": "/preview-cards/blur-fade.png",
|
|
316
|
+
"hasDocsPage": true,
|
|
317
|
+
"nugetPackage": "Lumeo.Motion",
|
|
198
318
|
"files": [
|
|
199
319
|
"UI/BlurFade/BlurFade.razor"
|
|
200
320
|
],
|
|
201
321
|
"dependencies": [],
|
|
322
|
+
"packageDependencies": [],
|
|
202
323
|
"cssVars": [
|
|
203
324
|
"--color-foreground"
|
|
204
325
|
],
|
|
@@ -207,11 +328,16 @@
|
|
|
207
328
|
"border-beam": {
|
|
208
329
|
"name": "BorderBeam",
|
|
209
330
|
"category": "Motion",
|
|
331
|
+
"subcategory": null,
|
|
210
332
|
"description": "Animated gradient border beam effect for hero elements.",
|
|
333
|
+
"thumbnail": "/preview-cards/border-beam.png",
|
|
334
|
+
"hasDocsPage": true,
|
|
335
|
+
"nugetPackage": "Lumeo.Motion",
|
|
211
336
|
"files": [
|
|
212
337
|
"UI/BorderBeam/BorderBeam.razor"
|
|
213
338
|
],
|
|
214
339
|
"dependencies": [],
|
|
340
|
+
"packageDependencies": [],
|
|
215
341
|
"cssVars": [
|
|
216
342
|
"--radius"
|
|
217
343
|
],
|
|
@@ -220,13 +346,18 @@
|
|
|
220
346
|
"bottom-nav": {
|
|
221
347
|
"name": "BottomNav",
|
|
222
348
|
"category": "Navigation",
|
|
349
|
+
"subcategory": null,
|
|
223
350
|
"description": "Mobile-first bottom navigation bar with icon items.",
|
|
351
|
+
"thumbnail": "/preview-cards/bottom-nav.png",
|
|
352
|
+
"hasDocsPage": true,
|
|
353
|
+
"nugetPackage": "Lumeo",
|
|
224
354
|
"files": [
|
|
225
355
|
"UI/BottomNav/BottomNav.razor",
|
|
226
356
|
"UI/BottomNav/BottomNavFab.razor",
|
|
227
357
|
"UI/BottomNav/BottomNavItem.razor"
|
|
228
358
|
],
|
|
229
359
|
"dependencies": [],
|
|
360
|
+
"packageDependencies": [],
|
|
230
361
|
"cssVars": [
|
|
231
362
|
"--color-background",
|
|
232
363
|
"--color-border",
|
|
@@ -244,7 +375,11 @@
|
|
|
244
375
|
"breadcrumb": {
|
|
245
376
|
"name": "Breadcrumb",
|
|
246
377
|
"category": "Navigation",
|
|
378
|
+
"subcategory": null,
|
|
247
379
|
"description": "Hierarchical page path with separator characters.",
|
|
380
|
+
"thumbnail": "/preview-cards/breadcrumb.png",
|
|
381
|
+
"hasDocsPage": true,
|
|
382
|
+
"nugetPackage": "Lumeo",
|
|
248
383
|
"files": [
|
|
249
384
|
"UI/Breadcrumb/Breadcrumb.razor",
|
|
250
385
|
"UI/Breadcrumb/BreadcrumbEllipsis.razor",
|
|
@@ -255,6 +390,9 @@
|
|
|
255
390
|
"UI/Breadcrumb/BreadcrumbSeparator.razor"
|
|
256
391
|
],
|
|
257
392
|
"dependencies": [],
|
|
393
|
+
"packageDependencies": [
|
|
394
|
+
"Blazicons.Lucide"
|
|
395
|
+
],
|
|
258
396
|
"cssVars": [
|
|
259
397
|
"--color-foreground",
|
|
260
398
|
"--color-muted",
|
|
@@ -267,13 +405,18 @@
|
|
|
267
405
|
"button": {
|
|
268
406
|
"name": "Button",
|
|
269
407
|
"category": "Forms",
|
|
408
|
+
"subcategory": "Buttons & Actions",
|
|
270
409
|
"description": "Versatile button with variants, sizes, icons, and loading states.",
|
|
410
|
+
"thumbnail": "/preview-cards/button.png",
|
|
411
|
+
"hasDocsPage": true,
|
|
412
|
+
"nugetPackage": "Lumeo",
|
|
271
413
|
"files": [
|
|
272
414
|
"UI/Button/Button.razor"
|
|
273
415
|
],
|
|
274
416
|
"dependencies": [
|
|
275
417
|
"spinner"
|
|
276
418
|
],
|
|
419
|
+
"packageDependencies": [],
|
|
277
420
|
"cssVars": [
|
|
278
421
|
"--color-accent",
|
|
279
422
|
"--color-accent-foreground",
|
|
@@ -290,14 +433,39 @@
|
|
|
290
433
|
],
|
|
291
434
|
"registryUrl": "https://lumeo.nativ.sh/registry/button.json"
|
|
292
435
|
},
|
|
436
|
+
"button-group": {
|
|
437
|
+
"name": "ButtonGroup",
|
|
438
|
+
"category": "Utility",
|
|
439
|
+
"subcategory": null,
|
|
440
|
+
"description": "Button Group component.",
|
|
441
|
+
"thumbnail": "/preview-cards/button-group.png",
|
|
442
|
+
"hasDocsPage": true,
|
|
443
|
+
"nugetPackage": "Lumeo",
|
|
444
|
+
"files": [
|
|
445
|
+
"UI/ButtonGroup/ButtonGroup.razor"
|
|
446
|
+
],
|
|
447
|
+
"dependencies": [],
|
|
448
|
+
"packageDependencies": [],
|
|
449
|
+
"cssVars": [
|
|
450
|
+
"--radius"
|
|
451
|
+
],
|
|
452
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/button-group.json"
|
|
453
|
+
},
|
|
293
454
|
"calendar": {
|
|
294
455
|
"name": "Calendar",
|
|
295
456
|
"category": "Data Display",
|
|
457
|
+
"subcategory": "Lists & Trees",
|
|
296
458
|
"description": "Date picker calendar grid with single, range, and multi-select modes.",
|
|
459
|
+
"thumbnail": "/preview-cards/calendar.png",
|
|
460
|
+
"hasDocsPage": true,
|
|
461
|
+
"nugetPackage": "Lumeo",
|
|
297
462
|
"files": [
|
|
298
463
|
"UI/Calendar/Calendar.razor"
|
|
299
464
|
],
|
|
300
465
|
"dependencies": [],
|
|
466
|
+
"packageDependencies": [
|
|
467
|
+
"Blazicons.Lucide"
|
|
468
|
+
],
|
|
301
469
|
"cssVars": [
|
|
302
470
|
"--color-accent",
|
|
303
471
|
"--color-accent-foreground",
|
|
@@ -312,7 +480,11 @@
|
|
|
312
480
|
"card": {
|
|
313
481
|
"name": "Card",
|
|
314
482
|
"category": "Data Display",
|
|
483
|
+
"subcategory": "Cards & Layout",
|
|
315
484
|
"description": "Flexible container with header, content, and footer slots.",
|
|
485
|
+
"thumbnail": "/preview-cards/card.png",
|
|
486
|
+
"hasDocsPage": true,
|
|
487
|
+
"nugetPackage": "Lumeo",
|
|
316
488
|
"files": [
|
|
317
489
|
"UI/Card/Card.razor",
|
|
318
490
|
"UI/Card/CardContent.razor",
|
|
@@ -320,6 +492,7 @@
|
|
|
320
492
|
"UI/Card/CardHeader.razor"
|
|
321
493
|
],
|
|
322
494
|
"dependencies": [],
|
|
495
|
+
"packageDependencies": [],
|
|
323
496
|
"cssVars": [
|
|
324
497
|
"--color-accent",
|
|
325
498
|
"--color-border",
|
|
@@ -333,7 +506,11 @@
|
|
|
333
506
|
"carousel": {
|
|
334
507
|
"name": "Carousel",
|
|
335
508
|
"category": "Navigation",
|
|
509
|
+
"subcategory": null,
|
|
336
510
|
"description": "Slide-based content rotator with autoplay and keyboard nav.",
|
|
511
|
+
"thumbnail": "/preview-cards/carousel.png",
|
|
512
|
+
"hasDocsPage": true,
|
|
513
|
+
"nugetPackage": "Lumeo",
|
|
337
514
|
"files": [
|
|
338
515
|
"UI/Carousel/Carousel.razor",
|
|
339
516
|
"UI/Carousel/CarouselContent.razor",
|
|
@@ -342,6 +519,9 @@
|
|
|
342
519
|
"UI/Carousel/CarouselPrevious.razor"
|
|
343
520
|
],
|
|
344
521
|
"dependencies": [],
|
|
522
|
+
"packageDependencies": [
|
|
523
|
+
"Blazicons.Lucide"
|
|
524
|
+
],
|
|
345
525
|
"cssVars": [
|
|
346
526
|
"--color-accent",
|
|
347
527
|
"--color-accent-foreground",
|
|
@@ -353,18 +533,26 @@
|
|
|
353
533
|
"cascader": {
|
|
354
534
|
"name": "Cascader",
|
|
355
535
|
"category": "Forms",
|
|
536
|
+
"subcategory": "Selection",
|
|
356
537
|
"description": "Multi-level dropdown for hierarchical selection.",
|
|
538
|
+
"thumbnail": "/preview-cards/cascader.png",
|
|
539
|
+
"hasDocsPage": true,
|
|
540
|
+
"nugetPackage": "Lumeo",
|
|
357
541
|
"files": [
|
|
358
542
|
"UI/Cascader/Cascader.razor"
|
|
359
543
|
],
|
|
360
544
|
"dependencies": [
|
|
361
545
|
"list"
|
|
362
546
|
],
|
|
547
|
+
"packageDependencies": [
|
|
548
|
+
"Blazicons.Lucide"
|
|
549
|
+
],
|
|
363
550
|
"cssVars": [
|
|
364
551
|
"--color-accent",
|
|
365
552
|
"--color-accent-foreground",
|
|
366
553
|
"--color-background",
|
|
367
554
|
"--color-border",
|
|
555
|
+
"--color-destructive",
|
|
368
556
|
"--color-foreground",
|
|
369
557
|
"--color-input",
|
|
370
558
|
"--color-muted",
|
|
@@ -380,11 +568,16 @@
|
|
|
380
568
|
"center": {
|
|
381
569
|
"name": "Center",
|
|
382
570
|
"category": "Layout",
|
|
571
|
+
"subcategory": null,
|
|
383
572
|
"description": "Flexbox helper that centers its children on both axes.",
|
|
573
|
+
"thumbnail": "/preview-cards/center.png",
|
|
574
|
+
"hasDocsPage": true,
|
|
575
|
+
"nugetPackage": "Lumeo",
|
|
384
576
|
"files": [
|
|
385
577
|
"UI/Center/Center.razor"
|
|
386
578
|
],
|
|
387
579
|
"dependencies": [],
|
|
580
|
+
"packageDependencies": [],
|
|
388
581
|
"cssVars": [
|
|
389
582
|
"--color-foreground"
|
|
390
583
|
],
|
|
@@ -392,11 +585,19 @@
|
|
|
392
585
|
},
|
|
393
586
|
"chart": {
|
|
394
587
|
"name": "Chart",
|
|
395
|
-
"category": "
|
|
588
|
+
"category": "Data Display",
|
|
589
|
+
"subcategory": "Charts",
|
|
396
590
|
"description": "Declarative chart wrapper over ECharts — 30+ types supported.",
|
|
591
|
+
"thumbnail": "/preview-cards/chart.png",
|
|
592
|
+
"hasDocsPage": true,
|
|
593
|
+
"nugetPackage": "Lumeo.Charts",
|
|
397
594
|
"files": [
|
|
398
595
|
"UI/Chart/Chart.razor",
|
|
399
596
|
"UI/Chart/ChartHelper.cs",
|
|
597
|
+
"UI/Chart/ChartLabelHelper.cs",
|
|
598
|
+
"UI/Chart/ChartPlaceholderFactory.cs",
|
|
599
|
+
"UI/Chart/ChartSkeleton.razor",
|
|
600
|
+
"UI/Chart/ChartSkeletonKind.cs",
|
|
400
601
|
"UI/Chart/Charts/AreaChart.razor",
|
|
401
602
|
"UI/Chart/Charts/BarChart.razor",
|
|
402
603
|
"UI/Chart/Charts/BoxPlotChart.razor",
|
|
@@ -429,9 +630,18 @@
|
|
|
429
630
|
"UI/Chart/Charts/WordCloudChart.razor",
|
|
430
631
|
"UI/Chart/EChartOption.cs"
|
|
431
632
|
],
|
|
432
|
-
"dependencies": [
|
|
633
|
+
"dependencies": [
|
|
634
|
+
"gauge"
|
|
635
|
+
],
|
|
636
|
+
"packageDependencies": [
|
|
637
|
+
"Blazicons.Lucide"
|
|
638
|
+
],
|
|
433
639
|
"cssVars": [
|
|
640
|
+
"--color-background",
|
|
641
|
+
"--color-border",
|
|
434
642
|
"--color-destructive",
|
|
643
|
+
"--color-muted",
|
|
644
|
+
"--color-muted-foreground",
|
|
435
645
|
"--radius"
|
|
436
646
|
],
|
|
437
647
|
"registryUrl": "https://lumeo.nativ.sh/registry/chart.json"
|
|
@@ -439,13 +649,19 @@
|
|
|
439
649
|
"checkbox": {
|
|
440
650
|
"name": "Checkbox",
|
|
441
651
|
"category": "Forms",
|
|
652
|
+
"subcategory": "Specialized",
|
|
442
653
|
"description": "Binary input with indeterminate state and accessible label.",
|
|
654
|
+
"thumbnail": "/preview-cards/checkbox.png",
|
|
655
|
+
"hasDocsPage": true,
|
|
656
|
+
"nugetPackage": "Lumeo",
|
|
443
657
|
"files": [
|
|
444
658
|
"UI/Checkbox/Checkbox.razor"
|
|
445
659
|
],
|
|
446
660
|
"dependencies": [],
|
|
661
|
+
"packageDependencies": [],
|
|
447
662
|
"cssVars": [
|
|
448
663
|
"--color-background",
|
|
664
|
+
"--color-destructive",
|
|
449
665
|
"--color-muted",
|
|
450
666
|
"--color-muted-foreground",
|
|
451
667
|
"--color-primary",
|
|
@@ -458,12 +674,19 @@
|
|
|
458
674
|
"chip": {
|
|
459
675
|
"name": "Chip",
|
|
460
676
|
"category": "Data Display",
|
|
677
|
+
"subcategory": "Status & Indicators",
|
|
461
678
|
"description": "Compact removable tag, optionally toggleable.",
|
|
679
|
+
"thumbnail": "/preview-cards/chip.png",
|
|
680
|
+
"hasDocsPage": true,
|
|
681
|
+
"nugetPackage": "Lumeo",
|
|
462
682
|
"files": [
|
|
463
683
|
"UI/Chip/Chip.razor",
|
|
464
684
|
"UI/Chip/ChipGroup.razor"
|
|
465
685
|
],
|
|
466
686
|
"dependencies": [],
|
|
687
|
+
"packageDependencies": [
|
|
688
|
+
"Blazicons.Lucide"
|
|
689
|
+
],
|
|
467
690
|
"cssVars": [
|
|
468
691
|
"--color-border",
|
|
469
692
|
"--color-destructive",
|
|
@@ -481,11 +704,16 @@
|
|
|
481
704
|
"code": {
|
|
482
705
|
"name": "Code",
|
|
483
706
|
"category": "Typography",
|
|
707
|
+
"subcategory": null,
|
|
484
708
|
"description": "Inline or block monospace code snippet with optional copy button.",
|
|
709
|
+
"thumbnail": "/preview-cards/code.png",
|
|
710
|
+
"hasDocsPage": true,
|
|
711
|
+
"nugetPackage": "Lumeo",
|
|
485
712
|
"files": [
|
|
486
713
|
"UI/Code/Code.razor"
|
|
487
714
|
],
|
|
488
715
|
"dependencies": [],
|
|
716
|
+
"packageDependencies": [],
|
|
489
717
|
"cssVars": [
|
|
490
718
|
"--color-muted",
|
|
491
719
|
"--radius"
|
|
@@ -495,13 +723,18 @@
|
|
|
495
723
|
"collapsible": {
|
|
496
724
|
"name": "Collapsible",
|
|
497
725
|
"category": "Navigation",
|
|
726
|
+
"subcategory": null,
|
|
498
727
|
"description": "Single expandable region with animated height transition.",
|
|
728
|
+
"thumbnail": "/preview-cards/collapsible.png",
|
|
729
|
+
"hasDocsPage": true,
|
|
730
|
+
"nugetPackage": "Lumeo",
|
|
499
731
|
"files": [
|
|
500
732
|
"UI/Collapsible/Collapsible.razor",
|
|
501
733
|
"UI/Collapsible/CollapsibleContent.razor",
|
|
502
734
|
"UI/Collapsible/CollapsibleTrigger.razor"
|
|
503
735
|
],
|
|
504
736
|
"dependencies": [],
|
|
737
|
+
"packageDependencies": [],
|
|
505
738
|
"cssVars": [
|
|
506
739
|
"--color-ring",
|
|
507
740
|
"--radius"
|
|
@@ -511,16 +744,24 @@
|
|
|
511
744
|
"color-picker": {
|
|
512
745
|
"name": "ColorPicker",
|
|
513
746
|
"category": "Forms",
|
|
747
|
+
"subcategory": "Specialized",
|
|
514
748
|
"description": "Hue + saturation/value picker with hex input.",
|
|
749
|
+
"thumbnail": "/preview-cards/color-picker.png",
|
|
750
|
+
"hasDocsPage": true,
|
|
751
|
+
"nugetPackage": "Lumeo",
|
|
515
752
|
"files": [
|
|
516
753
|
"UI/ColorPicker/ColorPicker.razor"
|
|
517
754
|
],
|
|
518
755
|
"dependencies": [],
|
|
756
|
+
"packageDependencies": [
|
|
757
|
+
"Blazicons.Lucide"
|
|
758
|
+
],
|
|
519
759
|
"cssVars": [
|
|
520
760
|
"--color-accent",
|
|
521
761
|
"--color-accent-foreground",
|
|
522
762
|
"--color-background",
|
|
523
763
|
"--color-border",
|
|
764
|
+
"--color-destructive",
|
|
524
765
|
"--color-foreground",
|
|
525
766
|
"--color-muted",
|
|
526
767
|
"--color-muted-foreground",
|
|
@@ -534,7 +775,11 @@
|
|
|
534
775
|
"combobox": {
|
|
535
776
|
"name": "Combobox",
|
|
536
777
|
"category": "Forms",
|
|
778
|
+
"subcategory": "Selection",
|
|
537
779
|
"description": "Searchable select with filtering, custom values, and grouping.",
|
|
780
|
+
"thumbnail": "/preview-cards/combobox.png",
|
|
781
|
+
"hasDocsPage": true,
|
|
782
|
+
"nugetPackage": "Lumeo",
|
|
538
783
|
"files": [
|
|
539
784
|
"UI/Combobox/Combobox.razor",
|
|
540
785
|
"UI/Combobox/ComboboxContent.razor",
|
|
@@ -546,10 +791,14 @@
|
|
|
546
791
|
"dependencies": [
|
|
547
792
|
"spinner"
|
|
548
793
|
],
|
|
794
|
+
"packageDependencies": [
|
|
795
|
+
"Blazicons.Lucide"
|
|
796
|
+
],
|
|
549
797
|
"cssVars": [
|
|
550
798
|
"--color-accent",
|
|
551
799
|
"--color-accent-foreground",
|
|
552
800
|
"--color-border",
|
|
801
|
+
"--color-destructive",
|
|
553
802
|
"--color-input",
|
|
554
803
|
"--color-muted",
|
|
555
804
|
"--color-muted-foreground",
|
|
@@ -562,7 +811,11 @@
|
|
|
562
811
|
"command": {
|
|
563
812
|
"name": "Command",
|
|
564
813
|
"category": "Overlay",
|
|
814
|
+
"subcategory": null,
|
|
565
815
|
"description": "Command palette — keyboard-driven finder for actions.",
|
|
816
|
+
"thumbnail": "/preview-cards/command.png",
|
|
817
|
+
"hasDocsPage": true,
|
|
818
|
+
"nugetPackage": "Lumeo",
|
|
566
819
|
"files": [
|
|
567
820
|
"UI/Command/Command.razor",
|
|
568
821
|
"UI/Command/CommandEmpty.razor",
|
|
@@ -575,6 +828,9 @@
|
|
|
575
828
|
"dependencies": [
|
|
576
829
|
"kbd"
|
|
577
830
|
],
|
|
831
|
+
"packageDependencies": [
|
|
832
|
+
"Blazicons.Lucide"
|
|
833
|
+
],
|
|
578
834
|
"cssVars": [
|
|
579
835
|
"--color-accent",
|
|
580
836
|
"--color-accent-foreground",
|
|
@@ -588,14 +844,67 @@
|
|
|
588
844
|
],
|
|
589
845
|
"registryUrl": "https://lumeo.nativ.sh/registry/command.json"
|
|
590
846
|
},
|
|
847
|
+
"confetti": {
|
|
848
|
+
"name": "Confetti",
|
|
849
|
+
"category": "Motion",
|
|
850
|
+
"subcategory": null,
|
|
851
|
+
"description": "Burst of colored particles on demand via imperative Fire() method.",
|
|
852
|
+
"thumbnail": "/preview-cards/confetti.png",
|
|
853
|
+
"hasDocsPage": true,
|
|
854
|
+
"nugetPackage": "Lumeo.Motion",
|
|
855
|
+
"files": [
|
|
856
|
+
"UI/Confetti/Confetti.razor"
|
|
857
|
+
],
|
|
858
|
+
"dependencies": [],
|
|
859
|
+
"packageDependencies": [],
|
|
860
|
+
"cssVars": [
|
|
861
|
+
"--color-foreground"
|
|
862
|
+
],
|
|
863
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/confetti.json"
|
|
864
|
+
},
|
|
865
|
+
"consent-banner": {
|
|
866
|
+
"name": "ConsentBanner",
|
|
867
|
+
"category": "Utility",
|
|
868
|
+
"subcategory": null,
|
|
869
|
+
"description": "Consent Banner component.",
|
|
870
|
+
"thumbnail": "/preview-cards/consent-banner.png",
|
|
871
|
+
"hasDocsPage": true,
|
|
872
|
+
"nugetPackage": "Lumeo",
|
|
873
|
+
"files": [
|
|
874
|
+
"UI/ConsentBanner/ConsentBanner.razor"
|
|
875
|
+
],
|
|
876
|
+
"dependencies": [],
|
|
877
|
+
"packageDependencies": [
|
|
878
|
+
"Blazicons.Lucide"
|
|
879
|
+
],
|
|
880
|
+
"cssVars": [
|
|
881
|
+
"--color-accent",
|
|
882
|
+
"--color-background",
|
|
883
|
+
"--color-border",
|
|
884
|
+
"--color-foreground",
|
|
885
|
+
"--color-muted",
|
|
886
|
+
"--color-muted-foreground",
|
|
887
|
+
"--color-popover",
|
|
888
|
+
"--color-popover-foreground",
|
|
889
|
+
"--color-primary",
|
|
890
|
+
"--color-primary-foreground",
|
|
891
|
+
"--radius"
|
|
892
|
+
],
|
|
893
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/consent-banner.json"
|
|
894
|
+
},
|
|
591
895
|
"container": {
|
|
592
896
|
"name": "Container",
|
|
593
897
|
"category": "Layout",
|
|
898
|
+
"subcategory": null,
|
|
594
899
|
"description": "Responsive max-width wrapper with consistent page padding.",
|
|
900
|
+
"thumbnail": "/preview-cards/container.png",
|
|
901
|
+
"hasDocsPage": true,
|
|
902
|
+
"nugetPackage": "Lumeo",
|
|
595
903
|
"files": [
|
|
596
904
|
"UI/Container/Container.razor"
|
|
597
905
|
],
|
|
598
906
|
"dependencies": [],
|
|
907
|
+
"packageDependencies": [],
|
|
599
908
|
"cssVars": [
|
|
600
909
|
"--color-foreground"
|
|
601
910
|
],
|
|
@@ -604,7 +913,11 @@
|
|
|
604
913
|
"context-menu": {
|
|
605
914
|
"name": "ContextMenu",
|
|
606
915
|
"category": "Overlay",
|
|
916
|
+
"subcategory": null,
|
|
607
917
|
"description": "Right-click menu tied to a container element.",
|
|
918
|
+
"thumbnail": "/preview-cards/context-menu.png",
|
|
919
|
+
"hasDocsPage": true,
|
|
920
|
+
"nugetPackage": "Lumeo",
|
|
608
921
|
"files": [
|
|
609
922
|
"UI/ContextMenu/ContextMenu.razor",
|
|
610
923
|
"UI/ContextMenu/ContextMenuCheckboxItem.razor",
|
|
@@ -618,6 +931,9 @@
|
|
|
618
931
|
"UI/ContextMenu/ContextMenuTrigger.razor"
|
|
619
932
|
],
|
|
620
933
|
"dependencies": [],
|
|
934
|
+
"packageDependencies": [
|
|
935
|
+
"Blazicons.Lucide"
|
|
936
|
+
],
|
|
621
937
|
"cssVars": [
|
|
622
938
|
"--color-accent",
|
|
623
939
|
"--color-accent-foreground",
|
|
@@ -631,7 +947,11 @@
|
|
|
631
947
|
"data-grid": {
|
|
632
948
|
"name": "DataGrid",
|
|
633
949
|
"category": "Data Display",
|
|
950
|
+
"subcategory": "Tables",
|
|
634
951
|
"description": "Enterprise grid: sort, filter, inline edit, group, pin, virtualize, export.",
|
|
952
|
+
"thumbnail": "/preview-cards/data-grid.png",
|
|
953
|
+
"hasDocsPage": true,
|
|
954
|
+
"nugetPackage": "Lumeo.DataGrid",
|
|
635
955
|
"files": [
|
|
636
956
|
"UI/DataGrid/DataGrid.razor",
|
|
637
957
|
"UI/DataGrid/DataGridBody.razor",
|
|
@@ -642,6 +962,7 @@
|
|
|
642
962
|
"UI/DataGrid/DataGridColumnVisibility.razor",
|
|
643
963
|
"UI/DataGrid/DataGridContext.cs",
|
|
644
964
|
"UI/DataGrid/DataGridDetailRow.razor",
|
|
965
|
+
"UI/DataGrid/DataGridDragState.cs",
|
|
645
966
|
"UI/DataGrid/DataGridEnums.cs",
|
|
646
967
|
"UI/DataGrid/DataGridFilterOperator.cs",
|
|
647
968
|
"UI/DataGrid/DataGridFooter.razor",
|
|
@@ -653,7 +974,14 @@
|
|
|
653
974
|
"UI/DataGrid/DataGridRow.razor",
|
|
654
975
|
"UI/DataGrid/DataGridServerService.cs",
|
|
655
976
|
"UI/DataGrid/DataGridState.cs",
|
|
656
|
-
"UI/DataGrid/DataGridToolbar.razor"
|
|
977
|
+
"UI/DataGrid/DataGridToolbar.razor",
|
|
978
|
+
"UI/DataGrid/DataGridToolbarColumns.razor",
|
|
979
|
+
"UI/DataGrid/DataGridToolbarContext.cs",
|
|
980
|
+
"UI/DataGrid/DataGridToolbarCopySelected.razor",
|
|
981
|
+
"UI/DataGrid/DataGridToolbarExport.razor",
|
|
982
|
+
"UI/DataGrid/DataGridToolbarFullscreen.razor",
|
|
983
|
+
"UI/DataGrid/DataGridToolbarLayouts.razor",
|
|
984
|
+
"UI/DataGrid/ToolbarContent.razor"
|
|
657
985
|
],
|
|
658
986
|
"dependencies": [
|
|
659
987
|
"button",
|
|
@@ -663,7 +991,11 @@
|
|
|
663
991
|
"list",
|
|
664
992
|
"pagination",
|
|
665
993
|
"select",
|
|
666
|
-
"skeleton"
|
|
994
|
+
"skeleton",
|
|
995
|
+
"toolbar"
|
|
996
|
+
],
|
|
997
|
+
"packageDependencies": [
|
|
998
|
+
"Blazicons.Lucide"
|
|
667
999
|
],
|
|
668
1000
|
"cssVars": [
|
|
669
1001
|
"--color-accent",
|
|
@@ -689,7 +1021,11 @@
|
|
|
689
1021
|
"data-table": {
|
|
690
1022
|
"name": "DataTable",
|
|
691
1023
|
"category": "Data Display",
|
|
1024
|
+
"subcategory": "Tables",
|
|
692
1025
|
"description": "Table with sorting, pagination, and row selection built in.",
|
|
1026
|
+
"thumbnail": "/preview-cards/data-table.png",
|
|
1027
|
+
"hasDocsPage": true,
|
|
1028
|
+
"nugetPackage": "Lumeo.DataGrid",
|
|
693
1029
|
"files": [
|
|
694
1030
|
"UI/DataTable/DataTable.razor",
|
|
695
1031
|
"UI/DataTable/DataTableSortableHeader.razor"
|
|
@@ -697,9 +1033,13 @@
|
|
|
697
1033
|
"dependencies": [
|
|
698
1034
|
"checkbox"
|
|
699
1035
|
],
|
|
1036
|
+
"packageDependencies": [
|
|
1037
|
+
"Blazicons.Lucide"
|
|
1038
|
+
],
|
|
700
1039
|
"cssVars": [
|
|
701
1040
|
"--color-accent",
|
|
702
1041
|
"--color-accent-foreground",
|
|
1042
|
+
"--color-border",
|
|
703
1043
|
"--color-muted",
|
|
704
1044
|
"--color-muted-foreground",
|
|
705
1045
|
"--radius"
|
|
@@ -709,7 +1049,11 @@
|
|
|
709
1049
|
"date-picker": {
|
|
710
1050
|
"name": "DatePicker",
|
|
711
1051
|
"category": "Forms",
|
|
1052
|
+
"subcategory": "Specialized",
|
|
712
1053
|
"description": "Calendar popover for picking a single date or range.",
|
|
1054
|
+
"thumbnail": "/preview-cards/date-picker.png",
|
|
1055
|
+
"hasDocsPage": true,
|
|
1056
|
+
"nugetPackage": "Lumeo",
|
|
713
1057
|
"files": [
|
|
714
1058
|
"UI/DatePicker/DatePicker.razor",
|
|
715
1059
|
"UI/DatePicker/DateRangePicker.razor"
|
|
@@ -719,10 +1063,14 @@
|
|
|
719
1063
|
"popover",
|
|
720
1064
|
"time-picker"
|
|
721
1065
|
],
|
|
1066
|
+
"packageDependencies": [
|
|
1067
|
+
"Blazicons.Lucide"
|
|
1068
|
+
],
|
|
722
1069
|
"cssVars": [
|
|
723
1070
|
"--color-accent",
|
|
724
1071
|
"--color-accent-foreground",
|
|
725
1072
|
"--color-border",
|
|
1073
|
+
"--color-destructive",
|
|
726
1074
|
"--color-foreground",
|
|
727
1075
|
"--color-input",
|
|
728
1076
|
"--color-muted",
|
|
@@ -734,7 +1082,11 @@
|
|
|
734
1082
|
"date-time-picker": {
|
|
735
1083
|
"name": "DateTimePicker",
|
|
736
1084
|
"category": "Forms",
|
|
1085
|
+
"subcategory": "Specialized",
|
|
737
1086
|
"description": "Combined date + time picker with timezone awareness.",
|
|
1087
|
+
"thumbnail": "/preview-cards/date-time-picker.png",
|
|
1088
|
+
"hasDocsPage": true,
|
|
1089
|
+
"nugetPackage": "Lumeo",
|
|
738
1090
|
"files": [
|
|
739
1091
|
"UI/DateTimePicker/DateTimePicker.razor"
|
|
740
1092
|
],
|
|
@@ -742,10 +1094,14 @@
|
|
|
742
1094
|
"calendar",
|
|
743
1095
|
"popover"
|
|
744
1096
|
],
|
|
1097
|
+
"packageDependencies": [
|
|
1098
|
+
"Blazicons.Lucide"
|
|
1099
|
+
],
|
|
745
1100
|
"cssVars": [
|
|
746
1101
|
"--color-accent",
|
|
747
1102
|
"--color-accent-foreground",
|
|
748
1103
|
"--color-border",
|
|
1104
|
+
"--color-destructive",
|
|
749
1105
|
"--color-foreground",
|
|
750
1106
|
"--color-input",
|
|
751
1107
|
"--color-muted",
|
|
@@ -759,12 +1115,18 @@
|
|
|
759
1115
|
"delta": {
|
|
760
1116
|
"name": "Delta",
|
|
761
1117
|
"category": "Dashboard",
|
|
1118
|
+
"subcategory": null,
|
|
762
1119
|
"description": "Trend indicator showing delta value with up/down arrow + color.",
|
|
1120
|
+
"thumbnail": "/preview-cards/delta.png",
|
|
1121
|
+
"hasDocsPage": true,
|
|
1122
|
+
"nugetPackage": "Lumeo",
|
|
763
1123
|
"files": [
|
|
764
1124
|
"UI/Delta/Delta.razor"
|
|
765
1125
|
],
|
|
766
1126
|
"dependencies": [],
|
|
1127
|
+
"packageDependencies": [],
|
|
767
1128
|
"cssVars": [
|
|
1129
|
+
"--color-destructive",
|
|
768
1130
|
"--color-muted",
|
|
769
1131
|
"--color-muted-foreground",
|
|
770
1132
|
"--radius"
|
|
@@ -774,12 +1136,17 @@
|
|
|
774
1136
|
"descriptions": {
|
|
775
1137
|
"name": "Descriptions",
|
|
776
1138
|
"category": "Data Display",
|
|
1139
|
+
"subcategory": "Cards & Layout",
|
|
777
1140
|
"description": "Key-value pair list for read-only entity details.",
|
|
1141
|
+
"thumbnail": "/preview-cards/descriptions.png",
|
|
1142
|
+
"hasDocsPage": true,
|
|
1143
|
+
"nugetPackage": "Lumeo",
|
|
778
1144
|
"files": [
|
|
779
1145
|
"UI/Descriptions/Descriptions.razor",
|
|
780
1146
|
"UI/Descriptions/DescriptionsItem.razor"
|
|
781
1147
|
],
|
|
782
1148
|
"dependencies": [],
|
|
1149
|
+
"packageDependencies": [],
|
|
783
1150
|
"cssVars": [
|
|
784
1151
|
"--color-border",
|
|
785
1152
|
"--color-foreground",
|
|
@@ -792,7 +1159,11 @@
|
|
|
792
1159
|
"dialog": {
|
|
793
1160
|
"name": "Dialog",
|
|
794
1161
|
"category": "Overlay",
|
|
1162
|
+
"subcategory": null,
|
|
795
1163
|
"description": "Modal dialog with header, content, footer, and focus trap.",
|
|
1164
|
+
"thumbnail": "/preview-cards/dialog.png",
|
|
1165
|
+
"hasDocsPage": true,
|
|
1166
|
+
"nugetPackage": "Lumeo",
|
|
796
1167
|
"files": [
|
|
797
1168
|
"UI/Dialog/Dialog.razor",
|
|
798
1169
|
"UI/Dialog/DialogClose.razor",
|
|
@@ -804,6 +1175,9 @@
|
|
|
804
1175
|
"UI/Dialog/DialogTrigger.razor"
|
|
805
1176
|
],
|
|
806
1177
|
"dependencies": [],
|
|
1178
|
+
"packageDependencies": [
|
|
1179
|
+
"Blazicons.Lucide"
|
|
1180
|
+
],
|
|
807
1181
|
"cssVars": [
|
|
808
1182
|
"--color-background",
|
|
809
1183
|
"--color-border",
|
|
@@ -813,10 +1187,32 @@
|
|
|
813
1187
|
],
|
|
814
1188
|
"registryUrl": "https://lumeo.nativ.sh/registry/dialog.json"
|
|
815
1189
|
},
|
|
1190
|
+
"dock": {
|
|
1191
|
+
"name": "Dock",
|
|
1192
|
+
"category": "Motion",
|
|
1193
|
+
"subcategory": null,
|
|
1194
|
+
"description": "macOS-style icon dock with cursor-proximity magnification.",
|
|
1195
|
+
"thumbnail": "/preview-cards/dock.png",
|
|
1196
|
+
"hasDocsPage": true,
|
|
1197
|
+
"nugetPackage": "Lumeo.Motion",
|
|
1198
|
+
"files": [
|
|
1199
|
+
"UI/Dock/Dock.razor"
|
|
1200
|
+
],
|
|
1201
|
+
"dependencies": [],
|
|
1202
|
+
"packageDependencies": [],
|
|
1203
|
+
"cssVars": [
|
|
1204
|
+
"--color-foreground"
|
|
1205
|
+
],
|
|
1206
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/dock.json"
|
|
1207
|
+
},
|
|
816
1208
|
"drawer": {
|
|
817
1209
|
"name": "Drawer",
|
|
818
1210
|
"category": "Overlay",
|
|
1211
|
+
"subcategory": null,
|
|
819
1212
|
"description": "Slide-up sheet for mobile-first contextual content.",
|
|
1213
|
+
"thumbnail": "/preview-cards/drawer.png",
|
|
1214
|
+
"hasDocsPage": true,
|
|
1215
|
+
"nugetPackage": "Lumeo",
|
|
820
1216
|
"files": [
|
|
821
1217
|
"UI/Drawer/Drawer.razor",
|
|
822
1218
|
"UI/Drawer/DrawerClose.razor",
|
|
@@ -828,6 +1224,7 @@
|
|
|
828
1224
|
"UI/Drawer/DrawerTrigger.razor"
|
|
829
1225
|
],
|
|
830
1226
|
"dependencies": [],
|
|
1227
|
+
"packageDependencies": [],
|
|
831
1228
|
"cssVars": [
|
|
832
1229
|
"--color-background",
|
|
833
1230
|
"--color-muted",
|
|
@@ -836,10 +1233,37 @@
|
|
|
836
1233
|
],
|
|
837
1234
|
"registryUrl": "https://lumeo.nativ.sh/registry/drawer.json"
|
|
838
1235
|
},
|
|
1236
|
+
"dropdown-button": {
|
|
1237
|
+
"name": "DropdownButton",
|
|
1238
|
+
"category": "Utility",
|
|
1239
|
+
"subcategory": null,
|
|
1240
|
+
"description": "Dropdown Button component.",
|
|
1241
|
+
"thumbnail": "/preview-cards/dropdown-button.png",
|
|
1242
|
+
"hasDocsPage": true,
|
|
1243
|
+
"nugetPackage": "Lumeo",
|
|
1244
|
+
"files": [
|
|
1245
|
+
"UI/DropdownButton/DropdownButton.razor"
|
|
1246
|
+
],
|
|
1247
|
+
"dependencies": [
|
|
1248
|
+
"button",
|
|
1249
|
+
"dropdown-menu"
|
|
1250
|
+
],
|
|
1251
|
+
"packageDependencies": [
|
|
1252
|
+
"Blazicons.Lucide"
|
|
1253
|
+
],
|
|
1254
|
+
"cssVars": [
|
|
1255
|
+
"--color-foreground"
|
|
1256
|
+
],
|
|
1257
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/dropdown-button.json"
|
|
1258
|
+
},
|
|
839
1259
|
"dropdown-menu": {
|
|
840
1260
|
"name": "DropdownMenu",
|
|
841
1261
|
"category": "Overlay",
|
|
1262
|
+
"subcategory": null,
|
|
842
1263
|
"description": "Menu button with items, separators, submenus, and checkboxes.",
|
|
1264
|
+
"thumbnail": "/preview-cards/dropdown-menu.png",
|
|
1265
|
+
"hasDocsPage": true,
|
|
1266
|
+
"nugetPackage": "Lumeo",
|
|
843
1267
|
"files": [
|
|
844
1268
|
"UI/DropdownMenu/DropdownMenu.razor",
|
|
845
1269
|
"UI/DropdownMenu/DropdownMenuCheckboxItem.razor",
|
|
@@ -853,6 +1277,9 @@
|
|
|
853
1277
|
"UI/DropdownMenu/DropdownMenuTrigger.razor"
|
|
854
1278
|
],
|
|
855
1279
|
"dependencies": [],
|
|
1280
|
+
"packageDependencies": [
|
|
1281
|
+
"Blazicons.Lucide"
|
|
1282
|
+
],
|
|
856
1283
|
"cssVars": [
|
|
857
1284
|
"--color-accent",
|
|
858
1285
|
"--color-accent-foreground",
|
|
@@ -866,31 +1293,77 @@
|
|
|
866
1293
|
"empty-state": {
|
|
867
1294
|
"name": "EmptyState",
|
|
868
1295
|
"category": "Feedback",
|
|
1296
|
+
"subcategory": null,
|
|
869
1297
|
"description": "Illustrated placeholder for empty lists with call-to-action.",
|
|
1298
|
+
"thumbnail": "/preview-cards/empty-state.png",
|
|
1299
|
+
"hasDocsPage": true,
|
|
1300
|
+
"nugetPackage": "Lumeo",
|
|
870
1301
|
"files": [
|
|
871
1302
|
"UI/EmptyState/EmptyState.razor"
|
|
872
1303
|
],
|
|
873
1304
|
"dependencies": [],
|
|
1305
|
+
"packageDependencies": [],
|
|
874
1306
|
"cssVars": [
|
|
875
1307
|
"--color-muted",
|
|
876
1308
|
"--color-muted-foreground"
|
|
877
1309
|
],
|
|
878
1310
|
"registryUrl": "https://lumeo.nativ.sh/registry/empty-state.json"
|
|
879
1311
|
},
|
|
1312
|
+
"file-manager": {
|
|
1313
|
+
"name": "FileManager",
|
|
1314
|
+
"category": "Data Display",
|
|
1315
|
+
"subcategory": null,
|
|
1316
|
+
"description": "Headless file and folder explorer — folder tree, breadcrumb path, list/grid views, lazy loading, inline rename, context-menu operations.",
|
|
1317
|
+
"thumbnail": "/preview-cards/file-manager.png",
|
|
1318
|
+
"hasDocsPage": true,
|
|
1319
|
+
"nugetPackage": "Lumeo",
|
|
1320
|
+
"files": [
|
|
1321
|
+
"UI/FileManager/FileManager.razor",
|
|
1322
|
+
"UI/FileManager/FileManagerModel.cs"
|
|
1323
|
+
],
|
|
1324
|
+
"dependencies": [
|
|
1325
|
+
"list"
|
|
1326
|
+
],
|
|
1327
|
+
"packageDependencies": [
|
|
1328
|
+
"Blazicons.Lucide"
|
|
1329
|
+
],
|
|
1330
|
+
"cssVars": [
|
|
1331
|
+
"--color-accent",
|
|
1332
|
+
"--color-accent-foreground",
|
|
1333
|
+
"--color-background",
|
|
1334
|
+
"--color-border",
|
|
1335
|
+
"--color-card",
|
|
1336
|
+
"--color-destructive",
|
|
1337
|
+
"--color-foreground",
|
|
1338
|
+
"--color-muted",
|
|
1339
|
+
"--color-muted-foreground",
|
|
1340
|
+
"--color-popover",
|
|
1341
|
+
"--color-popover-foreground",
|
|
1342
|
+
"--color-ring",
|
|
1343
|
+
"--radius"
|
|
1344
|
+
],
|
|
1345
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/file-manager.json"
|
|
1346
|
+
},
|
|
880
1347
|
"file-upload": {
|
|
881
1348
|
"name": "FileUpload",
|
|
882
1349
|
"category": "Forms",
|
|
1350
|
+
"subcategory": "Specialized",
|
|
883
1351
|
"description": "Drag-and-drop file dropzone with progress and validation.",
|
|
1352
|
+
"thumbnail": "/preview-cards/file-upload.png",
|
|
1353
|
+
"hasDocsPage": true,
|
|
1354
|
+
"nugetPackage": "Lumeo",
|
|
884
1355
|
"files": [
|
|
885
1356
|
"UI/FileUpload/FileUpload.razor"
|
|
886
1357
|
],
|
|
887
1358
|
"dependencies": [
|
|
888
1359
|
"input"
|
|
889
1360
|
],
|
|
1361
|
+
"packageDependencies": [
|
|
1362
|
+
"Blazicons.Lucide"
|
|
1363
|
+
],
|
|
890
1364
|
"cssVars": [
|
|
891
1365
|
"--color-background",
|
|
892
1366
|
"--color-border",
|
|
893
|
-
"--color-card",
|
|
894
1367
|
"--color-destructive",
|
|
895
1368
|
"--color-input",
|
|
896
1369
|
"--color-muted",
|
|
@@ -904,7 +1377,11 @@
|
|
|
904
1377
|
"filter": {
|
|
905
1378
|
"name": "Filter",
|
|
906
1379
|
"category": "Data Display",
|
|
1380
|
+
"subcategory": "Tables",
|
|
907
1381
|
"description": "Composable faceted filter builder with chips.",
|
|
1382
|
+
"thumbnail": "/preview-cards/filter.png",
|
|
1383
|
+
"hasDocsPage": true,
|
|
1384
|
+
"nugetPackage": "Lumeo.DataGrid",
|
|
908
1385
|
"files": [
|
|
909
1386
|
"UI/Filter/FilterBar.razor",
|
|
910
1387
|
"UI/Filter/FilterPill.razor"
|
|
@@ -912,6 +1389,9 @@
|
|
|
912
1389
|
"dependencies": [
|
|
913
1390
|
"badge"
|
|
914
1391
|
],
|
|
1392
|
+
"packageDependencies": [
|
|
1393
|
+
"Blazicons.Lucide"
|
|
1394
|
+
],
|
|
915
1395
|
"cssVars": [
|
|
916
1396
|
"--color-muted",
|
|
917
1397
|
"--radius"
|
|
@@ -921,11 +1401,16 @@
|
|
|
921
1401
|
"flex": {
|
|
922
1402
|
"name": "Flex",
|
|
923
1403
|
"category": "Layout",
|
|
1404
|
+
"subcategory": null,
|
|
924
1405
|
"description": "Flexbox wrapper exposing direction, gap, align, justify as props.",
|
|
1406
|
+
"thumbnail": "/preview-cards/flex.png",
|
|
1407
|
+
"hasDocsPage": true,
|
|
1408
|
+
"nugetPackage": "Lumeo",
|
|
925
1409
|
"files": [
|
|
926
1410
|
"UI/Flex/Flex.razor"
|
|
927
1411
|
],
|
|
928
1412
|
"dependencies": [],
|
|
1413
|
+
"packageDependencies": [],
|
|
929
1414
|
"cssVars": [
|
|
930
1415
|
"--color-foreground"
|
|
931
1416
|
],
|
|
@@ -934,7 +1419,11 @@
|
|
|
934
1419
|
"form": {
|
|
935
1420
|
"name": "Form",
|
|
936
1421
|
"category": "Forms",
|
|
1422
|
+
"subcategory": "Form Composition",
|
|
937
1423
|
"description": "EditForm wrapper with styled validation, field groups, and submit state.",
|
|
1424
|
+
"thumbnail": "/preview-cards/form.png",
|
|
1425
|
+
"hasDocsPage": true,
|
|
1426
|
+
"nugetPackage": "Lumeo",
|
|
938
1427
|
"files": [
|
|
939
1428
|
"UI/Form/DataAnnotationsFormValidator.cs",
|
|
940
1429
|
"UI/Form/Form.razor",
|
|
@@ -949,6 +1438,7 @@
|
|
|
949
1438
|
"dependencies": [
|
|
950
1439
|
"label"
|
|
951
1440
|
],
|
|
1441
|
+
"packageDependencies": [],
|
|
952
1442
|
"cssVars": [
|
|
953
1443
|
"--color-destructive",
|
|
954
1444
|
"--color-muted",
|
|
@@ -958,8 +1448,12 @@
|
|
|
958
1448
|
},
|
|
959
1449
|
"gantt": {
|
|
960
1450
|
"name": "Gantt",
|
|
961
|
-
"category": "
|
|
1451
|
+
"category": "Data Display",
|
|
1452
|
+
"subcategory": "Lists & Trees",
|
|
962
1453
|
"description": "Gantt component.",
|
|
1454
|
+
"thumbnail": "/preview-cards/gantt.png",
|
|
1455
|
+
"hasDocsPage": true,
|
|
1456
|
+
"nugetPackage": "Lumeo.Gantt",
|
|
963
1457
|
"files": [
|
|
964
1458
|
"UI/Gantt/Gantt.razor",
|
|
965
1459
|
"UI/Gantt/GanttTypes.cs"
|
|
@@ -967,6 +1461,7 @@
|
|
|
967
1461
|
"dependencies": [
|
|
968
1462
|
"toggle-group"
|
|
969
1463
|
],
|
|
1464
|
+
"packageDependencies": [],
|
|
970
1465
|
"cssVars": [
|
|
971
1466
|
"--color-border",
|
|
972
1467
|
"--color-card",
|
|
@@ -974,14 +1469,37 @@
|
|
|
974
1469
|
],
|
|
975
1470
|
"registryUrl": "https://lumeo.nativ.sh/registry/gantt.json"
|
|
976
1471
|
},
|
|
1472
|
+
"gauge": {
|
|
1473
|
+
"name": "Gauge",
|
|
1474
|
+
"category": "Data Display",
|
|
1475
|
+
"subcategory": null,
|
|
1476
|
+
"description": "Single-value gauge with radial, arc, and linear variants and threshold colour bands.",
|
|
1477
|
+
"thumbnail": "/preview-cards/gauge.png",
|
|
1478
|
+
"hasDocsPage": true,
|
|
1479
|
+
"nugetPackage": "Lumeo",
|
|
1480
|
+
"files": [
|
|
1481
|
+
"UI/Gauge/Gauge.razor"
|
|
1482
|
+
],
|
|
1483
|
+
"dependencies": [],
|
|
1484
|
+
"packageDependencies": [],
|
|
1485
|
+
"cssVars": [
|
|
1486
|
+
"--color-foreground"
|
|
1487
|
+
],
|
|
1488
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/gauge.json"
|
|
1489
|
+
},
|
|
977
1490
|
"grid": {
|
|
978
1491
|
"name": "Grid",
|
|
979
1492
|
"category": "Layout",
|
|
1493
|
+
"subcategory": null,
|
|
980
1494
|
"description": "CSS grid wrapper with columns + gap as props.",
|
|
1495
|
+
"thumbnail": "/preview-cards/grid.png",
|
|
1496
|
+
"hasDocsPage": true,
|
|
1497
|
+
"nugetPackage": "Lumeo",
|
|
981
1498
|
"files": [
|
|
982
1499
|
"UI/Grid/Grid.razor"
|
|
983
1500
|
],
|
|
984
1501
|
"dependencies": [],
|
|
1502
|
+
"packageDependencies": [],
|
|
985
1503
|
"cssVars": [
|
|
986
1504
|
"--color-foreground"
|
|
987
1505
|
],
|
|
@@ -990,26 +1508,55 @@
|
|
|
990
1508
|
"heading": {
|
|
991
1509
|
"name": "Heading",
|
|
992
1510
|
"category": "Typography",
|
|
1511
|
+
"subcategory": null,
|
|
993
1512
|
"description": "Semantic h1-h6 heading with Lumeo typographic scale.",
|
|
1513
|
+
"thumbnail": "/preview-cards/heading.png",
|
|
1514
|
+
"hasDocsPage": true,
|
|
1515
|
+
"nugetPackage": "Lumeo",
|
|
994
1516
|
"files": [
|
|
995
1517
|
"UI/Heading/Heading.razor"
|
|
996
1518
|
],
|
|
997
1519
|
"dependencies": [],
|
|
1520
|
+
"packageDependencies": [],
|
|
998
1521
|
"cssVars": [
|
|
999
1522
|
"--color-foreground"
|
|
1000
1523
|
],
|
|
1001
1524
|
"registryUrl": "https://lumeo.nativ.sh/registry/heading.json"
|
|
1002
1525
|
},
|
|
1526
|
+
"highlighter": {
|
|
1527
|
+
"name": "Highlighter",
|
|
1528
|
+
"category": "Typography",
|
|
1529
|
+
"subcategory": null,
|
|
1530
|
+
"description": "Wraps occurrences of one or more search terms in the text with highlight marks.",
|
|
1531
|
+
"thumbnail": "/preview-cards/highlighter.png",
|
|
1532
|
+
"hasDocsPage": true,
|
|
1533
|
+
"nugetPackage": "Lumeo",
|
|
1534
|
+
"files": [
|
|
1535
|
+
"UI/Highlighter/Highlighter.razor"
|
|
1536
|
+
],
|
|
1537
|
+
"dependencies": [],
|
|
1538
|
+
"packageDependencies": [],
|
|
1539
|
+
"cssVars": [
|
|
1540
|
+
"--color-foreground",
|
|
1541
|
+
"--radius"
|
|
1542
|
+
],
|
|
1543
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/highlighter.json"
|
|
1544
|
+
},
|
|
1003
1545
|
"hover-card": {
|
|
1004
1546
|
"name": "HoverCard",
|
|
1005
1547
|
"category": "Overlay",
|
|
1548
|
+
"subcategory": null,
|
|
1006
1549
|
"description": "Popover that opens on hover for rich previews.",
|
|
1550
|
+
"thumbnail": "/preview-cards/hover-card.png",
|
|
1551
|
+
"hasDocsPage": true,
|
|
1552
|
+
"nugetPackage": "Lumeo",
|
|
1007
1553
|
"files": [
|
|
1008
1554
|
"UI/HoverCard/HoverCard.razor",
|
|
1009
1555
|
"UI/HoverCard/HoverCardContent.razor",
|
|
1010
1556
|
"UI/HoverCard/HoverCardTrigger.razor"
|
|
1011
1557
|
],
|
|
1012
1558
|
"dependencies": [],
|
|
1559
|
+
"packageDependencies": [],
|
|
1013
1560
|
"cssVars": [
|
|
1014
1561
|
"--color-border",
|
|
1015
1562
|
"--color-popover",
|
|
@@ -1021,11 +1568,18 @@
|
|
|
1021
1568
|
"icon": {
|
|
1022
1569
|
"name": "Icon",
|
|
1023
1570
|
"category": "Utility",
|
|
1571
|
+
"subcategory": null,
|
|
1024
1572
|
"description": "Icon wrapper — renders Lucide icons via Blazicons.",
|
|
1573
|
+
"thumbnail": "/preview-cards/icon.png",
|
|
1574
|
+
"hasDocsPage": true,
|
|
1575
|
+
"nugetPackage": "Lumeo",
|
|
1025
1576
|
"files": [
|
|
1026
1577
|
"UI/Icon/Icon.razor"
|
|
1027
1578
|
],
|
|
1028
1579
|
"dependencies": [],
|
|
1580
|
+
"packageDependencies": [
|
|
1581
|
+
"Blazicons.Lucide"
|
|
1582
|
+
],
|
|
1029
1583
|
"cssVars": [
|
|
1030
1584
|
"--color-foreground"
|
|
1031
1585
|
],
|
|
@@ -1034,12 +1588,19 @@
|
|
|
1034
1588
|
"image": {
|
|
1035
1589
|
"name": "Image",
|
|
1036
1590
|
"category": "Data Display",
|
|
1591
|
+
"subcategory": "Cards & Layout",
|
|
1037
1592
|
"description": "Image with lazy-loading, loading skeleton, and error fallback.",
|
|
1593
|
+
"thumbnail": "/preview-cards/image.png",
|
|
1594
|
+
"hasDocsPage": true,
|
|
1595
|
+
"nugetPackage": "Lumeo",
|
|
1038
1596
|
"files": [
|
|
1039
1597
|
"UI/Image/Image.razor",
|
|
1040
1598
|
"UI/Image/ImageGallery.razor"
|
|
1041
1599
|
],
|
|
1042
1600
|
"dependencies": [],
|
|
1601
|
+
"packageDependencies": [
|
|
1602
|
+
"Blazicons.Lucide"
|
|
1603
|
+
],
|
|
1043
1604
|
"cssVars": [
|
|
1044
1605
|
"--color-muted",
|
|
1045
1606
|
"--color-muted-foreground",
|
|
@@ -1050,12 +1611,19 @@
|
|
|
1050
1611
|
"image-compare": {
|
|
1051
1612
|
"name": "ImageCompare",
|
|
1052
1613
|
"category": "Data Display",
|
|
1614
|
+
"subcategory": "Cards & Layout",
|
|
1053
1615
|
"description": "Before/after slider comparison for two images.",
|
|
1616
|
+
"thumbnail": "/preview-cards/image-compare.png",
|
|
1617
|
+
"hasDocsPage": true,
|
|
1618
|
+
"nugetPackage": "Lumeo",
|
|
1054
1619
|
"files": [
|
|
1055
1620
|
"UI/ImageCompare/ImageCompare.razor"
|
|
1056
1621
|
],
|
|
1057
1622
|
"dependencies": [],
|
|
1623
|
+
"packageDependencies": [],
|
|
1058
1624
|
"cssVars": [
|
|
1625
|
+
"--color-background",
|
|
1626
|
+
"--color-foreground",
|
|
1059
1627
|
"--radius"
|
|
1060
1628
|
],
|
|
1061
1629
|
"registryUrl": "https://lumeo.nativ.sh/registry/image-compare.json"
|
|
@@ -1063,14 +1631,23 @@
|
|
|
1063
1631
|
"inplace-editor": {
|
|
1064
1632
|
"name": "InplaceEditor",
|
|
1065
1633
|
"category": "Forms",
|
|
1634
|
+
"subcategory": "Specialized",
|
|
1066
1635
|
"description": "Click-to-edit text/number field that swaps in an input.",
|
|
1636
|
+
"thumbnail": "/preview-cards/inplace-editor.png",
|
|
1637
|
+
"hasDocsPage": true,
|
|
1638
|
+
"nugetPackage": "Lumeo",
|
|
1067
1639
|
"files": [
|
|
1068
1640
|
"UI/InplaceEditor/InplaceEditor.razor"
|
|
1069
1641
|
],
|
|
1070
1642
|
"dependencies": [],
|
|
1643
|
+
"packageDependencies": [
|
|
1644
|
+
"Blazicons.Lucide"
|
|
1645
|
+
],
|
|
1071
1646
|
"cssVars": [
|
|
1072
1647
|
"--color-background",
|
|
1073
1648
|
"--color-border",
|
|
1649
|
+
"--color-destructive",
|
|
1650
|
+
"--color-foreground",
|
|
1074
1651
|
"--color-muted",
|
|
1075
1652
|
"--color-muted-foreground",
|
|
1076
1653
|
"--color-primary",
|
|
@@ -1083,12 +1660,20 @@
|
|
|
1083
1660
|
"input": {
|
|
1084
1661
|
"name": "Input",
|
|
1085
1662
|
"category": "Forms",
|
|
1663
|
+
"subcategory": "Inputs",
|
|
1086
1664
|
"description": "Styled text input with label, prefix/suffix, icons, error state.",
|
|
1665
|
+
"thumbnail": "/preview-cards/input.png",
|
|
1666
|
+
"hasDocsPage": true,
|
|
1667
|
+
"nugetPackage": "Lumeo",
|
|
1087
1668
|
"files": [
|
|
1088
1669
|
"UI/Input/Input.razor"
|
|
1089
1670
|
],
|
|
1090
1671
|
"dependencies": [],
|
|
1672
|
+
"packageDependencies": [
|
|
1673
|
+
"Blazicons.Lucide"
|
|
1674
|
+
],
|
|
1091
1675
|
"cssVars": [
|
|
1676
|
+
"--color-destructive",
|
|
1092
1677
|
"--color-foreground",
|
|
1093
1678
|
"--color-input",
|
|
1094
1679
|
"--color-muted",
|
|
@@ -1101,12 +1686,19 @@
|
|
|
1101
1686
|
"input-mask": {
|
|
1102
1687
|
"name": "InputMask",
|
|
1103
1688
|
"category": "Forms",
|
|
1689
|
+
"subcategory": "Inputs",
|
|
1104
1690
|
"description": "Masked input for phone numbers, dates, and custom patterns.",
|
|
1691
|
+
"thumbnail": "/preview-cards/input-mask.png",
|
|
1692
|
+
"hasDocsPage": true,
|
|
1693
|
+
"nugetPackage": "Lumeo",
|
|
1105
1694
|
"files": [
|
|
1106
1695
|
"UI/InputMask/InputMask.razor"
|
|
1107
1696
|
],
|
|
1108
1697
|
"dependencies": [],
|
|
1698
|
+
"packageDependencies": [],
|
|
1109
1699
|
"cssVars": [
|
|
1700
|
+
"--color-destructive",
|
|
1701
|
+
"--color-foreground",
|
|
1110
1702
|
"--color-input",
|
|
1111
1703
|
"--color-muted",
|
|
1112
1704
|
"--color-muted-foreground",
|
|
@@ -1118,13 +1710,20 @@
|
|
|
1118
1710
|
"kanban": {
|
|
1119
1711
|
"name": "Kanban",
|
|
1120
1712
|
"category": "Drag & Drop",
|
|
1713
|
+
"subcategory": null,
|
|
1121
1714
|
"description": "Drag-and-drop board with swimlanes.",
|
|
1715
|
+
"thumbnail": "/preview-cards/kanban.png",
|
|
1716
|
+
"hasDocsPage": true,
|
|
1717
|
+
"nugetPackage": "Lumeo",
|
|
1122
1718
|
"files": [
|
|
1123
1719
|
"UI/Kanban/Kanban.razor",
|
|
1124
1720
|
"UI/Kanban/KanbanCard.razor",
|
|
1125
1721
|
"UI/Kanban/KanbanColumn.razor"
|
|
1126
1722
|
],
|
|
1127
1723
|
"dependencies": [],
|
|
1724
|
+
"packageDependencies": [
|
|
1725
|
+
"Blazicons.Lucide"
|
|
1726
|
+
],
|
|
1128
1727
|
"cssVars": [
|
|
1129
1728
|
"--color-border",
|
|
1130
1729
|
"--color-card",
|
|
@@ -1142,12 +1741,18 @@
|
|
|
1142
1741
|
"kbd": {
|
|
1143
1742
|
"name": "Kbd",
|
|
1144
1743
|
"category": "Utility",
|
|
1744
|
+
"subcategory": null,
|
|
1145
1745
|
"description": "Keyboard shortcut glyph — renders <kbd> with styling.",
|
|
1746
|
+
"thumbnail": "/preview-cards/kbd.png",
|
|
1747
|
+
"hasDocsPage": true,
|
|
1748
|
+
"nugetPackage": "Lumeo",
|
|
1146
1749
|
"files": [
|
|
1147
1750
|
"UI/Kbd/Kbd.razor"
|
|
1148
1751
|
],
|
|
1149
1752
|
"dependencies": [],
|
|
1753
|
+
"packageDependencies": [],
|
|
1150
1754
|
"cssVars": [
|
|
1755
|
+
"--color-border",
|
|
1151
1756
|
"--color-muted",
|
|
1152
1757
|
"--color-muted-foreground",
|
|
1153
1758
|
"--radius"
|
|
@@ -1157,11 +1762,16 @@
|
|
|
1157
1762
|
"kpi-card": {
|
|
1158
1763
|
"name": "KpiCard",
|
|
1159
1764
|
"category": "Dashboard",
|
|
1765
|
+
"subcategory": null,
|
|
1160
1766
|
"description": "Dashboard KPI tile showing value, label, and trend.",
|
|
1767
|
+
"thumbnail": "/preview-cards/kpi-card.png",
|
|
1768
|
+
"hasDocsPage": true,
|
|
1769
|
+
"nugetPackage": "Lumeo",
|
|
1161
1770
|
"files": [
|
|
1162
1771
|
"UI/KpiCard/KpiCard.razor"
|
|
1163
1772
|
],
|
|
1164
1773
|
"dependencies": [],
|
|
1774
|
+
"packageDependencies": [],
|
|
1165
1775
|
"cssVars": [
|
|
1166
1776
|
"--color-border",
|
|
1167
1777
|
"--color-card",
|
|
@@ -1176,11 +1786,16 @@
|
|
|
1176
1786
|
"label": {
|
|
1177
1787
|
"name": "Label",
|
|
1178
1788
|
"category": "Utility",
|
|
1789
|
+
"subcategory": null,
|
|
1179
1790
|
"description": "Form label that links to a control via for/id.",
|
|
1791
|
+
"thumbnail": "/preview-cards/label.png",
|
|
1792
|
+
"hasDocsPage": true,
|
|
1793
|
+
"nugetPackage": "Lumeo",
|
|
1180
1794
|
"files": [
|
|
1181
1795
|
"UI/Label/Label.razor"
|
|
1182
1796
|
],
|
|
1183
1797
|
"dependencies": [],
|
|
1798
|
+
"packageDependencies": [],
|
|
1184
1799
|
"cssVars": [
|
|
1185
1800
|
"--color-foreground"
|
|
1186
1801
|
],
|
|
@@ -1189,11 +1804,16 @@
|
|
|
1189
1804
|
"link": {
|
|
1190
1805
|
"name": "Link",
|
|
1191
1806
|
"category": "Typography",
|
|
1807
|
+
"subcategory": null,
|
|
1192
1808
|
"description": "Styled anchor with underline + color variants.",
|
|
1809
|
+
"thumbnail": "/preview-cards/link.png",
|
|
1810
|
+
"hasDocsPage": true,
|
|
1811
|
+
"nugetPackage": "Lumeo",
|
|
1193
1812
|
"files": [
|
|
1194
1813
|
"UI/Link/Link.razor"
|
|
1195
1814
|
],
|
|
1196
1815
|
"dependencies": [],
|
|
1816
|
+
"packageDependencies": [],
|
|
1197
1817
|
"cssVars": [
|
|
1198
1818
|
"--color-foreground",
|
|
1199
1819
|
"--color-muted",
|
|
@@ -1205,12 +1825,17 @@
|
|
|
1205
1825
|
"list": {
|
|
1206
1826
|
"name": "List",
|
|
1207
1827
|
"category": "Data Display",
|
|
1828
|
+
"subcategory": "Lists & Trees",
|
|
1208
1829
|
"description": "Ordered/unordered list with Lumeo typographic styling.",
|
|
1830
|
+
"thumbnail": "/preview-cards/list.png",
|
|
1831
|
+
"hasDocsPage": true,
|
|
1832
|
+
"nugetPackage": "Lumeo",
|
|
1209
1833
|
"files": [
|
|
1210
1834
|
"UI/List/List.razor",
|
|
1211
1835
|
"UI/List/ListItem.razor"
|
|
1212
1836
|
],
|
|
1213
1837
|
"dependencies": [],
|
|
1838
|
+
"packageDependencies": [],
|
|
1214
1839
|
"cssVars": [
|
|
1215
1840
|
"--color-accent",
|
|
1216
1841
|
"--color-border",
|
|
@@ -1223,11 +1848,16 @@
|
|
|
1223
1848
|
"marquee": {
|
|
1224
1849
|
"name": "Marquee",
|
|
1225
1850
|
"category": "Motion",
|
|
1851
|
+
"subcategory": null,
|
|
1226
1852
|
"description": "Infinitely scrolling horizontal band of children.",
|
|
1853
|
+
"thumbnail": "/preview-cards/marquee.png",
|
|
1854
|
+
"hasDocsPage": true,
|
|
1855
|
+
"nugetPackage": "Lumeo.Motion",
|
|
1227
1856
|
"files": [
|
|
1228
1857
|
"UI/Marquee/Marquee.razor"
|
|
1229
1858
|
],
|
|
1230
1859
|
"dependencies": [],
|
|
1860
|
+
"packageDependencies": [],
|
|
1231
1861
|
"cssVars": [
|
|
1232
1862
|
"--color-foreground"
|
|
1233
1863
|
],
|
|
@@ -1236,7 +1866,11 @@
|
|
|
1236
1866
|
"mega-menu": {
|
|
1237
1867
|
"name": "MegaMenu",
|
|
1238
1868
|
"category": "Navigation",
|
|
1869
|
+
"subcategory": null,
|
|
1239
1870
|
"description": "Full-width dropdown for site-wide navigation with columns.",
|
|
1871
|
+
"thumbnail": "/preview-cards/mega-menu.png",
|
|
1872
|
+
"hasDocsPage": true,
|
|
1873
|
+
"nugetPackage": "Lumeo",
|
|
1240
1874
|
"files": [
|
|
1241
1875
|
"UI/MegaMenu/MegaMenu.razor",
|
|
1242
1876
|
"UI/MegaMenu/MegaMenuGroup.razor",
|
|
@@ -1245,6 +1879,9 @@
|
|
|
1245
1879
|
"UI/MegaMenu/MegaMenuPanel.razor"
|
|
1246
1880
|
],
|
|
1247
1881
|
"dependencies": [],
|
|
1882
|
+
"packageDependencies": [
|
|
1883
|
+
"Blazicons.Lucide"
|
|
1884
|
+
],
|
|
1248
1885
|
"cssVars": [
|
|
1249
1886
|
"--color-accent",
|
|
1250
1887
|
"--color-accent-foreground",
|
|
@@ -1260,15 +1897,21 @@
|
|
|
1260
1897
|
"mention": {
|
|
1261
1898
|
"name": "Mention",
|
|
1262
1899
|
"category": "Forms",
|
|
1900
|
+
"subcategory": "Selection",
|
|
1263
1901
|
"description": "Textarea with @-trigger dropdown for mentioning users.",
|
|
1902
|
+
"thumbnail": "/preview-cards/mention.png",
|
|
1903
|
+
"hasDocsPage": true,
|
|
1904
|
+
"nugetPackage": "Lumeo",
|
|
1264
1905
|
"files": [
|
|
1265
1906
|
"UI/Mention/Mention.razor"
|
|
1266
1907
|
],
|
|
1267
1908
|
"dependencies": [],
|
|
1909
|
+
"packageDependencies": [],
|
|
1268
1910
|
"cssVars": [
|
|
1269
1911
|
"--color-accent",
|
|
1270
1912
|
"--color-accent-foreground",
|
|
1271
1913
|
"--color-border",
|
|
1914
|
+
"--color-destructive",
|
|
1272
1915
|
"--color-foreground",
|
|
1273
1916
|
"--color-muted",
|
|
1274
1917
|
"--color-muted-foreground",
|
|
@@ -1281,7 +1924,11 @@
|
|
|
1281
1924
|
"menubar": {
|
|
1282
1925
|
"name": "Menubar",
|
|
1283
1926
|
"category": "Navigation",
|
|
1927
|
+
"subcategory": null,
|
|
1284
1928
|
"description": "Horizontal menubar with File/Edit-style dropdowns.",
|
|
1929
|
+
"thumbnail": "/preview-cards/menubar.png",
|
|
1930
|
+
"hasDocsPage": true,
|
|
1931
|
+
"nugetPackage": "Lumeo",
|
|
1285
1932
|
"files": [
|
|
1286
1933
|
"UI/Menubar/Menubar.razor",
|
|
1287
1934
|
"UI/Menubar/MenubarContent.razor",
|
|
@@ -1293,6 +1940,7 @@
|
|
|
1293
1940
|
"UI/Menubar/MenubarTrigger.razor"
|
|
1294
1941
|
],
|
|
1295
1942
|
"dependencies": [],
|
|
1943
|
+
"packageDependencies": [],
|
|
1296
1944
|
"cssVars": [
|
|
1297
1945
|
"--color-accent",
|
|
1298
1946
|
"--color-accent-foreground",
|
|
@@ -1309,7 +1957,11 @@
|
|
|
1309
1957
|
"navigation-menu": {
|
|
1310
1958
|
"name": "NavigationMenu",
|
|
1311
1959
|
"category": "Navigation",
|
|
1960
|
+
"subcategory": null,
|
|
1312
1961
|
"description": "Top-level site nav with animated dropdown panels.",
|
|
1962
|
+
"thumbnail": "/preview-cards/navigation-menu.png",
|
|
1963
|
+
"hasDocsPage": true,
|
|
1964
|
+
"nugetPackage": "Lumeo",
|
|
1313
1965
|
"files": [
|
|
1314
1966
|
"UI/NavigationMenu/NavigationMenu.razor",
|
|
1315
1967
|
"UI/NavigationMenu/NavigationMenuContent.razor",
|
|
@@ -1325,6 +1977,9 @@
|
|
|
1325
1977
|
"dependencies": [
|
|
1326
1978
|
"sheet"
|
|
1327
1979
|
],
|
|
1980
|
+
"packageDependencies": [
|
|
1981
|
+
"Blazicons.Lucide"
|
|
1982
|
+
],
|
|
1328
1983
|
"cssVars": [
|
|
1329
1984
|
"--color-accent",
|
|
1330
1985
|
"--color-accent-foreground",
|
|
@@ -1339,14 +1994,22 @@
|
|
|
1339
1994
|
"number-input": {
|
|
1340
1995
|
"name": "NumberInput",
|
|
1341
1996
|
"category": "Forms",
|
|
1997
|
+
"subcategory": "Inputs",
|
|
1342
1998
|
"description": "Numeric input with stepper buttons and locale formatting.",
|
|
1999
|
+
"thumbnail": "/preview-cards/number-input.png",
|
|
2000
|
+
"hasDocsPage": true,
|
|
2001
|
+
"nugetPackage": "Lumeo",
|
|
1343
2002
|
"files": [
|
|
1344
2003
|
"UI/NumberInput/NumberInput.razor"
|
|
1345
2004
|
],
|
|
1346
2005
|
"dependencies": [],
|
|
2006
|
+
"packageDependencies": [
|
|
2007
|
+
"Blazicons.Lucide"
|
|
2008
|
+
],
|
|
1347
2009
|
"cssVars": [
|
|
1348
2010
|
"--color-background",
|
|
1349
2011
|
"--color-border",
|
|
2012
|
+
"--color-destructive",
|
|
1350
2013
|
"--color-foreground",
|
|
1351
2014
|
"--color-muted",
|
|
1352
2015
|
"--color-muted-foreground",
|
|
@@ -1357,11 +2020,16 @@
|
|
|
1357
2020
|
"number-ticker": {
|
|
1358
2021
|
"name": "NumberTicker",
|
|
1359
2022
|
"category": "Motion",
|
|
2023
|
+
"subcategory": null,
|
|
1360
2024
|
"description": "Animated count-up from zero to target number.",
|
|
2025
|
+
"thumbnail": "/preview-cards/number-ticker.png",
|
|
2026
|
+
"hasDocsPage": true,
|
|
2027
|
+
"nugetPackage": "Lumeo.Motion",
|
|
1361
2028
|
"files": [
|
|
1362
2029
|
"UI/NumberTicker/NumberTicker.razor"
|
|
1363
2030
|
],
|
|
1364
2031
|
"dependencies": [],
|
|
2032
|
+
"packageDependencies": [],
|
|
1365
2033
|
"cssVars": [
|
|
1366
2034
|
"--color-foreground"
|
|
1367
2035
|
],
|
|
@@ -1370,14 +2038,20 @@
|
|
|
1370
2038
|
"otp-input": {
|
|
1371
2039
|
"name": "OtpInput",
|
|
1372
2040
|
"category": "Forms",
|
|
2041
|
+
"subcategory": "Inputs",
|
|
1373
2042
|
"description": "One-time password input, auto-advances between boxes.",
|
|
2043
|
+
"thumbnail": "/preview-cards/otp-input.png",
|
|
2044
|
+
"hasDocsPage": true,
|
|
2045
|
+
"nugetPackage": "Lumeo",
|
|
1374
2046
|
"files": [
|
|
1375
2047
|
"UI/OtpInput/OtpInput.razor"
|
|
1376
2048
|
],
|
|
1377
2049
|
"dependencies": [
|
|
1378
2050
|
"list"
|
|
1379
2051
|
],
|
|
2052
|
+
"packageDependencies": [],
|
|
1380
2053
|
"cssVars": [
|
|
2054
|
+
"--color-destructive",
|
|
1381
2055
|
"--color-input",
|
|
1382
2056
|
"--color-muted",
|
|
1383
2057
|
"--color-muted-foreground",
|
|
@@ -1388,7 +2062,11 @@
|
|
|
1388
2062
|
"overlay": {
|
|
1389
2063
|
"name": "Overlay",
|
|
1390
2064
|
"category": "Overlay",
|
|
2065
|
+
"subcategory": null,
|
|
1391
2066
|
"description": "Low-level backdrop primitive for custom popovers and modals.",
|
|
2067
|
+
"thumbnail": "/preview-cards/overlay.png",
|
|
2068
|
+
"hasDocsPage": true,
|
|
2069
|
+
"nugetPackage": "Lumeo",
|
|
1392
2070
|
"files": [
|
|
1393
2071
|
"UI/Overlay/OverlayProvider.razor"
|
|
1394
2072
|
],
|
|
@@ -1399,6 +2077,7 @@
|
|
|
1399
2077
|
"drawer",
|
|
1400
2078
|
"sheet"
|
|
1401
2079
|
],
|
|
2080
|
+
"packageDependencies": [],
|
|
1402
2081
|
"cssVars": [
|
|
1403
2082
|
"--color-foreground"
|
|
1404
2083
|
],
|
|
@@ -1407,7 +2086,11 @@
|
|
|
1407
2086
|
"pagination": {
|
|
1408
2087
|
"name": "Pagination",
|
|
1409
2088
|
"category": "Navigation",
|
|
2089
|
+
"subcategory": null,
|
|
1410
2090
|
"description": "Page number bar with prev/next and configurable ranges.",
|
|
2091
|
+
"thumbnail": "/preview-cards/pagination.png",
|
|
2092
|
+
"hasDocsPage": true,
|
|
2093
|
+
"nugetPackage": "Lumeo",
|
|
1411
2094
|
"files": [
|
|
1412
2095
|
"UI/Pagination/Pagination.razor",
|
|
1413
2096
|
"UI/Pagination/PaginationContent.razor",
|
|
@@ -1417,6 +2100,9 @@
|
|
|
1417
2100
|
"UI/Pagination/PaginationPrevious.razor"
|
|
1418
2101
|
],
|
|
1419
2102
|
"dependencies": [],
|
|
2103
|
+
"packageDependencies": [
|
|
2104
|
+
"Blazicons.Lucide"
|
|
2105
|
+
],
|
|
1420
2106
|
"cssVars": [
|
|
1421
2107
|
"--color-accent",
|
|
1422
2108
|
"--color-accent-foreground",
|
|
@@ -1430,11 +2116,18 @@
|
|
|
1430
2116
|
"password-input": {
|
|
1431
2117
|
"name": "PasswordInput",
|
|
1432
2118
|
"category": "Forms",
|
|
2119
|
+
"subcategory": "Inputs",
|
|
1433
2120
|
"description": "Password field with show/hide toggle and strength meter.",
|
|
2121
|
+
"thumbnail": "/preview-cards/password-input.png",
|
|
2122
|
+
"hasDocsPage": true,
|
|
2123
|
+
"nugetPackage": "Lumeo",
|
|
1434
2124
|
"files": [
|
|
1435
2125
|
"UI/PasswordInput/PasswordInput.razor"
|
|
1436
2126
|
],
|
|
1437
2127
|
"dependencies": [],
|
|
2128
|
+
"packageDependencies": [
|
|
2129
|
+
"Blazicons.Lucide"
|
|
2130
|
+
],
|
|
1438
2131
|
"cssVars": [
|
|
1439
2132
|
"--color-destructive",
|
|
1440
2133
|
"--color-foreground",
|
|
@@ -1449,11 +2142,18 @@
|
|
|
1449
2142
|
"pick-list": {
|
|
1450
2143
|
"name": "PickList",
|
|
1451
2144
|
"category": "Dashboard",
|
|
2145
|
+
"subcategory": null,
|
|
1452
2146
|
"description": "Two-column shuttle picker — move items between lists.",
|
|
2147
|
+
"thumbnail": "/preview-cards/pick-list.png",
|
|
2148
|
+
"hasDocsPage": true,
|
|
2149
|
+
"nugetPackage": "Lumeo",
|
|
1453
2150
|
"files": [
|
|
1454
2151
|
"UI/PickList/PickList.razor"
|
|
1455
2152
|
],
|
|
1456
2153
|
"dependencies": [],
|
|
2154
|
+
"packageDependencies": [
|
|
2155
|
+
"Blazicons.Lucide"
|
|
2156
|
+
],
|
|
1457
2157
|
"cssVars": [
|
|
1458
2158
|
"--color-accent",
|
|
1459
2159
|
"--color-accent-foreground",
|
|
@@ -1468,10 +2168,45 @@
|
|
|
1468
2168
|
],
|
|
1469
2169
|
"registryUrl": "https://lumeo.nativ.sh/registry/pick-list.json"
|
|
1470
2170
|
},
|
|
2171
|
+
"pivot-grid": {
|
|
2172
|
+
"name": "PivotGrid",
|
|
2173
|
+
"category": "Data Display",
|
|
2174
|
+
"subcategory": null,
|
|
2175
|
+
"description": "Cross-tab / pivot table that summarizes flat data into rows x columns x aggregated measures.",
|
|
2176
|
+
"thumbnail": "/preview-cards/pivot-grid.png",
|
|
2177
|
+
"hasDocsPage": true,
|
|
2178
|
+
"nugetPackage": "Lumeo",
|
|
2179
|
+
"files": [
|
|
2180
|
+
"UI/PivotGrid/PivotCellClickArgs.cs",
|
|
2181
|
+
"UI/PivotGrid/PivotField.cs",
|
|
2182
|
+
"UI/PivotGrid/PivotGrid.razor",
|
|
2183
|
+
"UI/PivotGrid/PivotMeasure.cs"
|
|
2184
|
+
],
|
|
2185
|
+
"dependencies": [
|
|
2186
|
+
"list"
|
|
2187
|
+
],
|
|
2188
|
+
"packageDependencies": [
|
|
2189
|
+
"Blazicons.Lucide"
|
|
2190
|
+
],
|
|
2191
|
+
"cssVars": [
|
|
2192
|
+
"--color-border",
|
|
2193
|
+
"--color-card",
|
|
2194
|
+
"--color-foreground",
|
|
2195
|
+
"--color-muted",
|
|
2196
|
+
"--color-muted-foreground",
|
|
2197
|
+
"--color-primary",
|
|
2198
|
+
"--radius"
|
|
2199
|
+
],
|
|
2200
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/pivot-grid.json"
|
|
2201
|
+
},
|
|
1471
2202
|
"pop-confirm": {
|
|
1472
2203
|
"name": "PopConfirm",
|
|
1473
2204
|
"category": "Overlay",
|
|
2205
|
+
"subcategory": null,
|
|
1474
2206
|
"description": "Inline 'are you sure?' popover attached to a trigger.",
|
|
2207
|
+
"thumbnail": "/preview-cards/pop-confirm.png",
|
|
2208
|
+
"hasDocsPage": true,
|
|
2209
|
+
"nugetPackage": "Lumeo",
|
|
1475
2210
|
"files": [
|
|
1476
2211
|
"UI/PopConfirm/PopConfirm.razor"
|
|
1477
2212
|
],
|
|
@@ -1479,6 +2214,9 @@
|
|
|
1479
2214
|
"button",
|
|
1480
2215
|
"popover"
|
|
1481
2216
|
],
|
|
2217
|
+
"packageDependencies": [
|
|
2218
|
+
"Blazicons.Lucide"
|
|
2219
|
+
],
|
|
1482
2220
|
"cssVars": [
|
|
1483
2221
|
"--color-muted",
|
|
1484
2222
|
"--color-muted-foreground"
|
|
@@ -1488,13 +2226,18 @@
|
|
|
1488
2226
|
"popover": {
|
|
1489
2227
|
"name": "Popover",
|
|
1490
2228
|
"category": "Overlay",
|
|
2229
|
+
"subcategory": null,
|
|
1491
2230
|
"description": "Positionable floating panel with anchor and arrow.",
|
|
2231
|
+
"thumbnail": "/preview-cards/popover.png",
|
|
2232
|
+
"hasDocsPage": true,
|
|
2233
|
+
"nugetPackage": "Lumeo",
|
|
1492
2234
|
"files": [
|
|
1493
2235
|
"UI/Popover/Popover.razor",
|
|
1494
2236
|
"UI/Popover/PopoverContent.razor",
|
|
1495
2237
|
"UI/Popover/PopoverTrigger.razor"
|
|
1496
2238
|
],
|
|
1497
2239
|
"dependencies": [],
|
|
2240
|
+
"packageDependencies": [],
|
|
1498
2241
|
"cssVars": [
|
|
1499
2242
|
"--color-border",
|
|
1500
2243
|
"--color-popover",
|
|
@@ -1506,13 +2249,20 @@
|
|
|
1506
2249
|
"progress": {
|
|
1507
2250
|
"name": "Progress",
|
|
1508
2251
|
"category": "Feedback",
|
|
2252
|
+
"subcategory": null,
|
|
1509
2253
|
"description": "Linear progress bar with determinate + indeterminate modes.",
|
|
2254
|
+
"thumbnail": "/preview-cards/progress.png",
|
|
2255
|
+
"hasDocsPage": true,
|
|
2256
|
+
"nugetPackage": "Lumeo",
|
|
1510
2257
|
"files": [
|
|
1511
2258
|
"UI/Progress/CircularProgress.razor",
|
|
1512
2259
|
"UI/Progress/Progress.razor",
|
|
1513
2260
|
"UI/Progress/StepsProgress.razor"
|
|
1514
2261
|
],
|
|
1515
2262
|
"dependencies": [],
|
|
2263
|
+
"packageDependencies": [
|
|
2264
|
+
"Blazicons.Lucide"
|
|
2265
|
+
],
|
|
1516
2266
|
"cssVars": [
|
|
1517
2267
|
"--color-destructive",
|
|
1518
2268
|
"--color-foreground",
|
|
@@ -1527,7 +2277,11 @@
|
|
|
1527
2277
|
"prompt-input": {
|
|
1528
2278
|
"name": "PromptInput",
|
|
1529
2279
|
"category": "AI",
|
|
2280
|
+
"subcategory": null,
|
|
1530
2281
|
"description": "Multiline AI prompt textarea with submit + keyboard shortcuts.",
|
|
2282
|
+
"thumbnail": "/preview-cards/prompt-input.png",
|
|
2283
|
+
"hasDocsPage": true,
|
|
2284
|
+
"nugetPackage": "Lumeo",
|
|
1531
2285
|
"files": [
|
|
1532
2286
|
"UI/PromptInput/PromptInput.razor"
|
|
1533
2287
|
],
|
|
@@ -1535,6 +2289,7 @@
|
|
|
1535
2289
|
"icon",
|
|
1536
2290
|
"spinner"
|
|
1537
2291
|
],
|
|
2292
|
+
"packageDependencies": [],
|
|
1538
2293
|
"cssVars": [
|
|
1539
2294
|
"--color-border",
|
|
1540
2295
|
"--color-card",
|
|
@@ -1551,30 +2306,76 @@
|
|
|
1551
2306
|
"qr-code": {
|
|
1552
2307
|
"name": "QRCode",
|
|
1553
2308
|
"category": "Data Display",
|
|
2309
|
+
"subcategory": "Status & Indicators",
|
|
1554
2310
|
"description": "Renders a QR code SVG for a string payload.",
|
|
2311
|
+
"thumbnail": "/preview-cards/qr-code.png",
|
|
2312
|
+
"hasDocsPage": true,
|
|
2313
|
+
"nugetPackage": "Lumeo",
|
|
1555
2314
|
"files": [
|
|
1556
2315
|
"UI/QRCode/QRCode.razor",
|
|
1557
2316
|
"UI/QRCode/QRCodeEncoder.cs"
|
|
1558
2317
|
],
|
|
1559
2318
|
"dependencies": [],
|
|
2319
|
+
"packageDependencies": [],
|
|
1560
2320
|
"cssVars": [
|
|
1561
2321
|
"--radius"
|
|
1562
2322
|
],
|
|
1563
2323
|
"registryUrl": "https://lumeo.nativ.sh/registry/qr-code.json"
|
|
1564
2324
|
},
|
|
2325
|
+
"query-builder": {
|
|
2326
|
+
"name": "QueryBuilder",
|
|
2327
|
+
"category": "Forms",
|
|
2328
|
+
"subcategory": null,
|
|
2329
|
+
"description": "Visual AND/OR predicate-tree builder; serializes to JSON or a LINQ predicate.",
|
|
2330
|
+
"thumbnail": "/preview-cards/query-builder.png",
|
|
2331
|
+
"hasDocsPage": true,
|
|
2332
|
+
"nugetPackage": "Lumeo",
|
|
2333
|
+
"files": [
|
|
2334
|
+
"UI/QueryBuilder/QueryBuilder.razor",
|
|
2335
|
+
"UI/QueryBuilder/QueryBuilderGroup.razor",
|
|
2336
|
+
"UI/QueryBuilder/QueryBuilderModel.cs"
|
|
2337
|
+
],
|
|
2338
|
+
"dependencies": [
|
|
2339
|
+
"button"
|
|
2340
|
+
],
|
|
2341
|
+
"packageDependencies": [
|
|
2342
|
+
"Blazicons.Lucide"
|
|
2343
|
+
],
|
|
2344
|
+
"cssVars": [
|
|
2345
|
+
"--color-background",
|
|
2346
|
+
"--color-border",
|
|
2347
|
+
"--color-card",
|
|
2348
|
+
"--color-destructive",
|
|
2349
|
+
"--color-foreground",
|
|
2350
|
+
"--color-input",
|
|
2351
|
+
"--color-muted",
|
|
2352
|
+
"--color-muted-foreground",
|
|
2353
|
+
"--color-primary",
|
|
2354
|
+
"--color-primary-foreground",
|
|
2355
|
+
"--color-ring",
|
|
2356
|
+
"--radius"
|
|
2357
|
+
],
|
|
2358
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/query-builder.json"
|
|
2359
|
+
},
|
|
1565
2360
|
"radio-group": {
|
|
1566
2361
|
"name": "RadioGroup",
|
|
1567
2362
|
"category": "Forms",
|
|
2363
|
+
"subcategory": "Selection",
|
|
1568
2364
|
"description": "Grouped radio buttons with horizontal or vertical layout.",
|
|
2365
|
+
"thumbnail": "/preview-cards/radio-group.png",
|
|
2366
|
+
"hasDocsPage": true,
|
|
2367
|
+
"nugetPackage": "Lumeo",
|
|
1569
2368
|
"files": [
|
|
1570
2369
|
"UI/RadioGroup/RadioGroup.razor",
|
|
1571
2370
|
"UI/RadioGroup/RadioGroupCard.razor",
|
|
1572
2371
|
"UI/RadioGroup/RadioGroupItem.razor"
|
|
1573
2372
|
],
|
|
1574
2373
|
"dependencies": [],
|
|
2374
|
+
"packageDependencies": [],
|
|
1575
2375
|
"cssVars": [
|
|
1576
2376
|
"--color-accent",
|
|
1577
2377
|
"--color-border",
|
|
2378
|
+
"--color-destructive",
|
|
1578
2379
|
"--color-muted",
|
|
1579
2380
|
"--color-muted-foreground",
|
|
1580
2381
|
"--color-primary",
|
|
@@ -1586,12 +2387,21 @@
|
|
|
1586
2387
|
"rating": {
|
|
1587
2388
|
"name": "Rating",
|
|
1588
2389
|
"category": "Forms",
|
|
2390
|
+
"subcategory": "Specialized",
|
|
1589
2391
|
"description": "Star rating input with half-star support.",
|
|
2392
|
+
"thumbnail": "/preview-cards/rating.png",
|
|
2393
|
+
"hasDocsPage": true,
|
|
2394
|
+
"nugetPackage": "Lumeo",
|
|
1590
2395
|
"files": [
|
|
1591
2396
|
"UI/Rating/Rating.razor"
|
|
1592
2397
|
],
|
|
1593
2398
|
"dependencies": [],
|
|
2399
|
+
"packageDependencies": [
|
|
2400
|
+
"Blazicons.Lucide"
|
|
2401
|
+
],
|
|
1594
2402
|
"cssVars": [
|
|
2403
|
+
"--color-destructive",
|
|
2404
|
+
"--color-foreground",
|
|
1595
2405
|
"--color-muted",
|
|
1596
2406
|
"--color-muted-foreground",
|
|
1597
2407
|
"--color-ring",
|
|
@@ -1602,13 +2412,18 @@
|
|
|
1602
2412
|
"reasoning-display": {
|
|
1603
2413
|
"name": "ReasoningDisplay",
|
|
1604
2414
|
"category": "AI",
|
|
2415
|
+
"subcategory": null,
|
|
1605
2416
|
"description": "Collapsible chain-of-thought block for AI reasoning traces.",
|
|
2417
|
+
"thumbnail": "/preview-cards/reasoning-display.png",
|
|
2418
|
+
"hasDocsPage": true,
|
|
2419
|
+
"nugetPackage": "Lumeo",
|
|
1606
2420
|
"files": [
|
|
1607
2421
|
"UI/ReasoningDisplay/ReasoningDisplay.razor"
|
|
1608
2422
|
],
|
|
1609
2423
|
"dependencies": [
|
|
1610
2424
|
"icon"
|
|
1611
2425
|
],
|
|
2426
|
+
"packageDependencies": [],
|
|
1612
2427
|
"cssVars": [
|
|
1613
2428
|
"--color-border",
|
|
1614
2429
|
"--color-foreground",
|
|
@@ -1621,13 +2436,20 @@
|
|
|
1621
2436
|
"resizable": {
|
|
1622
2437
|
"name": "Resizable",
|
|
1623
2438
|
"category": "Layout",
|
|
2439
|
+
"subcategory": null,
|
|
1624
2440
|
"description": "Draggable splitter for resizable panel layouts.",
|
|
2441
|
+
"thumbnail": "/preview-cards/resizable.png",
|
|
2442
|
+
"hasDocsPage": true,
|
|
2443
|
+
"nugetPackage": "Lumeo",
|
|
1625
2444
|
"files": [
|
|
1626
2445
|
"UI/Resizable/ResizableHandle.razor",
|
|
1627
2446
|
"UI/Resizable/ResizablePanel.razor",
|
|
1628
2447
|
"UI/Resizable/ResizablePanelGroup.razor"
|
|
1629
2448
|
],
|
|
1630
2449
|
"dependencies": [],
|
|
2450
|
+
"packageDependencies": [
|
|
2451
|
+
"Blazicons.Lucide"
|
|
2452
|
+
],
|
|
1631
2453
|
"cssVars": [
|
|
1632
2454
|
"--color-border",
|
|
1633
2455
|
"--color-primary",
|
|
@@ -1639,11 +2461,18 @@
|
|
|
1639
2461
|
"result": {
|
|
1640
2462
|
"name": "Result",
|
|
1641
2463
|
"category": "Feedback",
|
|
2464
|
+
"subcategory": null,
|
|
1642
2465
|
"description": "Full-page success/error/info status screen with actions.",
|
|
2466
|
+
"thumbnail": "/preview-cards/result.png",
|
|
2467
|
+
"hasDocsPage": true,
|
|
2468
|
+
"nugetPackage": "Lumeo",
|
|
1643
2469
|
"files": [
|
|
1644
2470
|
"UI/Result/Result.razor"
|
|
1645
2471
|
],
|
|
1646
2472
|
"dependencies": [],
|
|
2473
|
+
"packageDependencies": [
|
|
2474
|
+
"Blazicons.Lucide"
|
|
2475
|
+
],
|
|
1647
2476
|
"cssVars": [
|
|
1648
2477
|
"--color-destructive",
|
|
1649
2478
|
"--color-foreground",
|
|
@@ -1656,30 +2485,76 @@
|
|
|
1656
2485
|
},
|
|
1657
2486
|
"rich-text-editor": {
|
|
1658
2487
|
"name": "RichTextEditor",
|
|
1659
|
-
"category": "
|
|
2488
|
+
"category": "Forms",
|
|
2489
|
+
"subcategory": "Specialized",
|
|
1660
2490
|
"description": "WYSIWYG editor wrapping TipTap with Lumeo styling.",
|
|
1661
|
-
"
|
|
1662
|
-
|
|
2491
|
+
"thumbnail": "/preview-cards/rich-text-editor.png",
|
|
2492
|
+
"hasDocsPage": true,
|
|
2493
|
+
"nugetPackage": "Lumeo.Editor",
|
|
2494
|
+
"files": [
|
|
2495
|
+
"UI/RichTextEditor/AiAction.cs",
|
|
2496
|
+
"UI/RichTextEditor/AiActionMenu.razor",
|
|
2497
|
+
"UI/RichTextEditor/BubbleMenu.razor",
|
|
2498
|
+
"UI/RichTextEditor/EditorImageRequest.cs",
|
|
2499
|
+
"UI/RichTextEditor/EditorToolbar.razor",
|
|
2500
|
+
"UI/RichTextEditor/EditorToolbarPreset.cs",
|
|
2501
|
+
"UI/RichTextEditor/EditorTrigger.cs",
|
|
2502
|
+
"UI/RichTextEditor/RichTextEditor.razor",
|
|
2503
|
+
"UI/RichTextEditor/SlashCommands.cs",
|
|
2504
|
+
"UI/RichTextEditor/TriggerDropdown.razor",
|
|
2505
|
+
"UI/RichTextEditor/WordImporter.cs",
|
|
2506
|
+
"UI/RichTextEditor/WordImportPayload.cs",
|
|
2507
|
+
"UI/RichTextEditor/WordImportSizeException.cs"
|
|
1663
2508
|
],
|
|
1664
2509
|
"dependencies": [
|
|
1665
|
-
"
|
|
2510
|
+
"button",
|
|
2511
|
+
"dialog",
|
|
2512
|
+
"icon",
|
|
2513
|
+
"input"
|
|
1666
2514
|
],
|
|
2515
|
+
"packageDependencies": [],
|
|
1667
2516
|
"cssVars": [
|
|
1668
2517
|
"--color-accent",
|
|
1669
2518
|
"--color-accent-foreground",
|
|
1670
2519
|
"--color-border",
|
|
1671
2520
|
"--color-card",
|
|
2521
|
+
"--color-destructive",
|
|
2522
|
+
"--color-foreground",
|
|
1672
2523
|
"--color-muted",
|
|
1673
2524
|
"--color-muted-foreground",
|
|
2525
|
+
"--color-popover",
|
|
2526
|
+
"--color-popover-foreground",
|
|
1674
2527
|
"--color-ring",
|
|
1675
2528
|
"--radius"
|
|
1676
2529
|
],
|
|
1677
2530
|
"registryUrl": "https://lumeo.nativ.sh/registry/rich-text-editor.json"
|
|
1678
2531
|
},
|
|
2532
|
+
"ring-progress": {
|
|
2533
|
+
"name": "RingProgress",
|
|
2534
|
+
"category": "Feedback",
|
|
2535
|
+
"subcategory": null,
|
|
2536
|
+
"description": "Circular determinate progress ring with optional centre label or custom content.",
|
|
2537
|
+
"thumbnail": "/preview-cards/ring-progress.png",
|
|
2538
|
+
"hasDocsPage": true,
|
|
2539
|
+
"nugetPackage": "Lumeo",
|
|
2540
|
+
"files": [
|
|
2541
|
+
"UI/RingProgress/RingProgress.razor"
|
|
2542
|
+
],
|
|
2543
|
+
"dependencies": [],
|
|
2544
|
+
"packageDependencies": [],
|
|
2545
|
+
"cssVars": [
|
|
2546
|
+
"--color-foreground"
|
|
2547
|
+
],
|
|
2548
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/ring-progress.json"
|
|
2549
|
+
},
|
|
1679
2550
|
"scheduler": {
|
|
1680
2551
|
"name": "Scheduler",
|
|
1681
2552
|
"category": "Data Display",
|
|
2553
|
+
"subcategory": "Lists & Trees",
|
|
1682
2554
|
"description": "Calendar/agenda scheduler wrapping FullCalendar.",
|
|
2555
|
+
"thumbnail": "/preview-cards/scheduler.png",
|
|
2556
|
+
"hasDocsPage": true,
|
|
2557
|
+
"nugetPackage": "Lumeo.Scheduler",
|
|
1683
2558
|
"files": [
|
|
1684
2559
|
"UI/Scheduler/Scheduler.razor",
|
|
1685
2560
|
"UI/Scheduler/SchedulerTypes.cs"
|
|
@@ -1688,10 +2563,15 @@
|
|
|
1688
2563
|
"button",
|
|
1689
2564
|
"toggle-group"
|
|
1690
2565
|
],
|
|
2566
|
+
"packageDependencies": [
|
|
2567
|
+
"Blazicons.Lucide"
|
|
2568
|
+
],
|
|
1691
2569
|
"cssVars": [
|
|
1692
2570
|
"--color-border",
|
|
1693
2571
|
"--color-card",
|
|
1694
2572
|
"--color-foreground",
|
|
2573
|
+
"--color-muted",
|
|
2574
|
+
"--color-muted-foreground",
|
|
1695
2575
|
"--radius"
|
|
1696
2576
|
],
|
|
1697
2577
|
"registryUrl": "https://lumeo.nativ.sh/registry/scheduler.json"
|
|
@@ -1699,11 +2579,16 @@
|
|
|
1699
2579
|
"scroll-area": {
|
|
1700
2580
|
"name": "ScrollArea",
|
|
1701
2581
|
"category": "Layout",
|
|
2582
|
+
"subcategory": null,
|
|
1702
2583
|
"description": "Styled custom scrollbar container.",
|
|
2584
|
+
"thumbnail": "/preview-cards/scroll-area.png",
|
|
2585
|
+
"hasDocsPage": true,
|
|
2586
|
+
"nugetPackage": "Lumeo",
|
|
1703
2587
|
"files": [
|
|
1704
2588
|
"UI/ScrollArea/ScrollArea.razor"
|
|
1705
2589
|
],
|
|
1706
2590
|
"dependencies": [],
|
|
2591
|
+
"packageDependencies": [],
|
|
1707
2592
|
"cssVars": [
|
|
1708
2593
|
"--color-border",
|
|
1709
2594
|
"--color-muted",
|
|
@@ -1715,13 +2600,18 @@
|
|
|
1715
2600
|
"scrollspy": {
|
|
1716
2601
|
"name": "Scrollspy",
|
|
1717
2602
|
"category": "Navigation",
|
|
2603
|
+
"subcategory": null,
|
|
1718
2604
|
"description": "Highlights the nav item matching the current scroll section.",
|
|
2605
|
+
"thumbnail": "/preview-cards/scrollspy.png",
|
|
2606
|
+
"hasDocsPage": true,
|
|
2607
|
+
"nugetPackage": "Lumeo",
|
|
1719
2608
|
"files": [
|
|
1720
2609
|
"UI/Scrollspy/Scrollspy.razor",
|
|
1721
2610
|
"UI/Scrollspy/ScrollspyLink.razor",
|
|
1722
2611
|
"UI/Scrollspy/ScrollspySection.razor"
|
|
1723
2612
|
],
|
|
1724
2613
|
"dependencies": [],
|
|
2614
|
+
"packageDependencies": [],
|
|
1725
2615
|
"cssVars": [
|
|
1726
2616
|
"--color-foreground"
|
|
1727
2617
|
],
|
|
@@ -1730,11 +2620,17 @@
|
|
|
1730
2620
|
"segmented": {
|
|
1731
2621
|
"name": "Segmented",
|
|
1732
2622
|
"category": "Forms",
|
|
2623
|
+
"subcategory": "Selection",
|
|
1733
2624
|
"description": "Pill-shaped tab-like single-select control.",
|
|
2625
|
+
"thumbnail": "/preview-cards/segmented.png",
|
|
2626
|
+
"hasDocsPage": true,
|
|
2627
|
+
"nugetPackage": "Lumeo",
|
|
1734
2628
|
"files": [
|
|
1735
|
-
"UI/Segmented/Segmented.razor"
|
|
2629
|
+
"UI/Segmented/Segmented.razor",
|
|
2630
|
+
"UI/Segmented/SegmentedItem.razor"
|
|
1736
2631
|
],
|
|
1737
2632
|
"dependencies": [],
|
|
2633
|
+
"packageDependencies": [],
|
|
1738
2634
|
"cssVars": [
|
|
1739
2635
|
"--color-background",
|
|
1740
2636
|
"--color-foreground",
|
|
@@ -1747,7 +2643,11 @@
|
|
|
1747
2643
|
"select": {
|
|
1748
2644
|
"name": "Select",
|
|
1749
2645
|
"category": "Forms",
|
|
2646
|
+
"subcategory": "Selection",
|
|
1750
2647
|
"description": "Native-feeling styled dropdown with search and groups.",
|
|
2648
|
+
"thumbnail": "/preview-cards/select.png",
|
|
2649
|
+
"hasDocsPage": true,
|
|
2650
|
+
"nugetPackage": "Lumeo",
|
|
1751
2651
|
"files": [
|
|
1752
2652
|
"UI/Select/Select.razor",
|
|
1753
2653
|
"UI/Select/SelectContent.razor",
|
|
@@ -1760,11 +2660,15 @@
|
|
|
1760
2660
|
"list",
|
|
1761
2661
|
"spinner"
|
|
1762
2662
|
],
|
|
2663
|
+
"packageDependencies": [
|
|
2664
|
+
"Blazicons.Lucide"
|
|
2665
|
+
],
|
|
1763
2666
|
"cssVars": [
|
|
1764
2667
|
"--color-accent",
|
|
1765
2668
|
"--color-accent-foreground",
|
|
1766
2669
|
"--color-background",
|
|
1767
2670
|
"--color-border",
|
|
2671
|
+
"--color-destructive",
|
|
1768
2672
|
"--color-foreground",
|
|
1769
2673
|
"--color-input",
|
|
1770
2674
|
"--color-muted",
|
|
@@ -1781,11 +2685,16 @@
|
|
|
1781
2685
|
"separator": {
|
|
1782
2686
|
"name": "Separator",
|
|
1783
2687
|
"category": "Layout",
|
|
2688
|
+
"subcategory": null,
|
|
1784
2689
|
"description": "Horizontal or vertical dividing rule.",
|
|
2690
|
+
"thumbnail": "/preview-cards/separator.png",
|
|
2691
|
+
"hasDocsPage": true,
|
|
2692
|
+
"nugetPackage": "Lumeo",
|
|
1785
2693
|
"files": [
|
|
1786
2694
|
"UI/Separator/Separator.razor"
|
|
1787
2695
|
],
|
|
1788
2696
|
"dependencies": [],
|
|
2697
|
+
"packageDependencies": [],
|
|
1789
2698
|
"cssVars": [
|
|
1790
2699
|
"--color-border",
|
|
1791
2700
|
"--color-muted",
|
|
@@ -1796,7 +2705,11 @@
|
|
|
1796
2705
|
"sheet": {
|
|
1797
2706
|
"name": "Sheet",
|
|
1798
2707
|
"category": "Overlay",
|
|
2708
|
+
"subcategory": null,
|
|
1799
2709
|
"description": "Slide-in side panel from left/right/top/bottom.",
|
|
2710
|
+
"thumbnail": "/preview-cards/sheet.png",
|
|
2711
|
+
"hasDocsPage": true,
|
|
2712
|
+
"nugetPackage": "Lumeo",
|
|
1800
2713
|
"files": [
|
|
1801
2714
|
"UI/Sheet/Sheet.razor",
|
|
1802
2715
|
"UI/Sheet/SheetClose.razor",
|
|
@@ -1808,6 +2721,9 @@
|
|
|
1808
2721
|
"UI/Sheet/SheetTrigger.razor"
|
|
1809
2722
|
],
|
|
1810
2723
|
"dependencies": [],
|
|
2724
|
+
"packageDependencies": [
|
|
2725
|
+
"Blazicons.Lucide"
|
|
2726
|
+
],
|
|
1811
2727
|
"cssVars": [
|
|
1812
2728
|
"--color-background",
|
|
1813
2729
|
"--color-foreground",
|
|
@@ -1820,11 +2736,16 @@
|
|
|
1820
2736
|
"shimmer-button": {
|
|
1821
2737
|
"name": "ShimmerButton",
|
|
1822
2738
|
"category": "Motion",
|
|
2739
|
+
"subcategory": null,
|
|
1823
2740
|
"description": "Button with animated shimmer border beam.",
|
|
2741
|
+
"thumbnail": "/preview-cards/shimmer-button.png",
|
|
2742
|
+
"hasDocsPage": true,
|
|
2743
|
+
"nugetPackage": "Lumeo.Motion",
|
|
1824
2744
|
"files": [
|
|
1825
2745
|
"UI/ShimmerButton/ShimmerButton.razor"
|
|
1826
2746
|
],
|
|
1827
2747
|
"dependencies": [],
|
|
2748
|
+
"packageDependencies": [],
|
|
1828
2749
|
"cssVars": [
|
|
1829
2750
|
"--color-accent",
|
|
1830
2751
|
"--color-accent-foreground",
|
|
@@ -1844,7 +2765,11 @@
|
|
|
1844
2765
|
"sidebar": {
|
|
1845
2766
|
"name": "Sidebar",
|
|
1846
2767
|
"category": "Navigation",
|
|
2768
|
+
"subcategory": null,
|
|
1847
2769
|
"description": "Collapsible app sidebar with groups, menu, and trigger.",
|
|
2770
|
+
"thumbnail": "/preview-cards/sidebar.png",
|
|
2771
|
+
"hasDocsPage": true,
|
|
2772
|
+
"nugetPackage": "Lumeo",
|
|
1848
2773
|
"files": [
|
|
1849
2774
|
"UI/Sidebar/SidebarComponent.razor",
|
|
1850
2775
|
"UI/Sidebar/SidebarContent.razor",
|
|
@@ -1860,6 +2785,9 @@
|
|
|
1860
2785
|
"UI/Sidebar/SidebarTrigger.razor"
|
|
1861
2786
|
],
|
|
1862
2787
|
"dependencies": [],
|
|
2788
|
+
"packageDependencies": [
|
|
2789
|
+
"Blazicons.Lucide"
|
|
2790
|
+
],
|
|
1863
2791
|
"cssVars": [
|
|
1864
2792
|
"--color-accent",
|
|
1865
2793
|
"--color-accent-foreground",
|
|
@@ -1874,7 +2802,11 @@
|
|
|
1874
2802
|
"skeleton": {
|
|
1875
2803
|
"name": "Skeleton",
|
|
1876
2804
|
"category": "Feedback",
|
|
2805
|
+
"subcategory": null,
|
|
1877
2806
|
"description": "Pulsing placeholder block for loading states.",
|
|
2807
|
+
"thumbnail": "/preview-cards/skeleton.png",
|
|
2808
|
+
"hasDocsPage": true,
|
|
2809
|
+
"nugetPackage": "Lumeo",
|
|
1878
2810
|
"files": [
|
|
1879
2811
|
"UI/Skeleton/Skeleton.razor",
|
|
1880
2812
|
"UI/Skeleton/SkeletonCard.razor",
|
|
@@ -1882,6 +2814,7 @@
|
|
|
1882
2814
|
"UI/Skeleton/SkeletonText.razor"
|
|
1883
2815
|
],
|
|
1884
2816
|
"dependencies": [],
|
|
2817
|
+
"packageDependencies": [],
|
|
1885
2818
|
"cssVars": [
|
|
1886
2819
|
"--color-border",
|
|
1887
2820
|
"--color-primary",
|
|
@@ -1892,12 +2825,18 @@
|
|
|
1892
2825
|
"slider": {
|
|
1893
2826
|
"name": "Slider",
|
|
1894
2827
|
"category": "Forms",
|
|
2828
|
+
"subcategory": "Specialized",
|
|
1895
2829
|
"description": "Range slider with single and dual thumb modes.",
|
|
2830
|
+
"thumbnail": "/preview-cards/slider.png",
|
|
2831
|
+
"hasDocsPage": true,
|
|
2832
|
+
"nugetPackage": "Lumeo",
|
|
1896
2833
|
"files": [
|
|
1897
2834
|
"UI/Slider/Slider.razor"
|
|
1898
2835
|
],
|
|
1899
2836
|
"dependencies": [],
|
|
2837
|
+
"packageDependencies": [],
|
|
1900
2838
|
"cssVars": [
|
|
2839
|
+
"--color-destructive",
|
|
1901
2840
|
"--color-muted",
|
|
1902
2841
|
"--color-muted-foreground",
|
|
1903
2842
|
"--color-popover",
|
|
@@ -1910,13 +2849,20 @@
|
|
|
1910
2849
|
"sortable": {
|
|
1911
2850
|
"name": "Sortable",
|
|
1912
2851
|
"category": "Drag & Drop",
|
|
2852
|
+
"subcategory": null,
|
|
1913
2853
|
"description": "Drag-and-drop reorderable list.",
|
|
2854
|
+
"thumbnail": "/preview-cards/sortable.png",
|
|
2855
|
+
"hasDocsPage": true,
|
|
2856
|
+
"nugetPackage": "Lumeo",
|
|
1914
2857
|
"files": [
|
|
1915
2858
|
"UI/Sortable/SortableList.razor"
|
|
1916
2859
|
],
|
|
1917
2860
|
"dependencies": [
|
|
1918
2861
|
"list"
|
|
1919
2862
|
],
|
|
2863
|
+
"packageDependencies": [
|
|
2864
|
+
"Blazicons.Lucide"
|
|
2865
|
+
],
|
|
1920
2866
|
"cssVars": [
|
|
1921
2867
|
"--color-border",
|
|
1922
2868
|
"--color-card",
|
|
@@ -1931,11 +2877,16 @@
|
|
|
1931
2877
|
"spacer": {
|
|
1932
2878
|
"name": "Spacer",
|
|
1933
2879
|
"category": "Layout",
|
|
2880
|
+
"subcategory": null,
|
|
1934
2881
|
"description": "Flex-grow spacer that pushes siblings apart.",
|
|
2882
|
+
"thumbnail": "/preview-cards/spacer.png",
|
|
2883
|
+
"hasDocsPage": true,
|
|
2884
|
+
"nugetPackage": "Lumeo",
|
|
1935
2885
|
"files": [
|
|
1936
2886
|
"UI/Spacer/Spacer.razor"
|
|
1937
2887
|
],
|
|
1938
2888
|
"dependencies": [],
|
|
2889
|
+
"packageDependencies": [],
|
|
1939
2890
|
"cssVars": [
|
|
1940
2891
|
"--color-foreground"
|
|
1941
2892
|
],
|
|
@@ -1944,11 +2895,16 @@
|
|
|
1944
2895
|
"spark-card": {
|
|
1945
2896
|
"name": "SparkCard",
|
|
1946
2897
|
"category": "Dashboard",
|
|
2898
|
+
"subcategory": null,
|
|
1947
2899
|
"description": "Small dashboard card with an inline sparkline chart.",
|
|
2900
|
+
"thumbnail": "/preview-cards/spark-card.png",
|
|
2901
|
+
"hasDocsPage": true,
|
|
2902
|
+
"nugetPackage": "Lumeo",
|
|
1948
2903
|
"files": [
|
|
1949
2904
|
"UI/SparkCard/SparkCard.razor"
|
|
1950
2905
|
],
|
|
1951
2906
|
"dependencies": [],
|
|
2907
|
+
"packageDependencies": [],
|
|
1952
2908
|
"cssVars": [
|
|
1953
2909
|
"--color-border",
|
|
1954
2910
|
"--color-card",
|
|
@@ -1963,11 +2919,16 @@
|
|
|
1963
2919
|
"sparkles": {
|
|
1964
2920
|
"name": "Sparkles",
|
|
1965
2921
|
"category": "Motion",
|
|
2922
|
+
"subcategory": null,
|
|
1966
2923
|
"description": "Decorative sparkle particle animation.",
|
|
2924
|
+
"thumbnail": "/preview-cards/sparkles.png",
|
|
2925
|
+
"hasDocsPage": true,
|
|
2926
|
+
"nugetPackage": "Lumeo.Motion",
|
|
1967
2927
|
"files": [
|
|
1968
2928
|
"UI/Sparkles/Sparkles.razor"
|
|
1969
2929
|
],
|
|
1970
2930
|
"dependencies": [],
|
|
2931
|
+
"packageDependencies": [],
|
|
1971
2932
|
"cssVars": [
|
|
1972
2933
|
"--color-foreground"
|
|
1973
2934
|
],
|
|
@@ -1976,11 +2937,16 @@
|
|
|
1976
2937
|
"sparkline": {
|
|
1977
2938
|
"name": "Sparkline",
|
|
1978
2939
|
"category": "Data Display",
|
|
2940
|
+
"subcategory": "Status & Indicators",
|
|
1979
2941
|
"description": "Inline SVG trend chart primitive — line, area, or bars for tables and KPI strips.",
|
|
2942
|
+
"thumbnail": "/preview-cards/sparkline.png",
|
|
2943
|
+
"hasDocsPage": true,
|
|
2944
|
+
"nugetPackage": "Lumeo",
|
|
1980
2945
|
"files": [
|
|
1981
2946
|
"UI/Sparkline/Sparkline.razor"
|
|
1982
2947
|
],
|
|
1983
2948
|
"dependencies": [],
|
|
2949
|
+
"packageDependencies": [],
|
|
1984
2950
|
"cssVars": [
|
|
1985
2951
|
"--color-foreground"
|
|
1986
2952
|
],
|
|
@@ -1989,11 +2955,18 @@
|
|
|
1989
2955
|
"speed-dial": {
|
|
1990
2956
|
"name": "SpeedDial",
|
|
1991
2957
|
"category": "Navigation",
|
|
2958
|
+
"subcategory": null,
|
|
1992
2959
|
"description": "Floating action button that fans out sub-actions.",
|
|
2960
|
+
"thumbnail": "/preview-cards/speed-dial.png",
|
|
2961
|
+
"hasDocsPage": true,
|
|
2962
|
+
"nugetPackage": "Lumeo",
|
|
1993
2963
|
"files": [
|
|
1994
2964
|
"UI/SpeedDial/SpeedDial.razor"
|
|
1995
2965
|
],
|
|
1996
2966
|
"dependencies": [],
|
|
2967
|
+
"packageDependencies": [
|
|
2968
|
+
"Blazicons.Lucide"
|
|
2969
|
+
],
|
|
1997
2970
|
"cssVars": [
|
|
1998
2971
|
"--color-border",
|
|
1999
2972
|
"--color-popover",
|
|
@@ -2010,11 +2983,16 @@
|
|
|
2010
2983
|
"spinner": {
|
|
2011
2984
|
"name": "Spinner",
|
|
2012
2985
|
"category": "Feedback",
|
|
2986
|
+
"subcategory": null,
|
|
2013
2987
|
"description": "Indeterminate loading spinner with size variants.",
|
|
2988
|
+
"thumbnail": "/preview-cards/spinner.png",
|
|
2989
|
+
"hasDocsPage": true,
|
|
2990
|
+
"nugetPackage": "Lumeo",
|
|
2014
2991
|
"files": [
|
|
2015
2992
|
"UI/Spinner/Spinner.razor"
|
|
2016
2993
|
],
|
|
2017
2994
|
"dependencies": [],
|
|
2995
|
+
"packageDependencies": [],
|
|
2018
2996
|
"cssVars": [
|
|
2019
2997
|
"--color-muted",
|
|
2020
2998
|
"--color-muted-foreground",
|
|
@@ -2022,16 +3000,44 @@
|
|
|
2022
3000
|
],
|
|
2023
3001
|
"registryUrl": "https://lumeo.nativ.sh/registry/spinner.json"
|
|
2024
3002
|
},
|
|
3003
|
+
"split-button": {
|
|
3004
|
+
"name": "SplitButton",
|
|
3005
|
+
"category": "Utility",
|
|
3006
|
+
"subcategory": null,
|
|
3007
|
+
"description": "Split Button component.",
|
|
3008
|
+
"thumbnail": "/preview-cards/split-button.png",
|
|
3009
|
+
"hasDocsPage": true,
|
|
3010
|
+
"nugetPackage": "Lumeo",
|
|
3011
|
+
"files": [
|
|
3012
|
+
"UI/SplitButton/SplitButton.razor"
|
|
3013
|
+
],
|
|
3014
|
+
"dependencies": [
|
|
3015
|
+
"button",
|
|
3016
|
+
"dropdown-menu"
|
|
3017
|
+
],
|
|
3018
|
+
"packageDependencies": [
|
|
3019
|
+
"Blazicons.Lucide"
|
|
3020
|
+
],
|
|
3021
|
+
"cssVars": [
|
|
3022
|
+
"--radius"
|
|
3023
|
+
],
|
|
3024
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/split-button.json"
|
|
3025
|
+
},
|
|
2025
3026
|
"splitter": {
|
|
2026
3027
|
"name": "Splitter",
|
|
2027
3028
|
"category": "Navigation",
|
|
3029
|
+
"subcategory": null,
|
|
2028
3030
|
"description": "Resizable split pane for horizontal/vertical layouts.",
|
|
3031
|
+
"thumbnail": "/preview-cards/splitter.png",
|
|
3032
|
+
"hasDocsPage": true,
|
|
3033
|
+
"nugetPackage": "Lumeo",
|
|
2029
3034
|
"files": [
|
|
2030
3035
|
"UI/Splitter/Splitter.razor",
|
|
2031
3036
|
"UI/Splitter/SplitterDivider.razor",
|
|
2032
3037
|
"UI/Splitter/SplitterPane.razor"
|
|
2033
3038
|
],
|
|
2034
3039
|
"dependencies": [],
|
|
3040
|
+
"packageDependencies": [],
|
|
2035
3041
|
"cssVars": [
|
|
2036
3042
|
"--color-border",
|
|
2037
3043
|
"--color-primary",
|
|
@@ -2042,11 +3048,16 @@
|
|
|
2042
3048
|
"stack": {
|
|
2043
3049
|
"name": "Stack",
|
|
2044
3050
|
"category": "Layout",
|
|
3051
|
+
"subcategory": null,
|
|
2045
3052
|
"description": "Vertical flex wrapper with gap prop.",
|
|
3053
|
+
"thumbnail": "/preview-cards/stack.png",
|
|
3054
|
+
"hasDocsPage": true,
|
|
3055
|
+
"nugetPackage": "Lumeo",
|
|
2046
3056
|
"files": [
|
|
2047
3057
|
"UI/Stack/Stack.razor"
|
|
2048
3058
|
],
|
|
2049
3059
|
"dependencies": [],
|
|
3060
|
+
"packageDependencies": [],
|
|
2050
3061
|
"cssVars": [
|
|
2051
3062
|
"--color-foreground"
|
|
2052
3063
|
],
|
|
@@ -2055,28 +3066,74 @@
|
|
|
2055
3066
|
"statistic": {
|
|
2056
3067
|
"name": "Statistic",
|
|
2057
3068
|
"category": "Data Display",
|
|
3069
|
+
"subcategory": "Status & Indicators",
|
|
2058
3070
|
"description": "Big-number statistic display with label and unit.",
|
|
3071
|
+
"thumbnail": "/preview-cards/statistic.png",
|
|
3072
|
+
"hasDocsPage": true,
|
|
3073
|
+
"nugetPackage": "Lumeo",
|
|
2059
3074
|
"files": [
|
|
2060
3075
|
"UI/Statistic/Statistic.razor"
|
|
2061
3076
|
],
|
|
2062
3077
|
"dependencies": [],
|
|
3078
|
+
"packageDependencies": [
|
|
3079
|
+
"Blazicons.Lucide"
|
|
3080
|
+
],
|
|
2063
3081
|
"cssVars": [
|
|
3082
|
+
"--color-border",
|
|
2064
3083
|
"--color-destructive",
|
|
2065
3084
|
"--color-foreground",
|
|
2066
3085
|
"--color-muted",
|
|
2067
|
-
"--color-muted-foreground"
|
|
3086
|
+
"--color-muted-foreground",
|
|
3087
|
+
"--radius"
|
|
2068
3088
|
],
|
|
2069
3089
|
"registryUrl": "https://lumeo.nativ.sh/registry/statistic.json"
|
|
2070
3090
|
},
|
|
3091
|
+
"stepper": {
|
|
3092
|
+
"name": "Stepper",
|
|
3093
|
+
"category": "Navigation",
|
|
3094
|
+
"subcategory": null,
|
|
3095
|
+
"description": "Stateful multi-step wizard with navigation, validation gating, and header indicators.",
|
|
3096
|
+
"thumbnail": "/preview-cards/stepper.png",
|
|
3097
|
+
"hasDocsPage": true,
|
|
3098
|
+
"nugetPackage": "Lumeo",
|
|
3099
|
+
"files": [
|
|
3100
|
+
"UI/Stepper/Stepper.razor",
|
|
3101
|
+
"UI/Stepper/StepperStep.razor"
|
|
3102
|
+
],
|
|
3103
|
+
"dependencies": [],
|
|
3104
|
+
"packageDependencies": [
|
|
3105
|
+
"Blazicons.Lucide"
|
|
3106
|
+
],
|
|
3107
|
+
"cssVars": [
|
|
3108
|
+
"--color-background",
|
|
3109
|
+
"--color-border",
|
|
3110
|
+
"--color-destructive",
|
|
3111
|
+
"--color-foreground",
|
|
3112
|
+
"--color-muted",
|
|
3113
|
+
"--color-muted-foreground",
|
|
3114
|
+
"--color-primary",
|
|
3115
|
+
"--color-primary-foreground",
|
|
3116
|
+
"--color-ring",
|
|
3117
|
+
"--radius"
|
|
3118
|
+
],
|
|
3119
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/stepper.json"
|
|
3120
|
+
},
|
|
2071
3121
|
"steps": {
|
|
2072
3122
|
"name": "Steps",
|
|
2073
3123
|
"category": "Data Display",
|
|
3124
|
+
"subcategory": "Lists & Trees",
|
|
2074
3125
|
"description": "Numbered step indicator for wizards and progress flows.",
|
|
3126
|
+
"thumbnail": "/preview-cards/steps.png",
|
|
3127
|
+
"hasDocsPage": true,
|
|
3128
|
+
"nugetPackage": "Lumeo",
|
|
2075
3129
|
"files": [
|
|
2076
3130
|
"UI/Steps/Steps.razor",
|
|
2077
3131
|
"UI/Steps/StepsItem.razor"
|
|
2078
3132
|
],
|
|
2079
3133
|
"dependencies": [],
|
|
3134
|
+
"packageDependencies": [
|
|
3135
|
+
"Blazicons.Lucide"
|
|
3136
|
+
],
|
|
2080
3137
|
"cssVars": [
|
|
2081
3138
|
"--color-background",
|
|
2082
3139
|
"--color-border",
|
|
@@ -2094,11 +3151,16 @@
|
|
|
2094
3151
|
"streaming-text": {
|
|
2095
3152
|
"name": "StreamingText",
|
|
2096
3153
|
"category": "AI",
|
|
3154
|
+
"subcategory": null,
|
|
2097
3155
|
"description": "Token-by-token streaming text renderer for AI responses.",
|
|
3156
|
+
"thumbnail": "/preview-cards/streaming-text.png",
|
|
3157
|
+
"hasDocsPage": true,
|
|
3158
|
+
"nugetPackage": "Lumeo",
|
|
2098
3159
|
"files": [
|
|
2099
3160
|
"UI/StreamingText/StreamingText.razor"
|
|
2100
3161
|
],
|
|
2101
3162
|
"dependencies": [],
|
|
3163
|
+
"packageDependencies": [],
|
|
2102
3164
|
"cssVars": [
|
|
2103
3165
|
"--color-foreground"
|
|
2104
3166
|
],
|
|
@@ -2107,15 +3169,21 @@
|
|
|
2107
3169
|
"switch": {
|
|
2108
3170
|
"name": "Switch",
|
|
2109
3171
|
"category": "Forms",
|
|
3172
|
+
"subcategory": "Specialized",
|
|
2110
3173
|
"description": "Toggle switch for boolean settings.",
|
|
3174
|
+
"thumbnail": "/preview-cards/switch.png",
|
|
3175
|
+
"hasDocsPage": true,
|
|
3176
|
+
"nugetPackage": "Lumeo",
|
|
2111
3177
|
"files": [
|
|
2112
3178
|
"UI/Switch/Switch.razor"
|
|
2113
3179
|
],
|
|
2114
3180
|
"dependencies": [
|
|
2115
3181
|
"spinner"
|
|
2116
3182
|
],
|
|
3183
|
+
"packageDependencies": [],
|
|
2117
3184
|
"cssVars": [
|
|
2118
3185
|
"--color-background",
|
|
3186
|
+
"--color-destructive",
|
|
2119
3187
|
"--color-input",
|
|
2120
3188
|
"--color-muted",
|
|
2121
3189
|
"--color-muted-foreground",
|
|
@@ -2128,7 +3196,11 @@
|
|
|
2128
3196
|
"table": {
|
|
2129
3197
|
"name": "Table",
|
|
2130
3198
|
"category": "Data Display",
|
|
3199
|
+
"subcategory": "Tables",
|
|
2131
3200
|
"description": "Minimal styled HTML table with header, row, cell components.",
|
|
3201
|
+
"thumbnail": "/preview-cards/table.png",
|
|
3202
|
+
"hasDocsPage": true,
|
|
3203
|
+
"nugetPackage": "Lumeo",
|
|
2132
3204
|
"files": [
|
|
2133
3205
|
"UI/Table/Table.razor",
|
|
2134
3206
|
"UI/Table/TableBody.razor",
|
|
@@ -2139,7 +3211,9 @@
|
|
|
2139
3211
|
"UI/Table/TableRow.razor"
|
|
2140
3212
|
],
|
|
2141
3213
|
"dependencies": [],
|
|
3214
|
+
"packageDependencies": [],
|
|
2142
3215
|
"cssVars": [
|
|
3216
|
+
"--color-border",
|
|
2143
3217
|
"--color-muted",
|
|
2144
3218
|
"--color-muted-foreground"
|
|
2145
3219
|
],
|
|
@@ -2148,7 +3222,11 @@
|
|
|
2148
3222
|
"tabs": {
|
|
2149
3223
|
"name": "Tabs",
|
|
2150
3224
|
"category": "Navigation",
|
|
3225
|
+
"subcategory": null,
|
|
2151
3226
|
"description": "Tabbed content with keyboard nav and animated active indicator.",
|
|
3227
|
+
"thumbnail": "/preview-cards/tabs.png",
|
|
3228
|
+
"hasDocsPage": true,
|
|
3229
|
+
"nugetPackage": "Lumeo",
|
|
2152
3230
|
"files": [
|
|
2153
3231
|
"UI/Tabs/Tabs.razor",
|
|
2154
3232
|
"UI/Tabs/TabsContent.razor",
|
|
@@ -2156,6 +3234,9 @@
|
|
|
2156
3234
|
"UI/Tabs/TabsTrigger.razor"
|
|
2157
3235
|
],
|
|
2158
3236
|
"dependencies": [],
|
|
3237
|
+
"packageDependencies": [
|
|
3238
|
+
"Blazicons.Lucide"
|
|
3239
|
+
],
|
|
2159
3240
|
"cssVars": [
|
|
2160
3241
|
"--color-background",
|
|
2161
3242
|
"--color-border",
|
|
@@ -2173,17 +3254,25 @@
|
|
|
2173
3254
|
"tag-input": {
|
|
2174
3255
|
"name": "TagInput",
|
|
2175
3256
|
"category": "Forms",
|
|
3257
|
+
"subcategory": "Inputs",
|
|
2176
3258
|
"description": "Input that turns entries into removable tag chips.",
|
|
3259
|
+
"thumbnail": "/preview-cards/tag-input.png",
|
|
3260
|
+
"hasDocsPage": true,
|
|
3261
|
+
"nugetPackage": "Lumeo",
|
|
2177
3262
|
"files": [
|
|
2178
3263
|
"UI/TagInput/TagInput.razor"
|
|
2179
3264
|
],
|
|
2180
3265
|
"dependencies": [
|
|
2181
3266
|
"list"
|
|
2182
3267
|
],
|
|
3268
|
+
"packageDependencies": [
|
|
3269
|
+
"Blazicons.Lucide"
|
|
3270
|
+
],
|
|
2183
3271
|
"cssVars": [
|
|
2184
3272
|
"--color-accent",
|
|
2185
3273
|
"--color-accent-foreground",
|
|
2186
3274
|
"--color-border",
|
|
3275
|
+
"--color-destructive",
|
|
2187
3276
|
"--color-foreground",
|
|
2188
3277
|
"--color-input",
|
|
2189
3278
|
"--color-muted",
|
|
@@ -2200,12 +3289,19 @@
|
|
|
2200
3289
|
"text": {
|
|
2201
3290
|
"name": "Text",
|
|
2202
3291
|
"category": "Typography",
|
|
3292
|
+
"subcategory": null,
|
|
2203
3293
|
"description": "Paragraph text with size, color, weight props.",
|
|
3294
|
+
"thumbnail": "/preview-cards/text.png",
|
|
3295
|
+
"hasDocsPage": true,
|
|
3296
|
+
"nugetPackage": "Lumeo",
|
|
2204
3297
|
"files": [
|
|
2205
3298
|
"UI/Text/Text.razor"
|
|
2206
3299
|
],
|
|
2207
3300
|
"dependencies": [],
|
|
3301
|
+
"packageDependencies": [],
|
|
2208
3302
|
"cssVars": [
|
|
3303
|
+
"--color-accent",
|
|
3304
|
+
"--color-accent-foreground",
|
|
2209
3305
|
"--color-destructive",
|
|
2210
3306
|
"--color-foreground",
|
|
2211
3307
|
"--color-muted",
|
|
@@ -2217,11 +3313,16 @@
|
|
|
2217
3313
|
"text-reveal": {
|
|
2218
3314
|
"name": "TextReveal",
|
|
2219
3315
|
"category": "Motion",
|
|
3316
|
+
"subcategory": null,
|
|
2220
3317
|
"description": "Word-by-word reveal animation on scroll.",
|
|
3318
|
+
"thumbnail": "/preview-cards/text-reveal.png",
|
|
3319
|
+
"hasDocsPage": true,
|
|
3320
|
+
"nugetPackage": "Lumeo.Motion",
|
|
2221
3321
|
"files": [
|
|
2222
3322
|
"UI/TextReveal/TextReveal.razor"
|
|
2223
3323
|
],
|
|
2224
3324
|
"dependencies": [],
|
|
3325
|
+
"packageDependencies": [],
|
|
2225
3326
|
"cssVars": [
|
|
2226
3327
|
"--color-foreground"
|
|
2227
3328
|
],
|
|
@@ -2230,11 +3331,16 @@
|
|
|
2230
3331
|
"textarea": {
|
|
2231
3332
|
"name": "Textarea",
|
|
2232
3333
|
"category": "Forms",
|
|
3334
|
+
"subcategory": "Inputs",
|
|
2233
3335
|
"description": "Multiline text input with auto-resize option.",
|
|
3336
|
+
"thumbnail": "/preview-cards/textarea.png",
|
|
3337
|
+
"hasDocsPage": true,
|
|
3338
|
+
"nugetPackage": "Lumeo",
|
|
2234
3339
|
"files": [
|
|
2235
3340
|
"UI/Textarea/Textarea.razor"
|
|
2236
3341
|
],
|
|
2237
3342
|
"dependencies": [],
|
|
3343
|
+
"packageDependencies": [],
|
|
2238
3344
|
"cssVars": [
|
|
2239
3345
|
"--color-destructive",
|
|
2240
3346
|
"--color-input",
|
|
@@ -2248,13 +3354,21 @@
|
|
|
2248
3354
|
"theme-switcher": {
|
|
2249
3355
|
"name": "ThemeSwitcher",
|
|
2250
3356
|
"category": "Utility",
|
|
3357
|
+
"subcategory": null,
|
|
2251
3358
|
"description": "Color-scheme picker that writes to ThemeService.",
|
|
3359
|
+
"thumbnail": "/preview-cards/theme-switcher.png",
|
|
3360
|
+
"hasDocsPage": true,
|
|
3361
|
+
"nugetPackage": "Lumeo",
|
|
2252
3362
|
"files": [
|
|
2253
3363
|
"UI/ThemeSwitcher/ThemeSwitcher.razor"
|
|
2254
3364
|
],
|
|
2255
3365
|
"dependencies": [],
|
|
3366
|
+
"packageDependencies": [
|
|
3367
|
+
"Blazicons.Lucide"
|
|
3368
|
+
],
|
|
2256
3369
|
"cssVars": [
|
|
2257
3370
|
"--color-background",
|
|
3371
|
+
"--color-border",
|
|
2258
3372
|
"--color-foreground",
|
|
2259
3373
|
"--color-muted",
|
|
2260
3374
|
"--color-muted-foreground",
|
|
@@ -2266,11 +3380,18 @@
|
|
|
2266
3380
|
"theme-toggle": {
|
|
2267
3381
|
"name": "ThemeToggle",
|
|
2268
3382
|
"category": "Utility",
|
|
3383
|
+
"subcategory": null,
|
|
2269
3384
|
"description": "Dark/light mode toggle button.",
|
|
3385
|
+
"thumbnail": "/preview-cards/theme-toggle.png",
|
|
3386
|
+
"hasDocsPage": true,
|
|
3387
|
+
"nugetPackage": "Lumeo",
|
|
2270
3388
|
"files": [
|
|
2271
3389
|
"UI/ThemeToggle/ThemeToggle.razor"
|
|
2272
3390
|
],
|
|
2273
3391
|
"dependencies": [],
|
|
3392
|
+
"packageDependencies": [
|
|
3393
|
+
"Blazicons.Lucide"
|
|
3394
|
+
],
|
|
2274
3395
|
"cssVars": [
|
|
2275
3396
|
"--color-accent",
|
|
2276
3397
|
"--color-accent-foreground",
|
|
@@ -2284,16 +3405,24 @@
|
|
|
2284
3405
|
"time-picker": {
|
|
2285
3406
|
"name": "TimePicker",
|
|
2286
3407
|
"category": "Forms",
|
|
3408
|
+
"subcategory": "Specialized",
|
|
2287
3409
|
"description": "Time-of-day picker with 12h/24h formats.",
|
|
3410
|
+
"thumbnail": "/preview-cards/time-picker.png",
|
|
3411
|
+
"hasDocsPage": true,
|
|
3412
|
+
"nugetPackage": "Lumeo",
|
|
2288
3413
|
"files": [
|
|
2289
3414
|
"UI/TimePicker/TimePicker.razor"
|
|
2290
3415
|
],
|
|
2291
3416
|
"dependencies": [
|
|
2292
3417
|
"popover"
|
|
2293
3418
|
],
|
|
3419
|
+
"packageDependencies": [
|
|
3420
|
+
"Blazicons.Lucide"
|
|
3421
|
+
],
|
|
2294
3422
|
"cssVars": [
|
|
2295
3423
|
"--color-accent",
|
|
2296
3424
|
"--color-accent-foreground",
|
|
3425
|
+
"--color-destructive",
|
|
2297
3426
|
"--color-input",
|
|
2298
3427
|
"--color-muted",
|
|
2299
3428
|
"--color-muted-foreground",
|
|
@@ -2306,12 +3435,17 @@
|
|
|
2306
3435
|
"timeline": {
|
|
2307
3436
|
"name": "Timeline",
|
|
2308
3437
|
"category": "Data Display",
|
|
3438
|
+
"subcategory": "Lists & Trees",
|
|
2309
3439
|
"description": "Vertical event timeline with icons and connectors.",
|
|
3440
|
+
"thumbnail": "/preview-cards/timeline.png",
|
|
3441
|
+
"hasDocsPage": true,
|
|
3442
|
+
"nugetPackage": "Lumeo",
|
|
2310
3443
|
"files": [
|
|
2311
3444
|
"UI/Timeline/Timeline.razor",
|
|
2312
3445
|
"UI/Timeline/TimelineItem.razor"
|
|
2313
3446
|
],
|
|
2314
3447
|
"dependencies": [],
|
|
3448
|
+
"packageDependencies": [],
|
|
2315
3449
|
"cssVars": [
|
|
2316
3450
|
"--color-background",
|
|
2317
3451
|
"--color-border",
|
|
@@ -2327,17 +3461,25 @@
|
|
|
2327
3461
|
"toast": {
|
|
2328
3462
|
"name": "Toast",
|
|
2329
3463
|
"category": "Feedback",
|
|
3464
|
+
"subcategory": null,
|
|
2330
3465
|
"description": "Notification toast — renders from ToastService queue.",
|
|
3466
|
+
"thumbnail": "/preview-cards/toast.png",
|
|
3467
|
+
"hasDocsPage": true,
|
|
3468
|
+
"nugetPackage": "Lumeo",
|
|
2331
3469
|
"files": [
|
|
2332
3470
|
"UI/Toast/Toast.razor",
|
|
2333
3471
|
"UI/Toast/ToastAction.razor",
|
|
2334
3472
|
"UI/Toast/ToastClose.razor",
|
|
2335
3473
|
"UI/Toast/ToastDescription.razor",
|
|
2336
3474
|
"UI/Toast/ToastProvider.razor",
|
|
3475
|
+
"UI/Toast/ToastProvider.razor.cs",
|
|
2337
3476
|
"UI/Toast/ToastTitle.razor",
|
|
2338
3477
|
"UI/Toast/ToastViewport.razor"
|
|
2339
3478
|
],
|
|
2340
3479
|
"dependencies": [],
|
|
3480
|
+
"packageDependencies": [
|
|
3481
|
+
"Blazicons.Lucide"
|
|
3482
|
+
],
|
|
2341
3483
|
"cssVars": [
|
|
2342
3484
|
"--color-border",
|
|
2343
3485
|
"--color-card",
|
|
@@ -2353,11 +3495,16 @@
|
|
|
2353
3495
|
"toggle": {
|
|
2354
3496
|
"name": "Toggle",
|
|
2355
3497
|
"category": "Forms",
|
|
3498
|
+
"subcategory": "Buttons & Actions",
|
|
2356
3499
|
"description": "Two-state button with pressed/unpressed styling.",
|
|
3500
|
+
"thumbnail": "/preview-cards/toggle.png",
|
|
3501
|
+
"hasDocsPage": true,
|
|
3502
|
+
"nugetPackage": "Lumeo",
|
|
2357
3503
|
"files": [
|
|
2358
3504
|
"UI/Toggle/Toggle.razor"
|
|
2359
3505
|
],
|
|
2360
3506
|
"dependencies": [],
|
|
3507
|
+
"packageDependencies": [],
|
|
2361
3508
|
"cssVars": [
|
|
2362
3509
|
"--color-accent",
|
|
2363
3510
|
"--color-accent-foreground",
|
|
@@ -2372,12 +3519,17 @@
|
|
|
2372
3519
|
"toggle-group": {
|
|
2373
3520
|
"name": "ToggleGroup",
|
|
2374
3521
|
"category": "Forms",
|
|
3522
|
+
"subcategory": "Selection",
|
|
2375
3523
|
"description": "Group of toggles with single or multiple selection.",
|
|
3524
|
+
"thumbnail": "/preview-cards/toggle-group.png",
|
|
3525
|
+
"hasDocsPage": true,
|
|
3526
|
+
"nugetPackage": "Lumeo",
|
|
2376
3527
|
"files": [
|
|
2377
3528
|
"UI/ToggleGroup/ToggleGroup.razor",
|
|
2378
3529
|
"UI/ToggleGroup/ToggleGroupItem.razor"
|
|
2379
3530
|
],
|
|
2380
3531
|
"dependencies": [],
|
|
3532
|
+
"packageDependencies": [],
|
|
2381
3533
|
"cssVars": [
|
|
2382
3534
|
"--color-accent",
|
|
2383
3535
|
"--color-accent-foreground",
|
|
@@ -2392,7 +3544,11 @@
|
|
|
2392
3544
|
"tool-call-card": {
|
|
2393
3545
|
"name": "ToolCallCard",
|
|
2394
3546
|
"category": "AI",
|
|
3547
|
+
"subcategory": null,
|
|
2395
3548
|
"description": "AI tool-invocation card showing call + result.",
|
|
3549
|
+
"thumbnail": "/preview-cards/tool-call-card.png",
|
|
3550
|
+
"hasDocsPage": true,
|
|
3551
|
+
"nugetPackage": "Lumeo",
|
|
2396
3552
|
"files": [
|
|
2397
3553
|
"UI/ToolCallCard/ToolCallCard.razor"
|
|
2398
3554
|
],
|
|
@@ -2400,6 +3556,7 @@
|
|
|
2400
3556
|
"icon",
|
|
2401
3557
|
"spinner"
|
|
2402
3558
|
],
|
|
3559
|
+
"packageDependencies": [],
|
|
2403
3560
|
"cssVars": [
|
|
2404
3561
|
"--color-border",
|
|
2405
3562
|
"--color-destructive",
|
|
@@ -2411,16 +3568,49 @@
|
|
|
2411
3568
|
],
|
|
2412
3569
|
"registryUrl": "https://lumeo.nativ.sh/registry/tool-call-card.json"
|
|
2413
3570
|
},
|
|
3571
|
+
"toolbar": {
|
|
3572
|
+
"name": "Toolbar",
|
|
3573
|
+
"category": "Navigation",
|
|
3574
|
+
"subcategory": null,
|
|
3575
|
+
"description": "Horizontal toolbar container with separator, spacer, and group sub-components.",
|
|
3576
|
+
"thumbnail": "/preview-cards/toolbar.png",
|
|
3577
|
+
"hasDocsPage": true,
|
|
3578
|
+
"nugetPackage": "Lumeo",
|
|
3579
|
+
"files": [
|
|
3580
|
+
"UI/Toolbar/Toolbar.razor",
|
|
3581
|
+
"UI/Toolbar/ToolbarGroup.razor",
|
|
3582
|
+
"UI/Toolbar/ToolbarSeparator.razor",
|
|
3583
|
+
"UI/Toolbar/ToolbarSpacer.razor"
|
|
3584
|
+
],
|
|
3585
|
+
"dependencies": [
|
|
3586
|
+
"button",
|
|
3587
|
+
"dropdown-menu"
|
|
3588
|
+
],
|
|
3589
|
+
"packageDependencies": [
|
|
3590
|
+
"Blazicons.Lucide"
|
|
3591
|
+
],
|
|
3592
|
+
"cssVars": [
|
|
3593
|
+
"--color-border",
|
|
3594
|
+
"--color-card",
|
|
3595
|
+
"--radius"
|
|
3596
|
+
],
|
|
3597
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/toolbar.json"
|
|
3598
|
+
},
|
|
2414
3599
|
"tooltip": {
|
|
2415
3600
|
"name": "Tooltip",
|
|
2416
3601
|
"category": "Overlay",
|
|
3602
|
+
"subcategory": null,
|
|
2417
3603
|
"description": "Hover/focus tooltip with arrow and configurable placement.",
|
|
3604
|
+
"thumbnail": "/preview-cards/tooltip.png",
|
|
3605
|
+
"hasDocsPage": true,
|
|
3606
|
+
"nugetPackage": "Lumeo",
|
|
2418
3607
|
"files": [
|
|
2419
3608
|
"UI/Tooltip/Tooltip.razor",
|
|
2420
3609
|
"UI/Tooltip/TooltipContent.razor",
|
|
2421
3610
|
"UI/Tooltip/TooltipTrigger.razor"
|
|
2422
3611
|
],
|
|
2423
3612
|
"dependencies": [],
|
|
3613
|
+
"packageDependencies": [],
|
|
2424
3614
|
"cssVars": [
|
|
2425
3615
|
"--color-primary",
|
|
2426
3616
|
"--color-primary-foreground",
|
|
@@ -2431,11 +3621,16 @@
|
|
|
2431
3621
|
"tour": {
|
|
2432
3622
|
"name": "Tour",
|
|
2433
3623
|
"category": "Overlay",
|
|
3624
|
+
"subcategory": null,
|
|
2434
3625
|
"description": "Multi-step spotlight onboarding tour.",
|
|
3626
|
+
"thumbnail": "/preview-cards/tour.png",
|
|
3627
|
+
"hasDocsPage": true,
|
|
3628
|
+
"nugetPackage": "Lumeo",
|
|
2435
3629
|
"files": [
|
|
2436
3630
|
"UI/Tour/Tour.razor"
|
|
2437
3631
|
],
|
|
2438
3632
|
"dependencies": [],
|
|
3633
|
+
"packageDependencies": [],
|
|
2439
3634
|
"cssVars": [
|
|
2440
3635
|
"--color-accent",
|
|
2441
3636
|
"--color-background",
|
|
@@ -2454,7 +3649,11 @@
|
|
|
2454
3649
|
"transfer": {
|
|
2455
3650
|
"name": "Transfer",
|
|
2456
3651
|
"category": "Drag & Drop",
|
|
3652
|
+
"subcategory": null,
|
|
2457
3653
|
"description": "Dual-list transfer picker — left/right with arrows.",
|
|
3654
|
+
"thumbnail": "/preview-cards/transfer.png",
|
|
3655
|
+
"hasDocsPage": true,
|
|
3656
|
+
"nugetPackage": "Lumeo",
|
|
2458
3657
|
"files": [
|
|
2459
3658
|
"UI/Transfer/Transfer.razor"
|
|
2460
3659
|
],
|
|
@@ -2462,6 +3661,9 @@
|
|
|
2462
3661
|
"checkbox",
|
|
2463
3662
|
"list"
|
|
2464
3663
|
],
|
|
3664
|
+
"packageDependencies": [
|
|
3665
|
+
"Blazicons.Lucide"
|
|
3666
|
+
],
|
|
2465
3667
|
"cssVars": [
|
|
2466
3668
|
"--color-accent",
|
|
2467
3669
|
"--color-accent-foreground",
|
|
@@ -2477,19 +3679,28 @@
|
|
|
2477
3679
|
},
|
|
2478
3680
|
"tree-select": {
|
|
2479
3681
|
"name": "TreeSelect",
|
|
2480
|
-
"category": "
|
|
3682
|
+
"category": "Forms",
|
|
3683
|
+
"subcategory": "Selection",
|
|
2481
3684
|
"description": "Select input with a hierarchical tree dropdown.",
|
|
3685
|
+
"thumbnail": "/preview-cards/tree-select.png",
|
|
3686
|
+
"hasDocsPage": true,
|
|
3687
|
+
"nugetPackage": "Lumeo",
|
|
2482
3688
|
"files": [
|
|
2483
3689
|
"UI/TreeSelect/TreeSelect.razor"
|
|
2484
3690
|
],
|
|
2485
3691
|
"dependencies": [
|
|
2486
3692
|
"list"
|
|
2487
3693
|
],
|
|
3694
|
+
"packageDependencies": [
|
|
3695
|
+
"Blazicons.Lucide"
|
|
3696
|
+
],
|
|
2488
3697
|
"cssVars": [
|
|
2489
3698
|
"--color-accent",
|
|
2490
3699
|
"--color-accent-foreground",
|
|
2491
3700
|
"--color-background",
|
|
2492
3701
|
"--color-border",
|
|
3702
|
+
"--color-destructive",
|
|
3703
|
+
"--color-foreground",
|
|
2493
3704
|
"--color-input",
|
|
2494
3705
|
"--color-muted",
|
|
2495
3706
|
"--color-muted-foreground",
|
|
@@ -2503,16 +3714,25 @@
|
|
|
2503
3714
|
"tree-view": {
|
|
2504
3715
|
"name": "TreeView",
|
|
2505
3716
|
"category": "Data Display",
|
|
3717
|
+
"subcategory": "Lists & Trees",
|
|
2506
3718
|
"description": "Hierarchical tree with expand/collapse and selection.",
|
|
3719
|
+
"thumbnail": "/preview-cards/tree-view.png",
|
|
3720
|
+
"hasDocsPage": true,
|
|
3721
|
+
"nugetPackage": "Lumeo",
|
|
2507
3722
|
"files": [
|
|
2508
3723
|
"UI/TreeView/TreeView.razor",
|
|
2509
3724
|
"UI/TreeView/TreeViewNode.razor"
|
|
2510
3725
|
],
|
|
2511
3726
|
"dependencies": [
|
|
2512
|
-
"checkbox"
|
|
3727
|
+
"checkbox",
|
|
3728
|
+
"list"
|
|
3729
|
+
],
|
|
3730
|
+
"packageDependencies": [
|
|
3731
|
+
"Blazicons.Lucide"
|
|
2513
3732
|
],
|
|
2514
3733
|
"cssVars": [
|
|
2515
3734
|
"--color-accent",
|
|
3735
|
+
"--color-accent-foreground",
|
|
2516
3736
|
"--color-input",
|
|
2517
3737
|
"--color-muted",
|
|
2518
3738
|
"--color-muted-foreground",
|
|
@@ -2524,15 +3744,45 @@
|
|
|
2524
3744
|
"watermark": {
|
|
2525
3745
|
"name": "Watermark",
|
|
2526
3746
|
"category": "Data Display",
|
|
3747
|
+
"subcategory": "Cards & Layout",
|
|
2527
3748
|
"description": "Repeating diagonal watermark overlay.",
|
|
3749
|
+
"thumbnail": "/preview-cards/watermark.png",
|
|
3750
|
+
"hasDocsPage": true,
|
|
3751
|
+
"nugetPackage": "Lumeo",
|
|
2528
3752
|
"files": [
|
|
2529
3753
|
"UI/Watermark/Watermark.razor"
|
|
2530
3754
|
],
|
|
2531
3755
|
"dependencies": [],
|
|
3756
|
+
"packageDependencies": [],
|
|
2532
3757
|
"cssVars": [
|
|
2533
3758
|
"--color-foreground"
|
|
2534
3759
|
],
|
|
2535
3760
|
"registryUrl": "https://lumeo.nativ.sh/registry/watermark.json"
|
|
3761
|
+
},
|
|
3762
|
+
"window": {
|
|
3763
|
+
"name": "Window",
|
|
3764
|
+
"category": "Overlay",
|
|
3765
|
+
"subcategory": null,
|
|
3766
|
+
"description": "Non-modal draggable and resizable floating panel with minimize and maximize support.",
|
|
3767
|
+
"thumbnail": "/preview-cards/window.png",
|
|
3768
|
+
"hasDocsPage": true,
|
|
3769
|
+
"nugetPackage": "Lumeo",
|
|
3770
|
+
"files": [
|
|
3771
|
+
"UI/Window/Window.razor"
|
|
3772
|
+
],
|
|
3773
|
+
"dependencies": [],
|
|
3774
|
+
"packageDependencies": [
|
|
3775
|
+
"Blazicons.Lucide"
|
|
3776
|
+
],
|
|
3777
|
+
"cssVars": [
|
|
3778
|
+
"--color-border",
|
|
3779
|
+
"--color-card",
|
|
3780
|
+
"--color-foreground",
|
|
3781
|
+
"--color-muted",
|
|
3782
|
+
"--color-muted-foreground",
|
|
3783
|
+
"--radius"
|
|
3784
|
+
],
|
|
3785
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/window.json"
|
|
2536
3786
|
}
|
|
2537
3787
|
}
|
|
2538
3788
|
}
|