@rio-cloud/uikit-mcp 1.1.7 → 1.1.9

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.
Files changed (201) hide show
  1. package/README.md +24 -18
  2. package/dist/doc-metadata.json +125 -295
  3. package/dist/docs/components/accentBar.md +16 -69
  4. package/dist/docs/components/activity.md +7 -44
  5. package/dist/docs/components/animatedNumber.md +3 -11
  6. package/dist/docs/components/animatedTextReveal.md +6 -34
  7. package/dist/docs/components/animations.md +21 -54
  8. package/dist/docs/components/appHeader.md +11 -30
  9. package/dist/docs/components/appLayout.md +40 -193
  10. package/dist/docs/components/appNavigationBar.md +1 -24
  11. package/dist/docs/components/areaCharts.md +7 -22
  12. package/dist/docs/components/aspectRatioPlaceholder.md +1 -9
  13. package/dist/docs/components/assetTree.md +241 -280
  14. package/dist/docs/components/autosuggests.md +3 -102
  15. package/dist/docs/components/avatar.md +1 -16
  16. package/dist/docs/components/banner.md +4 -37
  17. package/dist/docs/components/barCharts.md +20 -75
  18. package/dist/docs/components/barList.md +10 -78
  19. package/dist/docs/components/basicMap.md +1 -67
  20. package/dist/docs/components/bottomSheet.md +2 -28
  21. package/dist/docs/components/button.md +12 -65
  22. package/dist/docs/components/buttonToolbar.md +5 -19
  23. package/dist/docs/components/calendarStripe.md +50 -100
  24. package/dist/docs/components/card.md +1 -9
  25. package/dist/docs/components/carousel.md +1 -14
  26. package/dist/docs/components/chartColors.md +1 -156
  27. package/dist/docs/components/chartsGettingStarted.md +1 -1
  28. package/dist/docs/components/chat.md +2 -81
  29. package/dist/docs/components/checkbox.md +11 -72
  30. package/dist/docs/components/circularProgress.md +8 -49
  31. package/dist/docs/components/clearableInput.md +3 -62
  32. package/dist/docs/components/collapse.md +2 -15
  33. package/dist/docs/components/composedCharts.md +16 -26
  34. package/dist/docs/components/contentLoader.md +7 -25
  35. package/dist/docs/components/dataTabs.md +16 -104
  36. package/dist/docs/components/datepickers.md +710 -962
  37. package/dist/docs/components/dialogs.md +5 -67
  38. package/dist/docs/components/divider.md +1 -33
  39. package/dist/docs/components/dropdowns.md +3424 -5567
  40. package/dist/docs/components/editableContent.md +4 -82
  41. package/dist/docs/components/expander.md +15 -88
  42. package/dist/docs/components/fade.md +4 -61
  43. package/dist/docs/components/fadeExpander.md +1 -7
  44. package/dist/docs/components/fadeUp.md +2 -76
  45. package/dist/docs/components/feedback.md +9 -68
  46. package/dist/docs/components/filePickers.md +4 -18
  47. package/dist/docs/components/formLabel.md +7 -27
  48. package/dist/docs/components/groupedItemList.md +2 -158
  49. package/dist/docs/components/iconList.md +7 -64
  50. package/dist/docs/components/imagePreloader.md +1 -9
  51. package/dist/docs/components/labeledElement.md +3 -18
  52. package/dist/docs/components/licensePlate.md +1 -43
  53. package/dist/docs/components/lineCharts.md +8 -39
  54. package/dist/docs/components/listMenu.md +2 -34
  55. package/dist/docs/components/loadMore.md +5 -24
  56. package/dist/docs/components/mainNavigation.md +1 -9
  57. package/dist/docs/components/mapCircle.md +1 -23
  58. package/dist/docs/components/mapCluster.md +2 -54
  59. package/dist/docs/components/mapContext.md +1 -23
  60. package/dist/docs/components/mapDraggableMarker.md +2 -28
  61. package/dist/docs/components/mapGettingStarted.md +2 -2
  62. package/dist/docs/components/mapInfoBubble.md +1 -27
  63. package/dist/docs/components/mapLayerGroup.md +1 -23
  64. package/dist/docs/components/mapMarker.md +1 -99
  65. package/dist/docs/components/mapPolygon.md +2 -116
  66. package/dist/docs/components/mapRoute.md +6 -1465
  67. package/dist/docs/components/mapRouteGenerator.md +1 -1
  68. package/dist/docs/components/mapSettings.md +11 -128
  69. package/dist/docs/components/mapUtils.md +10 -113
  70. package/dist/docs/components/multiselects.md +14 -163
  71. package/dist/docs/components/noData.md +8 -22
  72. package/dist/docs/components/notifications.md +3 -19
  73. package/dist/docs/components/numbercontrol.md +3 -47
  74. package/dist/docs/components/onboarding.md +3 -15
  75. package/dist/docs/components/page.md +1 -33
  76. package/dist/docs/components/pager.md +1 -17
  77. package/dist/docs/components/pieCharts.md +40 -71
  78. package/dist/docs/components/popover.md +1 -12
  79. package/dist/docs/components/position.md +2 -6
  80. package/dist/docs/components/radialBarCharts.md +32 -116
  81. package/dist/docs/components/radioCardGroup.md +6 -48
  82. package/dist/docs/components/radiobutton.md +6 -75
  83. package/dist/docs/components/releaseNotes.md +3 -21
  84. package/dist/docs/components/resizer.md +1 -7
  85. package/dist/docs/components/responsiveColumnStripe.md +9 -49
  86. package/dist/docs/components/responsiveVideo.md +1 -7
  87. package/dist/docs/components/rioglyph.md +1 -17
  88. package/dist/docs/components/rules.md +7 -70
  89. package/dist/docs/components/saveableInput.md +267 -401
  90. package/dist/docs/components/selects.md +27 -1164
  91. package/dist/docs/components/sidebar.md +6 -17
  92. package/dist/docs/components/sliders.md +1 -27
  93. package/dist/docs/components/smoothScrollbars.md +1 -73
  94. package/dist/docs/components/spinners.md +6 -51
  95. package/dist/docs/components/states.md +6 -92
  96. package/dist/docs/components/statsWidgets.md +1 -76
  97. package/dist/docs/components/statusBar.md +1 -57
  98. package/dist/docs/components/stepButton.md +2 -7
  99. package/dist/docs/components/steppedProgressBars.md +5 -62
  100. package/dist/docs/components/subNavigation.md +1 -31
  101. package/dist/docs/components/supportMarker.md +2 -14
  102. package/dist/docs/components/svgImage.md +1 -5
  103. package/dist/docs/components/switch.md +2 -33
  104. package/dist/docs/components/tables.md +1 -1
  105. package/dist/docs/components/tagManager.md +1 -41
  106. package/dist/docs/components/tags.md +1 -138
  107. package/dist/docs/components/teaser.md +2 -122
  108. package/dist/docs/components/textTruncateMiddle.md +2 -9
  109. package/dist/docs/components/timeline.md +1 -99
  110. package/dist/docs/components/timepicker.md +4 -79
  111. package/dist/docs/components/toggleButton.md +2 -15
  112. package/dist/docs/components/tooltip.md +9 -30
  113. package/dist/docs/components/tracker.md +2 -19
  114. package/dist/docs/components/virtualList.md +61 -130
  115. package/dist/docs/foundations.md +749 -4069
  116. package/dist/docs/start/changelog.md +5 -1
  117. package/dist/docs/start/goodtoknow.md +1 -1
  118. package/dist/docs/start/guidelines/color-combinations.md +149 -483
  119. package/dist/docs/start/guidelines/custom-css.md +1 -1
  120. package/dist/docs/start/guidelines/custom-rioglyph.md +1 -1
  121. package/dist/docs/start/guidelines/formatting.md +1 -1
  122. package/dist/docs/start/guidelines/iframe.md +4 -16
  123. package/dist/docs/start/guidelines/obfuscate-data.md +1 -1
  124. package/dist/docs/start/guidelines/print-css.md +1 -1
  125. package/dist/docs/start/guidelines/spinner.md +13 -67
  126. package/dist/docs/start/guidelines/state-in-url.md +1 -1
  127. package/dist/docs/start/guidelines/supported-browsers.md +1 -1
  128. package/dist/docs/start/guidelines/writing.md +1 -1
  129. package/dist/docs/start/howto.md +11 -11
  130. package/dist/docs/start/intro.md +1 -1
  131. package/dist/docs/start/responsiveness.md +1 -1
  132. package/dist/docs/utilities/classNames.md +3 -18
  133. package/dist/docs/utilities/deviceUtils.md +7 -13
  134. package/dist/docs/utilities/featureToggles.md +1 -1
  135. package/dist/docs/utilities/fuelTypeUtils.md +2 -12
  136. package/dist/docs/utilities/routeUtils.md +25 -343
  137. package/dist/docs/utilities/useAfterMount.md +1 -6
  138. package/dist/docs/utilities/useAutoAnimate.md +2 -15
  139. package/dist/docs/utilities/useAverage.md +1 -6
  140. package/dist/docs/utilities/useClickOutside.md +1 -5
  141. package/dist/docs/utilities/useClipboard.md +2 -6
  142. package/dist/docs/utilities/useCookies.md +2 -10
  143. package/dist/docs/utilities/useCount.md +7 -16
  144. package/dist/docs/utilities/useDarkMode.md +2 -6
  145. package/dist/docs/utilities/useDebugInfo.md +6 -20
  146. package/dist/docs/utilities/useEffectOnce.md +1 -6
  147. package/dist/docs/utilities/useElapsedTime.md +2 -6
  148. package/dist/docs/utilities/useElementSize.md +1 -7
  149. package/dist/docs/utilities/useEsc.md +1 -5
  150. package/dist/docs/utilities/useEvent.md +1 -5
  151. package/dist/docs/utilities/useFocusTrap.md +1 -5
  152. package/dist/docs/utilities/useFullscreen.md +2 -15
  153. package/dist/docs/utilities/useHover.md +1 -5
  154. package/dist/docs/utilities/useIncomingPostMessages.md +2 -18
  155. package/dist/docs/utilities/useInterval.md +2 -8
  156. package/dist/docs/utilities/useIsFocusWithin.md +1 -10
  157. package/dist/docs/utilities/useKey.md +1 -15
  158. package/dist/docs/utilities/useLocalStorage.md +2 -11
  159. package/dist/docs/utilities/useLocationSuggestions.md +1 -5
  160. package/dist/docs/utilities/useMax.md +1 -5
  161. package/dist/docs/utilities/useMin.md +1 -5
  162. package/dist/docs/utilities/useMutationObserver.md +3 -11
  163. package/dist/docs/utilities/useOnScreen.md +1 -8
  164. package/dist/docs/utilities/useOnlineStatus.md +1 -5
  165. package/dist/docs/utilities/usePostMessage.md +3 -9
  166. package/dist/docs/utilities/usePostMessageSender.md +3 -13
  167. package/dist/docs/utilities/usePrevious.md +1 -5
  168. package/dist/docs/utilities/useResizeObserver.md +3 -11
  169. package/dist/docs/utilities/useRioCookieConsent.md +1 -5
  170. package/dist/docs/utilities/useScrollPosition.md +3 -59
  171. package/dist/docs/utilities/useSearch.md +2 -16
  172. package/dist/docs/utilities/useSearchHighlight.md +13 -78
  173. package/dist/docs/utilities/useSorting.md +18 -43
  174. package/dist/docs/utilities/useStateWithValidation.md +1 -5
  175. package/dist/docs/utilities/useSum.md +1 -9
  176. package/dist/docs/utilities/useTableExport.md +42 -59
  177. package/dist/docs/utilities/useTableSelection.md +74 -119
  178. package/dist/docs/utilities/useTimeout.md +2 -6
  179. package/dist/docs/utilities/useToggle.md +4 -14
  180. package/dist/docs/utilities/useUrlState.md +2 -27
  181. package/dist/docs/utilities/useWindowResize.md +1 -5
  182. package/dist/index.mjs +46 -16
  183. package/dist/version.json +2 -2
  184. package/package.json +15 -9
  185. package/dist/docs/templates/common-table.md +0 -1112
  186. package/dist/docs/templates/detail-views.md +0 -942
  187. package/dist/docs/templates/expandable-details.md +0 -228
  188. package/dist/docs/templates/feature-cards.md +0 -549
  189. package/dist/docs/templates/form-summary.md +0 -199
  190. package/dist/docs/templates/form-toggle.md +0 -367
  191. package/dist/docs/templates/list-blocks.md +0 -1021
  192. package/dist/docs/templates/loading-progress.md +0 -109
  193. package/dist/docs/templates/options-panel.md +0 -152
  194. package/dist/docs/templates/panel-variants.md +0 -164
  195. package/dist/docs/templates/progress-cards.md +0 -607
  196. package/dist/docs/templates/progress-success.md +0 -142
  197. package/dist/docs/templates/settings-form.md +0 -434
  198. package/dist/docs/templates/stats-blocks.md +0 -1381
  199. package/dist/docs/templates/table-panel.md +0 -184
  200. package/dist/docs/templates/table-row-animation.md +0 -317
  201. package/dist/docs/templates/usage-cards.md +0 -227
