@lism-css/mcp 0.3.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/data/components.json +562 -537
- package/dist/data/docs-index.json +784 -689
- package/dist/data/meta.js +2 -2
- package/dist/data/overview.json +112 -112
- package/dist/data/props-system.json +1152 -1145
- package/dist/data/tokens.json +132 -132
- package/dist/lib/schemas.d.ts +33 -0
- package/dist/lib/schemas.js +8 -0
- package/dist/lib/search.d.ts +5 -0
- package/dist/lib/search.js +31 -11
- package/dist/lib/types.d.ts +8 -0
- package/dist/tools/get-component.js +1 -3
- package/dist/tools/get-props-system.js +2 -1
- package/package.json +2 -1
|
@@ -1,691 +1,786 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
2
|
+
{
|
|
3
|
+
"sourcePath": "overview.mdx",
|
|
4
|
+
"title": "概要",
|
|
5
|
+
"description": "Lism CSS の概要と特徴について解説します。",
|
|
6
|
+
"category": "guide",
|
|
7
|
+
"headings": ["Lism CSS の特徴", "Inspirations"],
|
|
8
|
+
"keywords": ["overview", "概要", "特徴", "レイアウトファースト", "ゼロビルド", "コンテナクエリ", "Every Layout", "framework"],
|
|
9
|
+
"snippet": "Lism CSS は、WEBサイトの骨組みをテンポ良くサクっと作るための軽量なCSSフレームワークです。レイアウトファーストなモジュール設計とCSS変数を組み合わせたレスポンシブなユーティリティ設計が特徴です。"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"sourcePath": "installation.mdx",
|
|
13
|
+
"title": "インストール",
|
|
14
|
+
"description": "Lism CSS のインストール方法と基本的な使い方を解説します。",
|
|
15
|
+
"category": "guide",
|
|
16
|
+
"headings": ["CSS設計のみを導入したい場合", "専用のコンポーネントを使用したい場合", "AIツール連携 (MCP)"],
|
|
17
|
+
"keywords": ["install", "インストール", "CDN", "npm", "setup", "セットアップ", "導入", "MCP", "AI"],
|
|
18
|
+
"snippet": "CSSを読み込むだけでも導入でき、CDN経由でも利用可能。npm パッケージとしてインストールし、lism-css/react や lism-css/astro からコンポーネントをインポートして使用。AIコーディングツール向けのMCPサーバーも提供。"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"sourcePath": "css-methodology.mdx",
|
|
22
|
+
"title": "CSS設計",
|
|
23
|
+
"description": "Lism CSS の階層構造やクラス設計の方針など、CSS設計の全体像について解説します。",
|
|
24
|
+
"category": "guide",
|
|
25
|
+
"headings": ["Lism CSSの階層構造", "デザイントークン", "CSSのクラス設計", "命名規則について", "単語の省略について"],
|
|
26
|
+
"keywords": [
|
|
27
|
+
"CSS設計",
|
|
28
|
+
"methodology",
|
|
29
|
+
"レイヤー",
|
|
30
|
+
"layer",
|
|
31
|
+
"命名規則",
|
|
32
|
+
"naming",
|
|
33
|
+
"BEM",
|
|
34
|
+
"Prop Class",
|
|
35
|
+
"Module Class",
|
|
36
|
+
"Set Class",
|
|
37
|
+
"Utility Class",
|
|
38
|
+
"省略",
|
|
39
|
+
"Emmet"
|
|
40
|
+
],
|
|
41
|
+
"snippet": "CSSの階層構造を明確に定義。@layer lism.reset → lism.base → lism.modules → lism.utility の順。Module Class (.l--name, .a--name 等)、Prop Class (.-prop:value)、Set Class (.set--name) の命名規則を説明。"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"sourcePath": "tokens.mdx",
|
|
45
|
+
"title": "Design Tokens",
|
|
46
|
+
"description": "Lism CSS で定義されているカラー、スペーシング、シャドウなどのデザイントークン一覧を紹介します。",
|
|
47
|
+
"category": "guide",
|
|
48
|
+
"headings": ["COLOR", "RADIUS", "SHADOW", "OPACITY", "SIZE"],
|
|
49
|
+
"keywords": ["token", "トークン", "design token", "カラー", "スペーシング", "spacing", "color", "font-size", "shadow", "radius"],
|
|
50
|
+
"snippet": "タイポグラフィ、余白、カラー、シャドウなどの主要なプロパティに対してデザイントークンを定義。CSS変数で管理し、一貫性のあるデザインを実現。"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"sourcePath": "prop-class.mdx",
|
|
54
|
+
"title": "Prop Class",
|
|
55
|
+
"description": "CSSプロパティに紐づいた Prop Class の一覧とその使い方について解説します。",
|
|
56
|
+
"category": "props",
|
|
57
|
+
"headings": [
|
|
58
|
+
"このページの表の見方",
|
|
59
|
+
"Typography",
|
|
60
|
+
"Colors",
|
|
61
|
+
"Spacing",
|
|
62
|
+
"Width & Height",
|
|
63
|
+
"Displays",
|
|
64
|
+
"Positions",
|
|
65
|
+
"Layouts",
|
|
66
|
+
"Styling",
|
|
67
|
+
"Other CSS"
|
|
68
|
+
],
|
|
69
|
+
"keywords": [
|
|
70
|
+
"prop class",
|
|
71
|
+
"utility",
|
|
72
|
+
"ユーティリティ",
|
|
73
|
+
"クラス",
|
|
74
|
+
"CSS property",
|
|
75
|
+
"g",
|
|
76
|
+
"p",
|
|
77
|
+
"m",
|
|
78
|
+
"fz",
|
|
79
|
+
"fw",
|
|
80
|
+
"ff",
|
|
81
|
+
"lh",
|
|
82
|
+
"d",
|
|
83
|
+
"ta",
|
|
84
|
+
"td",
|
|
85
|
+
"c",
|
|
86
|
+
"bgc",
|
|
87
|
+
"bd",
|
|
88
|
+
"bdrs",
|
|
89
|
+
"bxsh",
|
|
90
|
+
"w",
|
|
91
|
+
"h",
|
|
92
|
+
"pos",
|
|
93
|
+
"ov",
|
|
94
|
+
"ar",
|
|
95
|
+
"o",
|
|
96
|
+
"ai",
|
|
97
|
+
"jc",
|
|
98
|
+
"ac",
|
|
99
|
+
"fx",
|
|
100
|
+
"gt",
|
|
101
|
+
"gc",
|
|
102
|
+
"gr",
|
|
103
|
+
"z",
|
|
104
|
+
"gap",
|
|
105
|
+
"padding",
|
|
106
|
+
"margin",
|
|
107
|
+
"font-size",
|
|
108
|
+
"display",
|
|
109
|
+
"text-align",
|
|
110
|
+
"color",
|
|
111
|
+
"background",
|
|
112
|
+
"border",
|
|
113
|
+
"width",
|
|
114
|
+
"height",
|
|
115
|
+
"position",
|
|
116
|
+
"overflow",
|
|
117
|
+
"opacity",
|
|
118
|
+
"flex",
|
|
119
|
+
"grid"
|
|
120
|
+
],
|
|
121
|
+
"snippet": "単一のCSSプロパティに対応するユーティリティクラス。-{prop}:{value} の形式(例: -g:5, -p:20, -fz:l)。HTMLでは class=\"-g:5\" のように使用。レスポンシブ対応の -_{bp} 形式もサポート。"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"sourcePath": "responsive.mdx",
|
|
125
|
+
"title": "Prop Responsive",
|
|
126
|
+
"description": "Lism CSS におけるブレイクポイントとレスポンシブ対応の仕組みについて解説します。",
|
|
127
|
+
"category": "guide",
|
|
128
|
+
"headings": ["レスポンシブ対応", "コンテナクエリ・メディアクエリ", "ブレイクポイント"],
|
|
129
|
+
"keywords": ["responsive", "レスポンシブ", "ブレークポイント", "breakpoint", "コンテナクエリ", "container query", "sm", "md"],
|
|
130
|
+
"snippet": "CSS変数とクラスを組み合わせたレスポンシブ対応。コンテナクエリをデフォルトで採用。p={[20, 30, 40]} のような配列記法で sm, md ブレークポイントの値を指定。"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"sourcePath": "typography.mdx",
|
|
134
|
+
"title": "Typography & Spacing",
|
|
135
|
+
"description": "Lism CSS で使用するフォントやスペーシングに関するデザイントークンについて解説します。",
|
|
136
|
+
"category": "guide",
|
|
137
|
+
"headings": ["Typography", "SPACE: 余白のスケーリング"],
|
|
138
|
+
"keywords": ["typography", "タイポグラフィ", "font", "文字", "テキスト", "heading", "spacing", "余白", "スペーシング", "フィボナッチ"],
|
|
139
|
+
"snippet": "フォントサイズ、行間、文字間隔などのタイポグラフィ設計と、フィボナッチ数列に基づいた余白のスケーリングについて解説。ハーフレディングによるline-height管理の仕組みを紹介。"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"sourcePath": "reset-css.mdx",
|
|
143
|
+
"title": "Reset CSS",
|
|
144
|
+
"description": "Lism CSS が提供する軽量な Reset CSS の内容と読み込み方法について解説します。",
|
|
145
|
+
"category": "guide",
|
|
146
|
+
"headings": [],
|
|
147
|
+
"keywords": ["reset", "リセット", "normalize", "reset css"],
|
|
148
|
+
"snippet": "Lism CSS に組み込まれたリセットCSS。reset.css レベルからサイト全体のCSS設計を担う。"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"sourcePath": "customize.mdx",
|
|
152
|
+
"title": "Customize",
|
|
153
|
+
"description": "SCSS変数の上書きや@layerの切り替えなど、Lism CSS をカスタマイズする方法について解説します。",
|
|
154
|
+
"category": "guide",
|
|
155
|
+
"headings": ["@layerをオフにする", "SCSS でのカスタマイズ", "lism.config.js でのカスタマイズ"],
|
|
156
|
+
"keywords": ["customize", "カスタマイズ", "設定", "config", "テーマ", "theme", "SCSS"],
|
|
157
|
+
"snippet": "Lism CSS のトークンやスタイルのカスタマイズ方法について解説。SCSSの変数上書きやlism.config.jsでのコンポーネント挙動のカスタマイズが可能。"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"sourcePath": "utility-class.mdx",
|
|
161
|
+
"title": "Utilitiy Class",
|
|
162
|
+
"description": "スタイルや装飾をまとめて適用できる Lism CSS のユーティリティクラスについて解説します。",
|
|
163
|
+
"category": "guide",
|
|
164
|
+
"headings": ["u--cbox", "u--trim & u--trimChildren", "u--expandedLink", "u--srOnly", "u--collapseGrid", "u--snap", "u--clipText", "Opt-in"],
|
|
165
|
+
"keywords": [
|
|
166
|
+
"utility",
|
|
167
|
+
"ユーティリティ",
|
|
168
|
+
"class",
|
|
169
|
+
"クラス",
|
|
170
|
+
"u--cbox",
|
|
171
|
+
"u--trim",
|
|
172
|
+
"u--expandedLink",
|
|
173
|
+
"u--srOnly",
|
|
174
|
+
"u--collapseGrid",
|
|
175
|
+
"u--snap",
|
|
176
|
+
"u--clipText"
|
|
177
|
+
],
|
|
178
|
+
"snippet": "用途が明確な装飾・機能をまとめてセットするユーティリティクラス (.u--{style}) の一覧。u--cbox, u--trim, u--expandedLink, u--collapseGrid 等を解説。"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"sourcePath": "set-class.mdx",
|
|
182
|
+
"title": "Set Class",
|
|
183
|
+
"description": "ベーススタイルの上書きやトークン再定義に使用する set-- 形式のユーティリティクラスについて解説します。",
|
|
184
|
+
"category": "guide",
|
|
185
|
+
"headings": [],
|
|
186
|
+
"keywords": [
|
|
187
|
+
"set",
|
|
188
|
+
"set class",
|
|
189
|
+
"set--plain",
|
|
190
|
+
"set--shadow",
|
|
191
|
+
"set--transition",
|
|
192
|
+
"set--hov",
|
|
193
|
+
"set--bp",
|
|
194
|
+
"set--cqUnit",
|
|
195
|
+
"set--innerRs",
|
|
196
|
+
"set--gutter"
|
|
197
|
+
],
|
|
198
|
+
"snippet": "ベーススタイルの上書きやトークンの再定義、機能的なプロパティを初期セットするためのクラス (.set--{style})。set--plain, set--shadow, set--transition, set--hov, set--bp, set--cqUnit, set--innerRs, set--gutter を解説。"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"sourcePath": "module-class.mdx",
|
|
202
|
+
"title": "Module Class",
|
|
203
|
+
"description": "Lism CSS のモジュールクラス(is--, l--, a--, c--)の分類と使い方について解説します。",
|
|
204
|
+
"category": "guide",
|
|
205
|
+
"headings": ["State Module", "Layout Modules", "Atomic Modules", "Custom Modules"],
|
|
206
|
+
"keywords": ["module", "モジュール", "layout", "レイアウト", "class", "BEM", "is--vertical"],
|
|
207
|
+
"snippet": "レイアウトの構成要素を細分化してモジュールとして定義。.l--{name}, .a--{name}, .c--{name} 等の命名規則。State Module (is--container, is--wrapper, is--layer, is--linkBox, is--vertical) も解説。"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"sourcePath": "base-styles.mdx",
|
|
211
|
+
"title": "Base Styles",
|
|
212
|
+
"description": "@lism-base レイヤーで定義される Reset CSS やHTML要素のベーススタイルについて解説します。",
|
|
213
|
+
"category": "guide",
|
|
214
|
+
"headings": ["Reset CSS", "Base styles"],
|
|
215
|
+
"keywords": ["html", "base", "ベース", "スタイル", "要素", "reset"],
|
|
216
|
+
"snippet": "Lism CSS がHTML要素に対して適用するベーススタイルについて解説。Reset CSSと@lism-baseレイヤーで定義されるベーススタイルを紹介。"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"sourcePath": "changelog.mdx",
|
|
220
|
+
"title": "Changelog",
|
|
221
|
+
"description": "Lism CSS の各バージョンにおける変更履歴をまとめています。",
|
|
222
|
+
"category": "guide",
|
|
223
|
+
"headings": [
|
|
224
|
+
"v.0.10.1 (2026.04.03)",
|
|
225
|
+
"lism-css v.0.9.4 (2026.03.31)",
|
|
226
|
+
"@lism-css/ui v.0.9.3 (2026.03.30)",
|
|
227
|
+
"v.0.9.2 (2026.03.18)",
|
|
228
|
+
"v.0.9.1 (2026.03.18)",
|
|
229
|
+
"v.0.9.0 (2026.03.17)",
|
|
230
|
+
"v.0.8.3",
|
|
231
|
+
"v.0.8.2",
|
|
232
|
+
"v.0.8 (大幅な変更)",
|
|
233
|
+
"v.0.7",
|
|
234
|
+
"v.0.7.1",
|
|
235
|
+
"v.0.7.2",
|
|
236
|
+
"v.0.7.3",
|
|
237
|
+
"v.0.6",
|
|
238
|
+
"v.0.5(大幅な変更)",
|
|
239
|
+
"~ v.0.3"
|
|
240
|
+
],
|
|
241
|
+
"keywords": ["changelog", "変更履歴", "更新", "バージョン"],
|
|
242
|
+
"snippet": "Lism CSS の各バージョンにおける変更内容を記載。"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"sourcePath": "props/bd.mdx",
|
|
246
|
+
"title": "-bd",
|
|
247
|
+
"description": "ボーダーを指定する -bd プロパティクラスと関連するCSS変数の使い方について解説します。",
|
|
248
|
+
"category": "props",
|
|
249
|
+
"headings": ["方向指定", "bdwをブレイクポイントで切り替える", "任意のborderをインライン出力する方法"],
|
|
250
|
+
"keywords": ["border", "ボーダー", "bd", "bdc", "bdw", "bds", "bdrs", "枠線", "border-color", "border-width", "border-style", "border-radius"],
|
|
251
|
+
"snippet": "ボーダー関連のProp。bd, bdc, bdw, bds, bdrs を使ったボーダースタイルの設定方法。方向指定やブレイクポイントでの切り替えも解説。"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"sourcePath": "props/hov.mdx",
|
|
255
|
+
"title": "-hov",
|
|
256
|
+
"description": "hover時の挙動をコントロールする -hov プロパティクラスの使い方について解説します。",
|
|
257
|
+
"category": "props",
|
|
258
|
+
"headings": ["基本的な使い方", ".set--hov と特殊変数"],
|
|
259
|
+
"keywords": ["hover", "ホバー", "hov", "インタラクション", "animation", "set--hov", "set--transition", "transition"],
|
|
260
|
+
"snippet": "ホバー関連のProp。hov を使ったホバーエフェクトの設定方法。set--hovとset--transitionの活用、子要素へのホバー状態伝播を解説。"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"sourcePath": "props/max-sz.mdx",
|
|
264
|
+
"title": "サイズ制御クラス -max-sz:",
|
|
265
|
+
"description": "コンテンツの最大幅を制御する -max-sz ユーティリティクラスの使い方について解説します。",
|
|
266
|
+
"category": "props",
|
|
267
|
+
"headings": ["-max-sz:full, -max-sz:container", "DEMOページ"],
|
|
268
|
+
"keywords": ["max-sz", "max-inline-size", "最大サイズ", "幅", "full", "container"],
|
|
269
|
+
"snippet": "max-sz (max-inline-size) の Prop。xs, s, m, l, xl のサイズトークンで最大幅を指定。-max-sz:full, -max-sz:container の特殊クラスも解説。"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"sourcePath": "core-components/Lism.mdx",
|
|
273
|
+
"title": "Lism",
|
|
274
|
+
"description": "LismのCSS設計に対応した様々なプロパティを受け取ることができる汎用的なコンポーネントです。",
|
|
275
|
+
"category": "core-components",
|
|
276
|
+
"headings": ["Import", "Lism Props", "補足"],
|
|
277
|
+
"keywords": ["Lism", "core", "コア", "基盤", "コンポーネント", "lismClass", "variant", "layout", "as", "exProps", "HTML.button", "HTML.xxx"],
|
|
278
|
+
"snippet": "全コンポーネントの基盤。Props システムによる CSS クラス・スタイルの自動変換を提供。as prop で出力要素や外部コンポーネントを指定可能。レスポンシブ指定は配列またはオブジェクト形式で対応。"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"sourcePath": "core-components/Text.mdx",
|
|
282
|
+
"title": "Text",
|
|
283
|
+
"description": "<p>タグを出力するLismコンポーネントです。",
|
|
284
|
+
"category": "core-components",
|
|
285
|
+
"headings": ["Import", "基本的な使い方"],
|
|
286
|
+
"keywords": ["Text", "テキスト", "paragraph", "p", "ブロック", "コンポーネント", "HTML.p", "HTML.xxx"],
|
|
287
|
+
"snippet": "<p>タグを出力するLismコンポーネント。<Lism as=\"p\">のエイリアス。as prop で div / blockquote / address / figcaption / pre に変更可能。"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"sourcePath": "core-components/Inline.mdx",
|
|
291
|
+
"title": "Inline",
|
|
292
|
+
"description": "<span>タグを出力するLismコンポーネントです。",
|
|
293
|
+
"category": "core-components",
|
|
294
|
+
"headings": ["Import", "基本的な使い方"],
|
|
295
|
+
"keywords": ["Inline", "インライン", "span", "em", "strong", "コンポーネント", "HTML.span", "HTML.xxx"],
|
|
296
|
+
"snippet": "<span>タグを出力するLismコンポーネント。<Lism as=\"span\">のエイリアス。テキストの一部にスタイルを適用したい場合に使用。as prop で em / strong / small / code 等に変更可能。"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"sourcePath": "core-components/Group.mdx",
|
|
300
|
+
"title": "Group",
|
|
301
|
+
"description": "<div>タグを出力するLismコンポーネントです。",
|
|
302
|
+
"category": "core-components",
|
|
303
|
+
"headings": ["Import", "基本的な使い方"],
|
|
304
|
+
"keywords": ["Group", "グループ", "div", "コンテナ", "コンポーネント", "HTML.div", "HTML.xxx"],
|
|
305
|
+
"snippet": "<div>タグを出力するLismコンポーネント。<Lism as=\"div\">のエイリアス。要素をグルーピングするための汎用コンテナ。as prop で section / article / figure / nav / aside 等に変更可能。"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"sourcePath": "core-components/Heading.mdx",
|
|
309
|
+
"title": "Heading",
|
|
310
|
+
"description": "見出しタグ(<h1>〜<h6>)を出力するLismコンポーネントです。",
|
|
311
|
+
"category": "core-components",
|
|
312
|
+
"headings": ["Props", "Import", "基本的な使い方", "見出しレベルの指定"],
|
|
313
|
+
"keywords": ["Heading", "見出し", "h1", "h2", "h3", "h4", "h5", "h6", "level", "コンポーネント", "HTML.h", "HTML.xxx"],
|
|
314
|
+
"snippet": "見出しタグを出力するLismコンポーネント。level プロパティで h1〜h6 を指定。デフォルトは h2。"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"sourcePath": "core-components/Link.mdx",
|
|
318
|
+
"title": "Link",
|
|
319
|
+
"description": "<a>タグを出力するLismコンポーネントです。",
|
|
320
|
+
"category": "core-components",
|
|
321
|
+
"headings": ["Import", "基本的な使い方"],
|
|
322
|
+
"keywords": ["Link", "リンク", "a", "アンカー", "href", "コンポーネント", "HTML.a", "HTML.xxx"],
|
|
323
|
+
"snippet": "<a>タグを出力するLismコンポーネント。<Lism as=\"a\">のエイリアス。全ての Lism Props が使用可能。"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"sourcePath": "core-components/List.mdx",
|
|
327
|
+
"title": "List & ListItem",
|
|
328
|
+
"description": "リストタグ(<ul>, <li>)を出力するLismコンポーネントです。",
|
|
329
|
+
"category": "core-components",
|
|
330
|
+
"headings": ["Import", "基本的な使い方", "番号付きリスト", "定義リスト"],
|
|
331
|
+
"keywords": ["List", "ListItem", "リスト", "ul", "ol", "li", "dl", "dt", "dd", "コンポーネント", "HTML.ul", "HTML.ol", "HTML.li", "HTML.xxx"],
|
|
332
|
+
"snippet": "<ul>タグを出力するListと<li>タグを出力するListItemのLismコンポーネント。as prop で ol / dl や li / dt / dd に変更可能。"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"sourcePath": "ui/DummyText.mdx",
|
|
336
|
+
"title": "DummyText",
|
|
337
|
+
"description": "プロトタイピングやデザインモックアップ用のダミーテキストを出力するコンポーネントです。",
|
|
338
|
+
"category": "ui",
|
|
339
|
+
"headings": ["Props", "Import", "使用例"],
|
|
340
|
+
"keywords": ["DummyText", "ダミー", "テスト", "プレビュー", "プレースホルダー", "lorem ipsum"],
|
|
341
|
+
"snippet": "ダミーテキストを生成するコンポーネント。複数の言語とテキスト長に対応。@lism-css/uiパッケージから提供。"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"sourcePath": "ui/DummyImage.mdx",
|
|
345
|
+
"title": "DummyImage",
|
|
346
|
+
"description": "プレースホルダー用のダミー画像を出力するコンポーネントです。",
|
|
347
|
+
"category": "ui",
|
|
348
|
+
"headings": ["Import", "使用例"],
|
|
349
|
+
"keywords": ["DummyImage", "ダミー画像", "プレースホルダー", "テスト画像"],
|
|
350
|
+
"snippet": "cdn.lism-css.comからダミーのプレースホルダー画像を出力するコンポーネント。@lism-css/uiパッケージから提供。"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"sourcePath": "modules/l--box.mdx",
|
|
354
|
+
"title": "Box / l--box",
|
|
355
|
+
"description": "Lism CSS の Box モジュールについて解説します。コンテンツをグループ化するシンプルなレイアウトモジュールです。",
|
|
356
|
+
"category": "modules",
|
|
357
|
+
"headings": ["対応コンポーネント", "Usage"],
|
|
358
|
+
"keywords": ["Box", "ボックス", "layout", "レイアウト", "l--box"],
|
|
359
|
+
"snippet": "最も基本的なレイアウトモジュール。コンテンツをグループ化するだけのシンプルな汎用ボックス要素。l--box クラスが付与される。"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"sourcePath": "modules/l--flex.mdx",
|
|
363
|
+
"title": "Flex / l--flex",
|
|
364
|
+
"description": "Lism CSS の Flex モジュールについて解説します。コンテンツを Flexbox で配置するためのレイアウトモジュールです。",
|
|
365
|
+
"category": "modules",
|
|
366
|
+
"headings": ["CSS", "Import", "Props", "Usage"],
|
|
367
|
+
"keywords": ["Flex", "flexbox", "フレックス", "layout", "l--flex", "横並び", "display", "display: flex", "flex-direction", "flex-wrap"],
|
|
368
|
+
"snippet": "Flexboxレイアウトを構成。display: flex が適用される。g, ai, jc, fxw, fxd 等で配置を制御。"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"sourcePath": "modules/l--stack.mdx",
|
|
372
|
+
"title": "Stack / l--stack",
|
|
373
|
+
"description": "Lism CSS の Stack モジュールについて解説します。複数の要素を Flex で縦方向に配置するレイアウトモジュールです。",
|
|
374
|
+
"category": "modules",
|
|
375
|
+
"headings": ["CSS", "Import", "Props", "Usage"],
|
|
376
|
+
"keywords": ["Stack", "スタック", "縦並び", "vertical", "l--stack", "display", "display: flex", "flex-direction", "flex-direction: column"],
|
|
377
|
+
"snippet": "縦方向に要素を積み重ねるFlexレイアウト。flex-direction: column のFlex。ai='center'で内在的な中央寄せも可能。"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"sourcePath": "modules/l--grid.mdx",
|
|
381
|
+
"title": "Grid / l--grid",
|
|
382
|
+
"description": "Lism CSS の Grid モジュールについて解説します。コンテンツを CSS Grid で配置するためのレイアウトモジュールです。",
|
|
383
|
+
"category": "modules",
|
|
384
|
+
"headings": ["Import", "Props", "Usage"],
|
|
385
|
+
"keywords": [
|
|
386
|
+
"Grid",
|
|
387
|
+
"グリッド",
|
|
388
|
+
"layout",
|
|
389
|
+
"l--grid",
|
|
390
|
+
"CSS Grid",
|
|
391
|
+
"subgrid",
|
|
392
|
+
"display",
|
|
393
|
+
"display: grid",
|
|
394
|
+
"grid-template-columns",
|
|
395
|
+
"grid-template-rows"
|
|
396
|
+
],
|
|
397
|
+
"snippet": "CSS Gridレイアウトを構成。gtc, gtr, gta, cols, rows 等で列・行を制御。subgridや-gt:repeatもサポート。"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"sourcePath": "modules/l--center.mdx",
|
|
401
|
+
"title": "Center / l--center",
|
|
402
|
+
"description": "Lism CSS の Center モジュールについて解説します。要素を上下左右中央揃えで配置するためのレイアウトモジュールです。",
|
|
403
|
+
"category": "modules",
|
|
404
|
+
"headings": ["CSS", "主なProps", "Import", "Usage"],
|
|
405
|
+
"keywords": ["Center", "中央揃え", "center", "layout", "l--center", "display", "display: grid", "place-items", "place-items: center"],
|
|
406
|
+
"snippet": "子要素を中央揃えにするレイアウト。place-items: center の Grid。高さがあれば上下左右中央揃え。"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"sourcePath": "modules/l--cluster.mdx",
|
|
410
|
+
"title": "Cluster / l--cluster",
|
|
411
|
+
"description": "Lism CSS の Cluster モジュールについて解説します。要素を横方向に並べて自動で折り返すレイアウトモジュールです。",
|
|
412
|
+
"category": "modules",
|
|
413
|
+
"headings": ["CSS", "Import", "Usage"],
|
|
414
|
+
"keywords": ["Cluster", "クラスター", "横並び", "wrap", "l--cluster", "タグ", "display", "display: flex", "flex-wrap"],
|
|
415
|
+
"snippet": "横方向に要素を並べ、自動的に折り返すFlexレイアウト。タグやバッジの並びに適している。"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"sourcePath": "modules/l--columns.mdx",
|
|
419
|
+
"title": "Columns / l--columns",
|
|
420
|
+
"description": "Lism CSS の Columns モジュールについて解説します。ブレイクポイントごとに列数を指定できるカラムレイアウトです。",
|
|
421
|
+
"category": "modules",
|
|
422
|
+
"headings": ["Props", "CSS", "Import", "Usage"],
|
|
423
|
+
"keywords": ["Columns", "カラム", "列", "multi-column", "l--columns", "subgrid", "display", "display: grid", "grid-template-columns"],
|
|
424
|
+
"snippet": "均等幅のカラムレイアウト。cols で列数を指定する Grid。レスポンシブ対応可能。subgridも活用可能。"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"sourcePath": "modules/l--flow.mdx",
|
|
428
|
+
"title": "Flow / l--flow",
|
|
429
|
+
"description": "Lism CSS の Flow モジュールについて解説します。子要素間の余白を自動管理する flow-root レイアウトモジュールです。",
|
|
430
|
+
"category": "modules",
|
|
431
|
+
"headings": ["対応コンポーネント", "Usage", "l--flow を入れ子にする時の注意点"],
|
|
432
|
+
"keywords": ["Flow", "フロー", "コンテンツ", "記事", "l--flow", "本文", "is--skipFlow", "display: flow-root"],
|
|
433
|
+
"snippet": "コンテンツフロー用のレイアウト。display: flow-root で子要素間の余白を管理。見出しタグは余白が2倍。is--skipFlowで余白打ち消しも可能。"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"sourcePath": "modules/l--fluidcols.mdx",
|
|
437
|
+
"title": "FluidCols / l--fluidCols",
|
|
438
|
+
"description": "Lism CSS の FluidCols モジュールについて解説します。カラム幅に応じて自動で折り返すブレイクポイント非依存の段組みレイアウトです。",
|
|
439
|
+
"category": "modules",
|
|
440
|
+
"headings": ["Props", "CSS", "Import", "Usage"],
|
|
441
|
+
"keywords": ["FluidCols", "流動カラム", "auto-fill", "fluid", "l--fluidCols", "display", "display: grid"],
|
|
442
|
+
"snippet": "子要素が最小幅に達すると自動的に折り返すグリッドレイアウト。メディアクエリに依存しない。cols で最小幅を指定。"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"sourcePath": "modules/l--frame.mdx",
|
|
446
|
+
"title": "Frame / l--frame",
|
|
447
|
+
"description": "Lism CSS の Frame モジュールについて解説します。直下のメディア要素を自身のサイズに合わせて表示するレイアウトモジュールです。",
|
|
448
|
+
"category": "modules",
|
|
449
|
+
"headings": ["対応コンポーネント", "Usage"],
|
|
450
|
+
"keywords": ["Frame", "フレーム", "aspect-ratio", "アスペクト比", "l--frame", "画像", "video", "iframe"],
|
|
451
|
+
"snippet": "直下のメディア要素(img, video, iframe)を自身のサイズに合わせて表示するレイアウトモジュール。arでアスペクト比を指定。"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"sourcePath": "modules/l--switchcols.mdx",
|
|
455
|
+
"title": "SwitchCols / l--switchCols",
|
|
456
|
+
"description": "Lism CSS の SwitchCols モジュールについて解説します。メディアクエリ不要で複数列と1列を自動切り替えするレイアウトです。",
|
|
457
|
+
"category": "modules",
|
|
458
|
+
"headings": ["Props", "CSS", "Import", "Usage"],
|
|
459
|
+
"keywords": ["SwitchCols", "切り替え", "switch", "カラム", "l--switchCols"],
|
|
460
|
+
"snippet": "複数列以上と1列への切り替えをメディアクエリを使わずに実装するレイアウト。breakSizeで切り替えポイントを指定。"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"sourcePath": "modules/l--sidemain.mdx",
|
|
464
|
+
"title": "SideMain / l--sideMain",
|
|
465
|
+
"description": "Lism CSS の SideMain モジュールについて解説します。メディアクエリ不要でサイドとメインの2カラムレイアウトを構築します。",
|
|
466
|
+
"category": "modules",
|
|
467
|
+
"headings": ["基本構造", "CSS", "Import", "Props", "Usage", "Gridを使って似たレイアウトを構成する例"],
|
|
468
|
+
"keywords": ["SideMain", "サイドバー", "sidebar", "メイン", "l--sideMain", "2カラム", "is--side"],
|
|
469
|
+
"snippet": "サイドバー + メインコンテンツの2カラムレイアウト。メイン側が可変幅。sideW, mainWで幅を制御。fxd='row-r'で反転も可能。"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"sourcePath": "modules/is--container.mdx",
|
|
473
|
+
"title": "Container / is--container",
|
|
474
|
+
"description": "Lism CSS の Container モジュールについて解説します。container-type を設定しコンテナクエリを有効にするコンポーネントです。",
|
|
475
|
+
"category": "modules",
|
|
476
|
+
"headings": ["Props", "Import", "Usage"],
|
|
477
|
+
"keywords": ["Container", "コンテナ", "container query", "is--container", "isContainer"],
|
|
478
|
+
"snippet": "コンテナクエリの基準要素。container-typeをセットし、子要素のレスポンシブ対応の基準となる。isContainerプロパティでどのコンポーネントからでも呼び出し可能。"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"sourcePath": "modules/is--layer.mdx",
|
|
482
|
+
"title": "Layer / is--layer",
|
|
483
|
+
"description": "Lism CSS の Layer モジュールについて解説します。親要素に重ねて配置するオーバーレイ用のコンポーネントです。",
|
|
484
|
+
"category": "modules",
|
|
485
|
+
"headings": ["Import", "Usage"],
|
|
486
|
+
"keywords": ["Layer", "レイヤー", "overlay", "オーバーレイ", "is--layer", "absolute", "backdrop-filter", "blur", "position: absolute"],
|
|
487
|
+
"snippet": "親要素に対して絶対配置で重なるレイヤー要素。オーバーレイや背景装飾に使用。blur等のbackdrop-filterプロパティも個別に指定可能。"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"sourcePath": "modules/is--linkBox.mdx",
|
|
491
|
+
"title": "LinkBox / is--linkBox",
|
|
492
|
+
"description": "Lism CSS の LinkBox モジュールについて解説します。ボックス全体をクリック可能なリンクにするコンポーネントです。",
|
|
493
|
+
"category": "modules",
|
|
494
|
+
"headings": ["Import", "Props", "Usage", "Opt-in"],
|
|
495
|
+
"keywords": ["LinkBox", "リンク", "clickable", "カード", "is--linkBox", "u--expandedLink"],
|
|
496
|
+
"snippet": "ボックス全体をリンク領域にする。hrefを指定してaタグにする方法と、内部にu--expandedLinkを配置する方法の2通りがある。"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"sourcePath": "modules/is--wrapper.mdx",
|
|
500
|
+
"title": "Wrapper / is--wrapper",
|
|
501
|
+
"description": "Lism CSS の Wrapper モジュールについて解説します。コンテンツ幅を制御する is--wrapper クラスを出力するコンポーネントです。",
|
|
502
|
+
"category": "modules",
|
|
503
|
+
"headings": ["Props", "Import", "Usage"],
|
|
504
|
+
"keywords": ["Wrapper", "ラッパー", "コンテンツ幅", "max-width", "is--wrapper", "contentSize"],
|
|
505
|
+
"snippet": "コンテンツ幅を制限するラッパー要素。contentSizeで幅を指定。s, lのプリセットサイズや任意値も設定可能。"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"sourcePath": "modules/a--icon.mdx",
|
|
509
|
+
"title": "Icon / a--icon",
|
|
510
|
+
"description": "Lism CSS の Icon モジュールについて解説します。SVG アイコンを出力するためのコンポーネントです。",
|
|
511
|
+
"category": "modules",
|
|
512
|
+
"headings": ["構造", "CSS", "Props", "Import", "Usage"],
|
|
513
|
+
"keywords": ["Icon", "アイコン", "SVG", "a--icon", "phosphor-icons"],
|
|
514
|
+
"snippet": "アイコンを表示するコンポーネント。外部パッケージ(react-icons, phosphor-icons等)のアイコン、プリセットアイコン、SVG直接記述、img指定に対応。"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"sourcePath": "modules/a--divider.mdx",
|
|
518
|
+
"title": "Divider / a--divider",
|
|
519
|
+
"description": "Lism CSS の Divider モジュールについて解説します。コンテンツ間に区切り線を描画するコンポーネントです。",
|
|
520
|
+
"category": "modules",
|
|
521
|
+
"headings": ["構造", "CSS", "Props", "Import", "Usage"],
|
|
522
|
+
"keywords": ["Divider", "区切り線", "hr", "a--divider", "セパレーター", "border"],
|
|
523
|
+
"snippet": "区切り線を表示するコンポーネント。水平・垂直の区切りを表現。bds, bdw, bdc でスタイルをカスタマイズ可能。"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"sourcePath": "core-components/Media.mdx",
|
|
527
|
+
"title": "Media",
|
|
528
|
+
"description": "画像や動画などのメディア要素を出力するLismコンポーネントです。",
|
|
529
|
+
"category": "core-components",
|
|
530
|
+
"headings": ["Import"],
|
|
531
|
+
"keywords": ["Media", "メディア", "img", "video", "iframe", "画像", "filter", "HTML.img", "HTML.xxx"],
|
|
532
|
+
"snippet": "img, video, iframe 等のメディア要素を統一的に扱うコンポーネント。objectPositionやfilter系はstyleで指定。Next.js/AstroのImageコンポーネントとの連携も可能。"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"sourcePath": "modules/a--spacer.mdx",
|
|
536
|
+
"title": "Spacer / a--spacer",
|
|
537
|
+
"description": "Lism CSS の Spacer モジュールについて解説します。要素間にスペースを確保するための空要素を出力します。",
|
|
538
|
+
"category": "modules",
|
|
539
|
+
"headings": ["構造", "Props", "Import", "Usage"],
|
|
540
|
+
"keywords": ["Spacer", "スペーサー", "余白", "空白", "a--spacer"],
|
|
541
|
+
"snippet": "空白を挿入するコンポーネント。w, h で幅・高さを指定。SPACEトークンの値も使用可能。"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"sourcePath": "modules/a--decorator.mdx",
|
|
545
|
+
"title": "Decorator / a--decorator",
|
|
546
|
+
"description": "Lism CSS の Decorator モジュールについて解説します。装飾用の空要素を出力するコンポーネントです。",
|
|
547
|
+
"category": "modules",
|
|
548
|
+
"headings": ["構造", "Props", "Import", "Usage"],
|
|
549
|
+
"keywords": ["Decorator", "デコレーター", "装飾", "a--decorator"],
|
|
550
|
+
"snippet": "装飾用の空要素を出力するコンポーネント。size, filter系プロパティ, clipPathに対応。aria-hidden='true'がデフォルトで付与される。"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"sourcePath": "ui/Accordion.mdx",
|
|
554
|
+
"title": "Accordion",
|
|
555
|
+
"description": "@lism-css/ui で提供する Accordion コンポーネントについて解説します。",
|
|
556
|
+
"category": "ui",
|
|
557
|
+
"headings": ["基本構造", "ソースコード", "Import", "Props", "Examples"],
|
|
558
|
+
"keywords": ["Accordion", "アコーディオン", "開閉", "toggle", "FAQ"],
|
|
559
|
+
"snippet": "クリックでコンテンツの開閉を切り替えるアコーディオンUI。@lism-css/uiパッケージで提供。"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"sourcePath": "ui/Modal.mdx",
|
|
563
|
+
"title": "Modal",
|
|
564
|
+
"description": "@lism-css/ui で提供する Modal コンポーネントについて解説します。",
|
|
565
|
+
"category": "ui",
|
|
566
|
+
"headings": ["How to use", "Props", "Usage"],
|
|
567
|
+
"keywords": ["Modal", "モーダル", "dialog", "ダイアログ", "ポップアップ"],
|
|
568
|
+
"snippet": "モーダルダイアログUI。dialog要素を使用。@lism-css/uiパッケージで提供。"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"sourcePath": "ui/Tabs.mdx",
|
|
572
|
+
"title": "Tabs",
|
|
573
|
+
"description": "@lism-css/ui で提供する Tabs コンポーネントについて解説します。",
|
|
574
|
+
"category": "ui",
|
|
575
|
+
"headings": ["基本構造", "CSS", "JavaScript", "Import", "Props", "Usage", "スタイルバリエーションの作成例", "Opt-in"],
|
|
576
|
+
"keywords": ["Tabs", "タブ", "切り替え", "panel"],
|
|
577
|
+
"snippet": "タブ切り替えUI。タブをクリックしてコンテンツパネルを切り替える。@lism-css/uiパッケージで提供。"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"sourcePath": "ui/Details.mdx",
|
|
581
|
+
"title": "Details",
|
|
582
|
+
"description": "@lism-css/ui で提供する Details コンポーネントについて解説します。",
|
|
583
|
+
"category": "ui",
|
|
584
|
+
"headings": ["How to use", "Examples"],
|
|
585
|
+
"keywords": ["Details", "details", "summary", "開閉"],
|
|
586
|
+
"snippet": "HTMLのdetails/summary要素をラップ。ネイティブのHTML要素を使用したアコーディオン。@lism-css/uiパッケージで提供。"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"sourcePath": "ui/Alert.mdx",
|
|
590
|
+
"title": "Alert",
|
|
591
|
+
"description": "@lism-css/ui で提供する Alert コンポーネントについて解説します。",
|
|
592
|
+
"category": "ui",
|
|
593
|
+
"headings": ["How to use", "Examples", "Only lism-css"],
|
|
594
|
+
"keywords": ["Alert", "アラート", "注意", "notice", "warning", "info"],
|
|
595
|
+
"snippet": "短めの文言を目立たせて強調表示したい時に使えるコンポーネント。アイコンとキーカラーでバリエーション。"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"sourcePath": "ui/Callout.mdx",
|
|
599
|
+
"title": "Callout",
|
|
600
|
+
"description": "@lism-css/ui で提供する Callout コンポーネントについて解説します。",
|
|
601
|
+
"category": "ui",
|
|
602
|
+
"headings": ["How to use", "Examples", "Only lism-css", "Only Core"],
|
|
603
|
+
"keywords": ["Callout", "コールアウト", "補足", "note", "注意書き"],
|
|
604
|
+
"snippet": "記事の中で重要なポイントを示すためのコンポーネント。@lism-css/uiパッケージで提供。"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"sourcePath": "ui/Button.mdx",
|
|
608
|
+
"title": "Button",
|
|
609
|
+
"description": "@lism-css/ui で提供する Button コンポーネントについて解説します。",
|
|
610
|
+
"category": "ui",
|
|
611
|
+
"headings": ["How to use", "Examples", "Opt-in", "Only lism-css"],
|
|
612
|
+
"keywords": ["Button", "ボタン", "クリック", "outline", "action"],
|
|
613
|
+
"snippet": "ボタンコンポーネント。variant (outline 等) と keycolor でバリエーションを表現。@lism-css/uiパッケージで提供。"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"sourcePath": "ui/Badge.mdx",
|
|
617
|
+
"title": "Badge",
|
|
618
|
+
"description": "@lism-css/ui で提供する Badge コンポーネントについて解説します。",
|
|
619
|
+
"category": "ui",
|
|
620
|
+
"headings": ["How to use", "Examples", "Only lism-css"],
|
|
621
|
+
"keywords": ["Badge", "バッジ", "ラベル", "タグ", "status"],
|
|
622
|
+
"snippet": "バッジ (ラベル) コンポーネント。カテゴリやステータスの表示に使用。@lism-css/uiパッケージで提供。"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"sourcePath": "ui/Avatar.mdx",
|
|
626
|
+
"title": "Avatar",
|
|
627
|
+
"description": "@lism-css/ui で提供する Avatar コンポーネントについて解説します。",
|
|
628
|
+
"category": "ui",
|
|
629
|
+
"headings": ["How to use", "Examples", "Only lism-css"],
|
|
630
|
+
"keywords": ["Avatar", "アバター", "プロフィール", "画像", "丸"],
|
|
631
|
+
"snippet": "アバター画像用のコンポーネント。円形の画像表示に使用。@lism-css/uiパッケージで提供。"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"sourcePath": "ui/Chat.mdx",
|
|
635
|
+
"title": "Chat",
|
|
636
|
+
"description": "@lism-css/ui で提供する Chat コンポーネントについて解説します。",
|
|
637
|
+
"category": "ui",
|
|
638
|
+
"headings": ["How to use", "Examples", "Opt-in"],
|
|
639
|
+
"keywords": ["Chat", "チャット", "吹き出し", "会話", "balloon"],
|
|
640
|
+
"snippet": "チャット風の吹き出しコンポーネント。会話形式のUI表現に使用。@lism-css/uiパッケージで提供。"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"sourcePath": "ui/NavMenu.mdx",
|
|
644
|
+
"title": "NavMenu",
|
|
645
|
+
"description": "@lism-css/ui で提供する NavMenu コンポーネントについて解説します。",
|
|
646
|
+
"category": "ui",
|
|
647
|
+
"headings": ["How to use", "Examples"],
|
|
648
|
+
"keywords": ["NavMenu", "ナビ", "メニュー", "navigation", "リンク"],
|
|
649
|
+
"snippet": "ナビゲーションメニュー。リンクリストの表示に使用。@lism-css/uiパッケージで提供。"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"sourcePath": "ui/ShapeDivider.mdx",
|
|
653
|
+
"title": "ShapeDivider",
|
|
654
|
+
"description": "@lism-css/ui で提供する ShapeDivider コンポーネントについて解説します。",
|
|
655
|
+
"category": "ui",
|
|
656
|
+
"headings": ["How to use", "Examples"],
|
|
657
|
+
"keywords": ["ShapeDivider", "波", "wave", "区切り", "SVG", "セクション"],
|
|
658
|
+
"snippet": "セクション間の波型などの装飾的な区切り要素。SVGベースの形状で区切りを表現。@lism-css/uiパッケージで提供。"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"sourcePath": "ui/examples/Card.mdx",
|
|
662
|
+
"title": "Card",
|
|
663
|
+
"description": "Lism CSS で実装するカード型コンテンツレイアウトの実装例です。",
|
|
664
|
+
"category": "ui",
|
|
665
|
+
"headings": ["Examples"],
|
|
666
|
+
"keywords": ["Card", "カード", "example", "実装例"],
|
|
667
|
+
"snippet": "Lism CSS を使ったカードレイアウトの実装例。"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"sourcePath": "ui/examples/Banner.mdx",
|
|
671
|
+
"title": "Banner",
|
|
672
|
+
"description": "Lism CSS で実装するバナーリンクの実装例です。",
|
|
673
|
+
"category": "ui",
|
|
674
|
+
"headings": ["Examples"],
|
|
675
|
+
"keywords": ["Banner", "バナー", "example", "hero"],
|
|
676
|
+
"snippet": "バナーの実装例。"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"sourcePath": "ui/examples/Hero.mdx",
|
|
680
|
+
"title": "Hero",
|
|
681
|
+
"description": "Lism CSS で実装するヒーローセクションの実装例です。",
|
|
682
|
+
"category": "ui",
|
|
683
|
+
"headings": ["Examples", "別ページで確認する"],
|
|
684
|
+
"keywords": ["Hero", "ヒーロー", "メインビジュアル", "example"],
|
|
685
|
+
"snippet": "ヒーローセクション(メインビジュアル)の実装例。"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"sourcePath": "ui/examples/FAQ.mdx",
|
|
689
|
+
"title": "FAQ",
|
|
690
|
+
"description": "Lism CSS で実装するQ&A(よくある質問)レイアウトの実装例です。",
|
|
691
|
+
"category": "ui",
|
|
692
|
+
"headings": ["Examples"],
|
|
693
|
+
"keywords": ["FAQ", "よくある質問", "example", "accordion"],
|
|
694
|
+
"snippet": "FAQ(よくある質問)セクションの実装例。"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"sourcePath": "ui/examples/Steps.mdx",
|
|
698
|
+
"title": "Steps",
|
|
699
|
+
"description": "Lism CSS で実装する、手順を示すステップレイアウトの実装例です。",
|
|
700
|
+
"category": "ui",
|
|
701
|
+
"headings": ["Examples"],
|
|
702
|
+
"keywords": ["Steps", "ステップ", "手順", "example"],
|
|
703
|
+
"snippet": "ステップ(手順)表示の実装例。"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"sourcePath": "ui/examples/Timeline.mdx",
|
|
707
|
+
"title": "Timeline",
|
|
708
|
+
"description": "Lism CSS で実装するタイムラインレイアウトの実装例です。",
|
|
709
|
+
"category": "ui",
|
|
710
|
+
"headings": ["Create Component", "Usage"],
|
|
711
|
+
"keywords": ["Timeline", "タイムライン", "年表", "example"],
|
|
712
|
+
"snippet": "タイムライン表示の実装例。"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"sourcePath": "ui/examples/Breadcrumb.mdx",
|
|
716
|
+
"title": "Breadcrumb",
|
|
717
|
+
"description": "Lism CSS で実装するパンくずリストナビゲーションの実装例です。",
|
|
718
|
+
"category": "ui",
|
|
719
|
+
"headings": ["Examples"],
|
|
720
|
+
"keywords": ["Breadcrumb", "パンくず", "ナビゲーション", "example"],
|
|
721
|
+
"snippet": "パンくずリストの実装例。"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"sourcePath": "ui/examples/DividerLabel.mdx",
|
|
725
|
+
"title": "DividerLabel",
|
|
726
|
+
"description": "Lism CSS で実装する、ラベル付き区切り線コンポーネントの実装例です。",
|
|
727
|
+
"category": "ui",
|
|
728
|
+
"headings": ["Examples"],
|
|
729
|
+
"keywords": ["DividerLabel", "区切り", "ラベル", "example"],
|
|
730
|
+
"snippet": "ラベル付き区切り線の実装例。"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"sourcePath": "ui/examples/Reel.mdx",
|
|
734
|
+
"title": "Reel",
|
|
735
|
+
"description": "Lism CSS で実装する、コンテンツを横スクロールで表示するリールコンポーネントの実装例です。",
|
|
736
|
+
"category": "ui",
|
|
737
|
+
"headings": ["Flex で実装する例", "Gridで実装する例", "ナビゲーションをつける", "大きい画面サイズでReelを解除する", "縦向きのリール"],
|
|
738
|
+
"keywords": ["Reel", "横スクロール", "scroll", "carousel", "example"],
|
|
739
|
+
"snippet": "横スクロール(リール)レイアウトの実装例。Flex/Grid両方の実装パターンを紹介。"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"sourcePath": "ui/examples/BalloonBox.mdx",
|
|
743
|
+
"title": "BalloonBox",
|
|
744
|
+
"description": "Lism CSS で実装するふきだし風装飾ボックスの実装例です。",
|
|
745
|
+
"category": "ui",
|
|
746
|
+
"headings": ["Import", "Props", "Usage"],
|
|
747
|
+
"keywords": ["BalloonBox", "吹き出し", "ふきだし", "balloon", "装飾", "ボックス", "example"],
|
|
748
|
+
"snippet": "ふきだし風装飾ボックスの作成例。variant でふきだしの方向、keycolor で色を指定。"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"sourcePath": "ui/examples/Decorations.mdx",
|
|
752
|
+
"title": "Decorations",
|
|
753
|
+
"description": "Lism CSS で実装する装飾ボックスパターンの実装例です。",
|
|
754
|
+
"category": "ui",
|
|
755
|
+
"headings": ["Examples"],
|
|
756
|
+
"keywords": ["Decorations", "装飾", "デコレーション", "ボックス", "example"],
|
|
757
|
+
"snippet": "装飾ボックスの実装例。Call, Kakko, Sticky など様々な装飾パターンを紹介。"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"sourcePath": "ui/examples/List.mdx",
|
|
761
|
+
"title": "List",
|
|
762
|
+
"description": "Lism CSS で実装する、アイコン付き装飾リストの実装例です。",
|
|
763
|
+
"category": "ui",
|
|
764
|
+
"headings": ["Create Component", "Usage"],
|
|
765
|
+
"keywords": ["List", "リスト", "アイコン", "装飾リスト", "example"],
|
|
766
|
+
"snippet": "アイコンを使った装飾リストの作成例。List(.c--list)コンポーネントの実装と使い方を紹介。"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"sourcePath": "ui/examples/Others.mdx",
|
|
770
|
+
"title": "Others",
|
|
771
|
+
"description": "Lism CSS で実装する、ステップナビゲーションやメニュー表などその他のUIパターンの実装例です。",
|
|
772
|
+
"category": "ui",
|
|
773
|
+
"headings": ["独自ユーティリティクラスの作成例"],
|
|
774
|
+
"keywords": ["Others", "その他", "ステップ", "ナビゲーション", "メニュー", "example"],
|
|
775
|
+
"snippet": "ステップナビゲーションやメニュー表など、その他のUIパターンの実装例。"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"sourcePath": "ui/examples/Table.mdx",
|
|
779
|
+
"title": "Table",
|
|
780
|
+
"description": "Lism CSS で実装する、行・列の固定表示に対応した汎用テーブルレイアウトの実装例です。",
|
|
781
|
+
"category": "ui",
|
|
782
|
+
"headings": ["Create Component", "Usage"],
|
|
783
|
+
"keywords": ["Table", "テーブル", "表", "固定", "スクロール", "example"],
|
|
784
|
+
"snippet": "行・列の固定表示に対応した汎用Tableレイアウトの実装例。CSS変数でボーダースタイルを調整可能。"
|
|
785
|
+
}
|
|
691
786
|
]
|