@@ -1,1021 +0,0 @@
1
- # List blocks
2
-
3
- *Category:* Templates
4
- *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#/templates/list-blocks
6
- *Captured:* 2026-02-23T15:49:36.649Z
7
-
8
- ## List blocks
9
-
10
- ### Example: Thermae paens aduro demonstro molestiae debilito deorsum contigo.
11
-
12
- Lorem ipsum dolor
13
- Thermae paens aduro demonstro molestiae debilito deorsum contigo.
14
-
15
- Muller, Wyman and Fadel
16
- Ventito ars tribuo talus ago argentum comitatus vitae subiungo.
17
-
18
- Connect
19
-
20
- Streich - Franecki
21
- Careo sodalitas advoco.
22
- Utrimque cotidie contigo varietas aurum aeger thermae.
23
-
24
- Connect
25
-
26
- McLaughlin - Klocko
27
- Uredo turpis veritatis amitto aurum aveho vulticulus denique cresco.
28
-
29
- Connect
30
-
31
- #### Summary
32
-
33
- Lorem ipsum dolor
34
- Thermae paens aduro demonstro molestiae debilito deorsum contigo.
35
-
36
- Muller, Wyman and Fadel
37
- Ventito ars tribuo talus ago argentum comitatus vitae subiungo.
38
-
39
- Connect
40
-
41
- Streich - Franecki
42
- Careo sodalitas advoco.
43
- Utrimque cotidie contigo varietas aurum aeger thermae.
44
-
45
- Connect
46
-
47
- McLaughlin - Klocko
48
- Uredo turpis veritatis amitto aurum aveho vulticulus denique cresco.
49
-
50
- Connect
51
-
52
- #### React (tsx)
53
-
54
- ```tsx
55
- import { faker } from '@faker-js/faker';
56
- import Button from '@rio-cloud/rio-uikit/Button';
57
-
58
- export default () => {
59
- const examples = [
60
- {
61
- name: faker.company.name(),
62
- icon: 'rioglyph-academic-cap',
63
- description: faker.lorem.lines(1),
64
- },
65
- {
66
- name: faker.company.name(),
67
- icon: 'rioglyph-inbox',
68
- description: faker.lorem.lines(2),
69
- },
70
- {
71
- name: faker.company.name(),
72
- icon: 'rioglyph-rio',
73
- description: faker.lorem.lines(1),
74
- },
75
- ];
76
-
77
- return (
78
- <div className='max-width-500 margin-auto padding-5'>
79
- <div className='text-size-h2 font-bold'>Lorem ipsum dolor</div>
80
- <p className='text-color-dark margin-top-0 margin-bottom-20'>{faker.lorem.lines(1)}</p>
81
-
82
- <div className='space-y-15'>
83
- {examples.map(item => (
84
- <div key={item.name} className='bg-white padding-15 rounded-large shadow-subtle border'>
85
- <div className='display-flex gap-15'>
86
- <div className='height-80 aspect-ratio-1 bg-lightest rounded display-flex align-items-center justify-content-center text-size-14'>
87
- <span className={`rioglyph ${item.icon} text-size-300pct`} />
88
- </div>
89
- <div className='flex-1-1 display-flex gap-15 flex-row-ls flex-column'>
90
- <div className='flex-1-1'>
91
- <p className='text-size-18 margin-0 margin-bottom-5'>{item.name}</p>
92
- <p className='text-color-dark margin-0'>{item.description}</p>
93
- </div>
94
- <div className='display-flex align-items-center'>
95
- <Button>Connect</Button>
96
- </div>
97
- </div>
98
- </div>
99
- </div>
100
- ))}
101
- </div>
102
- </div>
103
- );
104
- };
105
- ```
106
-
107
- #### HTML (html)
108
-
109
- ```html
110
- <div class="max-width-500 margin-auto padding-5">
111
- <div class="text-size-h2 font-bold">Lorem ipsum dolor</div>
112
- <p class="text-color-dark margin-top-0 margin-bottom-20">Thermae paens aduro demonstro molestiae debilito deorsum contigo.</p>
113
- <div class="space-y-15">
114
- <div class="bg-white padding-15 rounded-large shadow-subtle border">
115
- <div class="display-flex gap-15">
116
- <div class="height-80 aspect-ratio-1 bg-lightest rounded display-flex align-items-center justify-content-center text-size-14">
117
- <span class="rioglyph rioglyph-academic-cap text-size-300pct">
118
- </span>
119
- </div>
120
- <div class="flex-1-1 display-flex gap-15 flex-row-ls flex-column">
121
- <div class="flex-1-1">
122
- <p class="text-size-18 margin-0 margin-bottom-5">Muller, Wyman and Fadel</p>
123
- <p class="text-color-dark margin-0">Ventito ars tribuo talus ago argentum comitatus vitae subiungo.</p>
124
- </div>
125
- <div class="display-flex align-items-center">
126
- <button type="button" class="btn btn-default btn-component" tabindex="0">Connect</button>
127
- </div>
128
- </div>
129
- </div>
130
- </div>
131
- <div class="bg-white padding-15 rounded-large shadow-subtle border">
132
- <div class="display-flex gap-15">
133
- <div class="height-80 aspect-ratio-1 bg-lightest rounded display-flex align-items-center justify-content-center text-size-14">
134
- <span class="rioglyph rioglyph-inbox text-size-300pct">
135
- </span>
136
- </div>
137
- <div class="flex-1-1 display-flex gap-15 flex-row-ls flex-column">
138
- <div class="flex-1-1">
139
- <p class="text-size-18 margin-0 margin-bottom-5">Streich - Franecki</p>
140
- <p class="text-color-dark margin-0">Careo sodalitas advoco.
141
- Utrimque cotidie contigo varietas aurum aeger thermae.</p>
142
- </div>
143
- <div class="display-flex align-items-center">
144
- <button type="button" class="btn btn-default btn-component" tabindex="0">Connect</button>
145
- </div>
146
- </div>
147
- </div>
148
- </div>
149
- <div class="bg-white padding-15 rounded-large shadow-subtle border">
150
- <div class="display-flex gap-15">
151
- <div class="height-80 aspect-ratio-1 bg-lightest rounded display-flex align-items-center justify-content-center text-size-14">
152
- <span class="rioglyph rioglyph-rio text-size-300pct">
153
- </span>
154
- </div>
155
- <div class="flex-1-1 display-flex gap-15 flex-row-ls flex-column">
156
- <div class="flex-1-1">
157
- <p class="text-size-18 margin-0 margin-bottom-5">McLaughlin - Klocko</p>
158
- <p class="text-color-dark margin-0">Uredo turpis veritatis amitto aurum aveho vulticulus denique cresco.</p>
159
- </div>
160
- <div class="display-flex align-items-center">
161
- <button type="button" class="btn btn-default btn-component" tabindex="0">Connect</button>
162
- </div>
163
- </div>
164
- </div>
165
- </div>
166
- </div>
167
- </div>
168
- ```
169
-
170
- ### Example: Choose the logistics session that fits your process
171
-
172
- Meeting type
173
-
174
- Choose the logistics session that fits your process
175
- Freight pickup
176
- Schedule cargo collection at origin
177
-
178
- 30 min
179
-
180
- Route planning
181
- Discuss optimal route and ETA
182
-
183
- 45 min
184
-
185
- Delivery coordination
186
- Align final drop-off and documents
187
-
188
- 60 min
189
-
190
- #### Summary
191
-
192
- Meeting type
193
-
194
- Choose the logistics session that fits your process
195
- Freight pickup
196
- Schedule cargo collection at origin
197
-
198
- 30 min
199
-
200
- Route planning
201
- Discuss optimal route and ETA
202
-
203
- 45 min
204
-
205
- Delivery coordination
206
- Align final drop-off and documents
207
-
208
- 60 min
209
-
210
- #### React (tsx)
211
-
212
- ```tsx
213
- import Card from '@rio-cloud/rio-uikit/Card';
214
-
215
- export default () => {
216
- const options = [
217
- {
218
- title: 'Freight pickup',
219
- subtitle: 'Schedule cargo collection at origin',
220
- duration: '30 min',
221
- },
222
- {
223
- title: 'Route planning',
224
- subtitle: 'Discuss optimal route and ETA',
225
- duration: '45 min',
226
- },
227
- {
228
- title: 'Delivery coordination',
229
- subtitle: 'Align final drop-off and documents',
230
- duration: '60 min',
231
- },
232
- ];
233
-
234
- return (
235
- <div className='max-width-500 margin-auto padding-5'>
236
- <Card padding={25}>
237
- <div className='display-flex align-items-center gap-5 margin-bottom-5'>
238
- <span className='rioglyph rioglyph-user text-size-18' />
239
- <div className='text-size-18 text-bold text-color-darkest'>Meeting type</div>
240
- </div>
241
- <div className='text-color-dark margin-bottom-20'>
242
- Choose the logistics session that fits your process
243
- </div>
244
-
245
- <div className='display-flex flex-column gap-10'>
246
- {options.map(({ title, subtitle, duration }) => (
247
- <div
248
- key={title}
249
- className='display-flex justify-content-between align-items-center border border-color-light hover-border-color-highlight rounded padding-15 hover-bg-highlight-decent cursor-pointer'
250
- >
251
- <div>
252
- <div className='text-medium text-color-darkest'>{title}</div>
253
- <div className='text-color-dark text-size-14'>{subtitle}</div>
254
- </div>
255
- <div className='badge badge-muted'>{duration}</div>
256
- </div>
257
- ))}
258
- </div>
259
- </Card>
260
- </div>
261
- );
262
- };
263
- ```
264
-
265
- #### HTML (html)
266
-
267
- ```html
268
- <div class="max-width-500 margin-auto padding-5">
269
- <div class="bg-white rounded border shadow-default padding-25">
270
- <div class="display-flex align-items-center gap-5 margin-bottom-5">
271
- <span class="rioglyph rioglyph-user text-size-18">
272
- </span>
273
- <div class="text-size-18 text-bold text-color-darkest">Meeting type</div>
274
- </div>
275
- <div class="text-color-dark margin-bottom-20">Choose the logistics session that fits your process</div>
276
- <div class="display-flex flex-column gap-10">
277
- <div class="display-flex justify-content-between align-items-center border border-color-light hover-border-color-highlight rounded padding-15 hover-bg-highlight-decent cursor-pointer">
278
- <div>
279
- <div class="text-medium text-color-darkest">Freight pickup</div>
280
- <div class="text-color-dark text-size-14">Schedule cargo collection at origin</div>
281
- </div>
282
- <div class="badge badge-muted">30 min</div>
283
- </div>
284
- <div class="display-flex justify-content-between align-items-center border border-color-light hover-border-color-highlight rounded padding-15 hover-bg-highlight-decent cursor-pointer">
285
- <div>
286
- <div class="text-medium text-color-darkest">Route planning</div>
287
- <div class="text-color-dark text-size-14">Discuss optimal route and ETA</div>
288
- </div>
289
- <div class="badge badge-muted">45 min</div>
290
- </div>
291
- <div class="display-flex justify-content-between align-items-center border border-color-light hover-border-color-highlight rounded padding-15 hover-bg-highlight-decent cursor-pointer">
292
- <div>
293
- <div class="text-medium text-color-darkest">Delivery coordination</div>
294
- <div class="text-color-dark text-size-14">Align final drop-off and documents</div>
295
- </div>
296
- <div class="badge badge-muted">60 min</div>
297
- </div>
298
- </div>
299
- </div>
300
- </div>
301
- ```
302
-
303
- ### Example: Caste civis callide nostrum claudeo asper.
304
-
305
- Lorem ipsum dolor
306
- Caste civis callide nostrum claudeo asper.
307
-
308
- Kirlin, Shanahan and Casper
309
- Cura defero arbitro argentum villa volup venio vestrum.
310
-
311
- Herzog - Gutkowski
312
- At pax tepesco aduro tersus.
313
- Spargo nisi vorax a verus color id absens compello.
314
-
315
- Wilkinson, Murray and Hauck
316
- Blanditiis similique delego desino tergeo.
317
- Brevis pecus vacuus.
318
-
319
- #### Summary
320
-
321
- Lorem ipsum dolor
322
- Caste civis callide nostrum claudeo asper.
323
-
324
- Kirlin, Shanahan and Casper
325
- Cura defero arbitro argentum villa volup venio vestrum.
326
-
327
- Herzog - Gutkowski
328
- At pax tepesco aduro tersus.
329
- Spargo nisi vorax a verus color id absens compello.
330
-
331
- Wilkinson, Murray and Hauck
332
- Blanditiis similique delego desino tergeo.
333
- Brevis pecus vacuus.
334
-
335
- #### React (tsx)
336
-
337
- ```tsx
338
- import { faker } from '@faker-js/faker';
339
-
340
- export default () => {
341
- const examples = [
342
- {
343
- name: faker.company.name(),
344
- icon: 'rioglyph-trailer',
345
- description: faker.lorem.lines(1),
346
- },
347
- {
348
- name: faker.company.name(),
349
- icon: 'rioglyph-truck',
350
- description: faker.lorem.lines(2),
351
- },
352
- {
353
- name: faker.company.name(),
354
- icon: 'rioglyph-van',
355
- description: faker.lorem.lines(2),
356
- },
357
- ];
358
-
359
- return (
360
- <div className='max-width-500 margin-auto padding-5'>
361
- <div className='text-center'>
362
- <div className='text-size-h2 font-bold'>Lorem ipsum dolor</div>
363
- <p className='text-color-dark margin-top-0 margin-bottom-20'>{faker.lorem.lines(1)}</p>
364
- </div>
365
-
366
- <div className='space-y-15 divider-y-1 divider-color-light divider-style-solid'>
367
- {examples.map(item => (
368
- <div key={item.name} className='padding-15'>
369
- <div className='display-flex gap-15'>
370
- <div className='text-size-14 text-color-darkest'>
371
- <span
372
- className={`rioglyph ${item.icon} rioglyph-filled rioglyph-align-bottom text-size-300pct`}
373
- />
374
- </div>
375
- <div className='flex-1-1'>
376
- <div className='text-size-18 margin-bottom-2'>{item.name}</div>
377
- <div className='text-color-dark'>{item.description}</div>
378
- </div>
379
- </div>
380
- </div>
381
- ))}
382
- </div>
383
- </div>
384
- );
385
- };
386
- ```
387
-
388
- #### HTML (html)
389
-
390
- ```html
391
- <div class="max-width-500 margin-auto padding-5">
392
- <div class="text-center">
393
- <div class="text-size-h2 font-bold">Lorem ipsum dolor</div>
394
- <p class="text-color-dark margin-top-0 margin-bottom-20">Caste civis callide nostrum claudeo asper.</p>
395
- </div>
396
- <div class="space-y-15 divider-y-1 divider-color-light divider-style-solid">
397
- <div class="padding-15">
398
- <div class="display-flex gap-15">
399
- <div class="text-size-14 text-color-darkest">
400
- <span class="rioglyph rioglyph-trailer rioglyph-filled rioglyph-align-bottom text-size-300pct">
401
- </span>
402
- </div>
403
- <div class="flex-1-1">
404
- <div class="text-size-18 margin-bottom-2">Kirlin, Shanahan and Casper</div>
405
- <div class="text-color-dark">Cura defero arbitro argentum villa volup venio vestrum.</div>
406
- </div>
407
- </div>
408
- </div>
409
- <div class="padding-15">
410
- <div class="display-flex gap-15">
411
- <div class="text-size-14 text-color-darkest">
412
- <span class="rioglyph rioglyph-truck rioglyph-filled rioglyph-align-bottom text-size-300pct">
413
- </span>
414
- </div>
415
- <div class="flex-1-1">
416
- <div class="text-size-18 margin-bottom-2">Herzog - Gutkowski</div>
417
- <div class="text-color-dark">At pax tepesco aduro tersus.
418
- Spargo nisi vorax a verus color id absens compello.</div>
419
- </div>
420
- </div>
421
- </div>
422
- <div class="padding-15">
423
- <div class="display-flex gap-15">
424
- <div class="text-size-14 text-color-darkest">
425
- <span class="rioglyph rioglyph-van rioglyph-filled rioglyph-align-bottom text-size-300pct">
426
- </span>
427
- </div>
428
- <div class="flex-1-1">
429
- <div class="text-size-18 margin-bottom-2">Wilkinson, Murray and Hauck</div>
430
- <div class="text-color-dark">Blanditiis similique delego desino tergeo.
431
- Brevis pecus vacuus.</div>
432
- </div>
433
- </div>
434
- </div>
435
- </div>
436
- </div>
437
- ```
438
-
439
- ### Example: Abundans certe solutio testimonium abeo. Arcus vesco urbs suadeo super astrum cimentarius. Suppono voluptate suffoco sponte subseco vigilo cunabula corroboro triduana.
440
-
441
- Lorem ipsum dolor sit amet
442
- Catena caelum tenax porro cubitum.
443
- Absum astrum viriliter.
444
-
445
- Reichel - Metz
446
- Abundans certe solutio testimonium abeo.
447
- Arcus vesco urbs suadeo super astrum cimentarius.
448
- Suppono voluptate suffoco sponte subseco vigilo cunabula corroboro triduana.
449
-
450
- Gleichner, Terry and Lemke
451
- Textus approbo taceo arx virgo curo spectaculum suus rerum damno.
452
- Video adstringo adicio aequitas caelum tabesco nemo sufficio.
453
- Thema mollitia defessus tener tenuis ancilla truculenter tenuis textor molestiae.
454
-
455
- Hickle, Nitzsche and Howell
456
- Amor corrigo tamisium vorago sortitus casus quibusdam addo nam.
457
- Thema vulpes aut confugo comes subito spectaculum vivo studio cubicularis.
458
- Aeger dolorem numquam debeo temporibus dignissimos copia.
459
-
460
- Weissnat and Sons
461
- Alii versus tonsor pecco adipiscor.
462
- Accedo demergo addo delicate.
463
- Adimpleo curvo cotidie comprehendo adstringo admitto esse audacia.
464
-
465
- #### Summary
466
-
467
- Lorem ipsum dolor sit amet
468
- Catena caelum tenax porro cubitum.
469
- Absum astrum viriliter.
470
-
471
- Reichel - Metz
472
- Abundans certe solutio testimonium abeo.
473
- Arcus vesco urbs suadeo super astrum cimentarius.
474
- Suppono voluptate suffoco sponte subseco vigilo cunabula corroboro triduana.
475
-
476
- Gleichner, Terry and Lemke
477
- Textus approbo taceo arx virgo curo spectaculum suus rerum damno.
478
- Video adstringo adicio aequitas caelum tabesco nemo sufficio.
479
- Thema mollitia defessus tener tenuis ancilla truculenter tenuis textor molestiae.
480
-
481
- Hickle, Nitzsche and Howell
482
- Amor corrigo tamisium vorago sortitus casus quibusdam addo nam.
483
- Thema vulpes aut confugo comes subito spectaculum vivo studio cubicularis.
484
- Aeger dolorem numquam debeo temporibus dignissimos copia.
485
-
486
- Weissnat and Sons
487
- Alii versus tonsor pecco adipiscor.
488
- Accedo demergo addo delicate.
489
- Adimpleo curvo cotidie comprehendo adstringo admitto esse audacia.
490
-
491
- #### React (tsx)
492
-
493
- ```tsx
494
- import { faker } from '@faker-js/faker';
495
-
496
- export default () => {
497
- const examples = [
498
- {
499
- name: faker.company.name(),
500
- icon: 'rioglyph-stats',
501
- description: faker.lorem.lines(3),
502
- },
503
- {
504
- name: faker.company.name(),
505
- icon: 'rioglyph-server-stack',
506
- description: faker.lorem.lines(3),
507
- },
508
- {
509
- name: faker.company.name(),
510
- icon: 'rioglyph-fingerprint',
511
- description: faker.lorem.lines(3),
512
- },
513
- {
514
- name: faker.company.name(),
515
- icon: 'rioglyph-code-brackets',
516
- description: faker.lorem.lines(3),
517
- },
518
- ];
519
-
520
- return (
521
- <div>
522
- <div className='margin-auto max-width-800 margin-bottom-50'>
523
- <div className='text-size-h2 text-medium'>Lorem ipsum dolor sit amet</div>
524
- <div>{faker.lorem.lines(2)}</div>
525
- </div>
526
- <div className='margin-auto max-width-800 display-grid grid-cols-1 grid-cols-2-ls row-gap-25 column-gap-50'>
527
- {examples.map(item => (
528
- <div key={item.name}>
529
- <div className='text-size-14 text-color-primary margin-bottom-10'>
530
- <span className={`rioglyph ${item.icon} text-size-200pct`} />
531
- </div>
532
- <div className='text-size-18 text-color-darker text-medium margin-bottom-5'>{item.name}</div>
533
- <div className='text-color-dark'>{item.description}</div>
534
- </div>
535
- ))}
536
- </div>
537
- </div>
538
- );
539
- };
540
- ```
541
-
542
- #### HTML (html)
543
-
544
- ```html
545
- <div>
546
- <div class="margin-auto max-width-800 margin-bottom-50">
547
- <div class="text-size-h2 text-medium">Lorem ipsum dolor sit amet</div>
548
- <div>Catena caelum tenax porro cubitum.
549
- Absum astrum viriliter.</div>
550
- </div>
551
- <div class="margin-auto max-width-800 display-grid grid-cols-1 grid-cols-2-ls row-gap-25 column-gap-50">
552
- <div>
553
- <div class="text-size-14 text-color-primary margin-bottom-10">
554
- <span class="rioglyph rioglyph-stats text-size-200pct">
555
- </span>
556
- </div>
557
- <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Reichel - Metz</div>
558
- <div class="text-color-dark">Abundans certe solutio testimonium abeo.
559
- Arcus vesco urbs suadeo super astrum cimentarius.
560
- Suppono voluptate suffoco sponte subseco vigilo cunabula corroboro triduana.</div>
561
- </div>
562
- <div>
563
- <div class="text-size-14 text-color-primary margin-bottom-10">
564
- <span class="rioglyph rioglyph-server-stack text-size-200pct">
565
- </span>
566
- </div>
567
- <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Gleichner, Terry and Lemke</div>
568
- <div class="text-color-dark">Textus approbo taceo arx virgo curo spectaculum suus rerum damno.
569
- Video adstringo adicio aequitas caelum tabesco nemo sufficio.
570
- Thema mollitia defessus tener tenuis ancilla truculenter tenuis textor molestiae.</div>
571
- </div>
572
- <div>
573
- <div class="text-size-14 text-color-primary margin-bottom-10">
574
- <span class="rioglyph rioglyph-fingerprint text-size-200pct">
575
- </span>
576
- </div>
577
- <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Hickle, Nitzsche and Howell</div>
578
- <div class="text-color-dark">Amor corrigo tamisium vorago sortitus casus quibusdam addo nam.
579
- Thema vulpes aut confugo comes subito spectaculum vivo studio cubicularis.
580
- Aeger dolorem numquam debeo temporibus dignissimos copia.</div>
581
- </div>
582
- <div>
583
- <div class="text-size-14 text-color-primary margin-bottom-10">
584
- <span class="rioglyph rioglyph-code-brackets text-size-200pct">
585
- </span>
586
- </div>
587
- <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Weissnat and Sons</div>
588
- <div class="text-color-dark">Alii versus tonsor pecco adipiscor.
589
- Accedo demergo addo delicate.
590
- Adimpleo curvo cotidie comprehendo adstringo admitto esse audacia.</div>
591
- </div>
592
- </div>
593
- </div>
594
- ```
595
-
596
- ### Example: Professional-grade Keyboard perfect for immense training and recreational use
597
-
598
- Enhance your application with powerful add-ons!
599
-
600
- Refined Granite Pizza
601
- Professional-grade Keyboard perfect for immense training and recreational use
602
-
603
- €37.35
604
- Total per user / month
605
-
606
- Get Add-on
607
-
608
- Soft Rubber Hat
609
- The sleek and gripping Hat comes with teal LED lighting for smart functionality
610
-
611
- €27.59
612
- Total per month
613
-
614
- Get Add-on
615
-
616
- Frozen Plastic Computer
617
- Ergonomic Ball made with Steel for all-day vivacious support
618
-
619
- €13.89
620
- Total per month
621
-
622
- Get Add-on
623
-
624
- Fantastic Cotton Soap
625
- New pink Cheese with ergonomic design for cloudy comfort
626
-
627
- €85.65
628
- Total per month
629
-
630
- Get Add-on
631
-
632
- Refined Bamboo Bike
633
- The sleek and alert Gloves comes with pink LED lighting for smart functionality
634
-
635
- €16.60
636
- Total per user / month
637
-
638
- Get Add-on
639
-
640
- #### Summary
641
-
642
- Enhance your application with powerful add-ons!
643
-
644
- Refined Granite Pizza
645
- Professional-grade Keyboard perfect for immense training and recreational use
646
-
647
- €37.35
648
- Total per user / month
649
-
650
- Get Add-on
651
-
652
- Soft Rubber Hat
653
- The sleek and gripping Hat comes with teal LED lighting for smart functionality
654
-
655
- €27.59
656
- Total per month
657
-
658
- Get Add-on
659
-
660
- Frozen Plastic Computer
661
- Ergonomic Ball made with Steel for all-day vivacious support
662
-
663
- €13.89
664
- Total per month
665
-
666
- Get Add-on
667
-
668
- Fantastic Cotton Soap
669
- New pink Cheese with ergonomic design for cloudy comfort
670
-
671
- €85.65
672
- Total per month
673
-
674
- Get Add-on
675
-
676
- Refined Bamboo Bike
677
- The sleek and alert Gloves comes with pink LED lighting for smart functionality
678
-
679
- €16.60
680
- Total per user / month
681
-
682
- Get Add-on
683
-
684
- #### React (tsx)
685
-
686
- ```tsx
687
- import { useEffect, useState } from 'react';
688
- import { faker } from '@faker-js/faker';
689
- import { FormattedNumber } from 'react-intl';
690
-
691
- import Button from '@rio-cloud/rio-uikit/Button';
692
- import useWindowResize from '@rio-cloud/rio-uikit/useWindowResize';
693
-
694
- const gridTemplateLargeScreen = 'auto 1fr auto auto';
695
- const gridTemplateSmallScreen = '1fr auto';
696
-
697
- export default () => {
698
- const addons = Array.from({ length: 5 }).map(() => ({
699
- id: faker.string.uuid(),
700
- title: faker.commerce.productName(),
701
- description: faker.commerce.productDescription(),
702
- price: Number(faker.commerce.price({ min: 5, max: 99 })),
703
- unit: faker.helpers.arrayElement(['Total per month', 'Total per user / month', 'Per 1000 messages / month']),
704
- }));
705
-
706
- const [gridTemplate, setGridTemplate] = useState(gridTemplateLargeScreen);
707
-
708
- const handleResize = () => {
709
- const windowWidth = window.innerWidth;
710
- if (windowWidth < 600) {
711
- setGridTemplate(gridTemplateSmallScreen);
712
- } else {
713
- setGridTemplate(gridTemplateLargeScreen);
714
- }
715
- };
716
-
717
- // Handle small screens on mount
718
- useEffect(() => {
719
- handleResize();
720
- }, []);
721
-
722
- // Handle small screens when window resizes
723
- useWindowResize(() => {
724
- handleResize();
725
- });
726
-
727
- console.log({ gridTemplate });
728
-
729
- return (
730
- <div className='max-width-800 margin-auto'>
731
- <h2 className='text-center text-wrap-pretty text-size-24 margin-bottom-25'>
732
- Enhance your application with powerful add-ons!
733
- </h2>
734
-
735
- <div className='display-flex flex-column gap-20'>
736
- {addons.map(addon => (
737
- <div
738
- key={addon.id}
739
- className='display-grid align-items-center gap-20 padding-20 bg-white rounded shadow-subtle border'
740
- style={{
741
- gridTemplateColumns: gridTemplate,
742
- }}
743
- >
744
- <div className='align-self-start text-size-14 text-color-darker'>
745
- <span className='rioglyph rioglyph-puzzle text-size-300pct margin-top-2' />
746
- </div>
747
-
748
- <div className='flex-1-1'>
749
- <div className='text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word'>
750
- {addon.title}
751
- </div>
752
- <div className='text-size-14 text-color-dark'>{addon.description}</div>
753
- </div>
754
-
755
- <div className='width-100'>
756
- <div className='text-size-16 text-medium'>
757
- <FormattedNumber value={addon.price} style='currency' currency='EUR' />
758
- </div>
759
- <div className='text-size-12 text-color-gray'>{addon.unit}</div>
760
- </div>
761
-
762
- <div>
763
- <Button bsStyle='muted-filled'>Get Add-on</Button>
764
- </div>
765
- </div>
766
- ))}
767
- </div>
768
- </div>
769
- );
770
- };
771
- ```
772
-
773
- #### HTML (html)
774
-
775
- ```html
776
- <div class="max-width-800 margin-auto">
777
- <h2 class="text-center text-wrap-pretty text-size-24 margin-bottom-25">Enhance your application with powerful add-ons!</h2>
778
- <div class="display-flex flex-column gap-20">
779
- <div class="display-grid align-items-center gap-20 padding-20 bg-white rounded shadow-subtle border" style="grid-template-columns: auto 1fr auto auto;">
780
- <div class="align-self-start text-size-14 text-color-darker">
781
- <span class="rioglyph rioglyph-puzzle text-size-300pct margin-top-2">
782
- </span>
783
- </div>
784
- <div class="flex-1-1">
785
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Refined Granite Pizza</div>
786
- <div class="text-size-14 text-color-dark">Professional-grade Keyboard perfect for immense training and recreational use</div>
787
- </div>
788
- <div class="width-100">
789
- <div class="text-size-16 text-medium">€37.35</div>
790
- <div class="text-size-12 text-color-gray">Total per user / month</div>
791
- </div>
792
- <div>
793
- <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Get Add-on</button>
794
- </div>
795
- </div>
796
- <div class="display-grid align-items-center gap-20 padding-20 bg-white rounded shadow-subtle border" style="grid-template-columns: auto 1fr auto auto;">
797
- <div class="align-self-start text-size-14 text-color-darker">
798
- <span class="rioglyph rioglyph-puzzle text-size-300pct margin-top-2">
799
- </span>
800
- </div>
801
- <div class="flex-1-1">
802
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Soft Rubber Hat</div>
803
- <div class="text-size-14 text-color-dark">The sleek and gripping Hat comes with teal LED lighting for smart functionality</div>
804
- </div>
805
- <div class="width-100">
806
- <div class="text-size-16 text-medium">€27.59</div>
807
- <div class="text-size-12 text-color-gray">Total per month</div>
808
- </div>
809
- <div>
810
- <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Get Add-on</button>
811
- </div>
812
- </div>
813
- <div class="display-grid align-items-center gap-20 padding-20 bg-white rounded shadow-subtle border" style="grid-template-columns: auto 1fr auto auto;">
814
- <div class="align-self-start text-size-14 text-color-darker">
815
- <span class="rioglyph rioglyph-puzzle text-size-300pct margin-top-2">
816
- </span>
817
- </div>
818
- <div class="flex-1-1">
819
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Frozen Plastic Computer</div>
820
- <div class="text-size-14 text-color-dark">Ergonomic Ball made with Steel for all-day vivacious support</div>
821
- </div>
822
- <div class="width-100">
823
- <div class="text-size-16 text-medium">€13.89</div>
824
- <div class="text-size-12 text-color-gray">Total per month</div>
825
- </div>
826
- <div>
827
- <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Get Add-on</button>
828
- </div>
829
- </div>
830
- <div class="display-grid align-items-center gap-20 padding-20 bg-white rounded shadow-subtle border" style="grid-template-columns: auto 1fr auto auto;">
831
- <div class="align-self-start text-size-14 text-color-darker">
832
- <span class="rioglyph rioglyph-puzzle text-size-300pct margin-top-2">
833
- </span>
834
- </div>
835
- <div class="flex-1-1">
836
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Fantastic Cotton Soap</div>
837
- <div class="text-size-14 text-color-dark">New pink Cheese with ergonomic design for cloudy comfort</div>
838
- </div>
839
- <div class="width-100">
840
- <div class="text-size-16 text-medium">€85.65</div>
841
- <div class="text-size-12 text-color-gray">Total per month</div>
842
- </div>
843
- <div>
844
- <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Get Add-on</button>
845
- </div>
846
- </div>
847
- <div class="display-grid align-items-center gap-20 padding-20 bg-white rounded shadow-subtle border" style="grid-template-columns: auto 1fr auto auto;">
848
- <div class="align-self-start text-size-14 text-color-darker">
849
- <span class="rioglyph rioglyph-puzzle text-size-300pct margin-top-2">
850
- </span>
851
- </div>
852
- <div class="flex-1-1">
853
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Refined Bamboo Bike</div>
854
- <div class="text-size-14 text-color-dark">The sleek and alert Gloves comes with pink LED lighting for smart functionality</div>
855
- </div>
856
- <div class="width-100">
857
- <div class="text-size-16 text-medium">€16.60</div>
858
- <div class="text-size-12 text-color-gray">Total per user / month</div>
859
- </div>
860
- <div>
861
- <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Get Add-on</button>
862
- </div>
863
- </div>
864
- </div>
865
- </div>
866
- ```
867
-
868
- ### Example: Example 6
869
-
870
- Features
871
-
872
- Refined Rubber Table
873
- Ergonomic Soap made with Marble for all-day sugary support
874
-
875
- Recycled Rubber Hat
876
- New Shirt model with 62 GB RAM, 950 GB storage, and glorious features
877
-
878
- Handcrafted Rubber Hat
879
- Our koala-friendly Cheese ensures near comfort for your pets
880
-
881
- Intelligent Plastic Bike
882
- The sky blue Computer combines Guyana aesthetics with Berkelium-based durability
883
-
884
- Elegant Concrete Towels
885
- The Jarvis Chicken is the latest in a series of diligent products from Welch, MacGyver and Kilback
886
-
887
- Rustic Granite Fish
888
- Fresh Pants designed with Wooden for quick performance
889
-
890
- #### Summary
891
-
892
- Features
893
-
894
- Refined Rubber Table
895
- Ergonomic Soap made with Marble for all-day sugary support
896
-
897
- Recycled Rubber Hat
898
- New Shirt model with 62 GB RAM, 950 GB storage, and glorious features
899
-
900
- Handcrafted Rubber Hat
901
- Our koala-friendly Cheese ensures near comfort for your pets
902
-
903
- Intelligent Plastic Bike
904
- The sky blue Computer combines Guyana aesthetics with Berkelium-based durability
905
-
906
- Elegant Concrete Towels
907
- The Jarvis Chicken is the latest in a series of diligent products from Welch, MacGyver and Kilback
908
-
909
- Rustic Granite Fish
910
- Fresh Pants designed with Wooden for quick performance
911
-
912
- #### React (tsx)
913
-
914
- ```tsx
915
- import { faker } from '@faker-js/faker';
916
-
917
- export default () => {
918
- const examples = Array.from({ length: 5 }).map(() => ({
919
- id: faker.string.uuid(),
920
- title: faker.commerce.productName(),
921
- description: faker.commerce.productDescription(),
922
- }));
923
-
924
- return (
925
- <div className='max-width-600 margin-auto'>
926
- <div className='lead '>
927
- <div className='display-flex justify-content-between'>
928
- <div>Features</div>
929
- </div>
930
- <hr className='margin-top-10 border-color-light' />
931
- </div>
932
-
933
- <ul className='display-grid grid-cols-1 grid-cols-2-sm column-gap-25 row-gap-10 icon-list margin-bottom-0'>
934
- {examples.map(example => (
935
- <li key={example.id} className='display-flex gap-10 '>
936
- <span className='rioglyph rioglyph-ok-sign text-color-success text-size-20' />
937
- <div>
938
- <div className='text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word'>
939
- {example.title}
940
- </div>
941
- <div>{example.description}</div>
942
- </div>
943
- </li>
944
- ))}
945
- <li className='display-flex gap-10'>
946
- <span className='rioglyph rioglyph rioglyph-minus-sign text-color-gray text-size-20' />
947
- <div>
948
- <div className='text-medium text-size-18 text-color-darker text-capitalize-first-word'>
949
- {faker.commerce.productName()}
950
- </div>
951
- <div>{faker.commerce.productDescription()}</div>
952
- </div>
953
- </li>
954
- </ul>
955
- </div>
956
- );
957
- };
958
- ```
959
-
960
- #### HTML (html)
961
-
962
- ```html
963
- <div class="max-width-600 margin-auto">
964
- <div class="lead ">
965
- <div class="display-flex justify-content-between">
966
- <div>Features</div>
967
- </div>
968
- <hr class="margin-top-10 border-color-light">
969
- </div>
970
- <ul class="display-grid grid-cols-1 grid-cols-2-sm column-gap-25 row-gap-10 icon-list margin-bottom-0">
971
- <li class="display-flex gap-10 ">
972
- <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
973
- </span>
974
- <div>
975
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Refined Rubber Table</div>
976
- <div>Ergonomic Soap made with Marble for all-day sugary support</div>
977
- </div>
978
- </li>
979
- <li class="display-flex gap-10 ">
980
- <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
981
- </span>
982
- <div>
983
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Recycled Rubber Hat</div>
984
- <div>New Shirt model with 62 GB RAM, 950 GB storage, and glorious features</div>
985
- </div>
986
- </li>
987
- <li class="display-flex gap-10 ">
988
- <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
989
- </span>
990
- <div>
991
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Handcrafted Rubber Hat</div>
992
- <div>Our koala-friendly Cheese ensures near comfort for your pets</div>
993
- </div>
994
- </li>
995
- <li class="display-flex gap-10 ">
996
- <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
997
- </span>
998
- <div>
999
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Intelligent Plastic Bike</div>
1000
- <div>The sky blue Computer combines Guyana aesthetics with Berkelium-based durability</div>
1001
- </div>
1002
- </li>
1003
- <li class="display-flex gap-10 ">
1004
- <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
1005
- </span>
1006
- <div>
1007
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Elegant Concrete Towels</div>
1008
- <div>The Jarvis Chicken is the latest in a series of diligent products from Welch, MacGyver and Kilback</div>
1009
- </div>
1010
- </li>
1011
- <li class="display-flex gap-10">
1012
- <span class="rioglyph rioglyph rioglyph-minus-sign text-color-gray text-size-20">
1013
- </span>
1014
- <div>
1015
- <div class="text-medium text-size-18 text-color-darker text-capitalize-first-word">Rustic Granite Fish</div>
1016
- <div>Fresh Pants designed with Wooden for quick performance</div>
1017
- </div>
1018
- </li>
1019
- </ul>
1020
- </div>
1021
- ```