@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,549 +0,0 @@
1
- # Feature cards
2
-
3
- *Category:* Templates
4
- *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#/templates/feature-cards
6
- *Captured:* 2026-02-23T15:49:31.437Z
7
-
8
- ## Feature cards
9
-
10
- ### Example: Example 1
11
-
12
- Lorem ipsum dolor sit amet
13
- Aro molestias suffoco templum.
14
- Ullus ad tolero vorax congregatio constans acidus sub.
15
- Sumptus clam vix ipsam placeat explicabo ancilla.
16
- Caute compello ullam abduco compono cariosus alter dapifer deporto umquam.
17
- Get started
18
-
19
- #### Summary
20
-
21
- Lorem ipsum dolor sit amet
22
- Aro molestias suffoco templum.
23
- Ullus ad tolero vorax congregatio constans acidus sub.
24
- Sumptus clam vix ipsam placeat explicabo ancilla.
25
- Caute compello ullam abduco compono cariosus alter dapifer deporto umquam.
26
- Get started
27
-
28
- #### React (tsx)
29
-
30
- ```tsx
31
- import { faker } from '@faker-js/faker';
32
-
33
- import Button from '@rio-cloud/rio-uikit/Button';
34
- import Card from '@rio-cloud/rio-uikit/Card';
35
- import ButtonToolbar from '@rio-cloud/rio-uikit/ButtonToolbar';
36
-
37
- export default () => {
38
- return (
39
- <div className='margin-25-md max-width-800 margin-auto'>
40
- <Card padding={25} className=''>
41
- <div className='text-size-h3 line-height-125rel text-color-darkest text-medium margin-bottom-15'>
42
- Lorem ipsum dolor sit amet
43
- </div>
44
- <div className='display-flex gap-25 flex-wrap justify-content-between'>
45
- <div className='flex-1-1 max-width-600'>{faker.lorem.lines(4)}</div>
46
- <ButtonToolbar className='flex-0'>
47
- <Button bsStyle='primary' iconName='rioglyph-sparkles'>
48
- Get started
49
- </Button>
50
- </ButtonToolbar>
51
- </div>
52
- </Card>
53
- </div>
54
- );
55
- };
56
- ```
57
-
58
- #### HTML (html)
59
-
60
- ```html
61
- <div class="margin-25-md max-width-800 margin-auto">
62
- <div class="bg-white rounded border shadow-default padding-25">
63
- <div class="text-size-h3 line-height-125rel text-color-darkest text-medium margin-bottom-15">Lorem ipsum dolor sit amet</div>
64
- <div class="display-flex gap-25 flex-wrap justify-content-between">
65
- <div class="flex-1-1 max-width-600">Aro molestias suffoco templum.
66
- Ullus ad tolero vorax congregatio constans acidus sub.
67
- Sumptus clam vix ipsam placeat explicabo ancilla.
68
- Caute compello ullam abduco compono cariosus alter dapifer deporto umquam.</div>
69
- <div class="flex-0 btn-toolbar">
70
- <button type="button" class="btn btn-primary btn-component" tabindex="0">
71
- <span class="rioglyph rioglyph-sparkles">
72
- </span>Get started</button>
73
- </div>
74
- </div>
75
- </div>
76
- </div>
77
- ```
78
-
79
- ### Example: Example 2
80
-
81
- Lorem ipsum
82
- Lorem ipsum dolor sit amet
83
- Demulceo odit et deinde.
84
- Adsidue praesentium acies aqua asper neque caste cimentarius bonus confido.
85
- Desipio corpus torqueo vado suggero cornu creptio adulescens curriculum agnitio.
86
- Compello beneficium cogo tandem tabernus dignissimos curtus dedecor suppellex alter.
87
- Read more
88
-
89
- #### Summary
90
-
91
- Lorem ipsum
92
- Lorem ipsum dolor sit amet
93
- Demulceo odit et deinde.
94
- Adsidue praesentium acies aqua asper neque caste cimentarius bonus confido.
95
- Desipio corpus torqueo vado suggero cornu creptio adulescens curriculum agnitio.
96
- Compello beneficium cogo tandem tabernus dignissimos curtus dedecor suppellex alter.
97
- Read more
98
-
99
- #### React (tsx)
100
-
101
- ```tsx
102
- import { faker } from '@faker-js/faker';
103
-
104
- import Button from '@rio-cloud/rio-uikit/Button';
105
- import Card from '@rio-cloud/rio-uikit/Card';
106
-
107
- export default () => {
108
- return (
109
- <div className='margin-25-md max-width-800 margin-auto'>
110
- <Card padding={25}>
111
- <div className='text-color-primary text-medium'>Lorem ipsum</div>
112
- <div className='text-size-h3 line-height-125rel text-color-darkest text-medium'>
113
- Lorem ipsum dolor sit amet
114
- </div>
115
- <p className='margin-bottom-25'>{faker.lorem.lines(4)}</p>
116
- <div>
117
- <Button bsStyle='primary' iconName='rioglyph-arrow-right' iconRight>
118
- Read more
119
- </Button>
120
- </div>
121
- </Card>
122
- </div>
123
- );
124
- };
125
- ```
126
-
127
- #### HTML (html)
128
-
129
- ```html
130
- <div class="margin-25-md max-width-800 margin-auto">
131
- <div class="bg-white rounded border shadow-default padding-25">
132
- <div class="text-color-primary text-medium">Lorem ipsum</div>
133
- <div class="text-size-h3 line-height-125rel text-color-darkest text-medium">Lorem ipsum dolor sit amet</div>
134
- <p class="margin-bottom-25">Demulceo odit et deinde.
135
- Adsidue praesentium acies aqua asper neque caste cimentarius bonus confido.
136
- Desipio corpus torqueo vado suggero cornu creptio adulescens curriculum agnitio.
137
- Compello beneficium cogo tandem tabernus dignissimos curtus dedecor suppellex alter.</p>
138
- <div>
139
- <button type="button" class="btn btn-primary btn-icon-right btn-component" tabindex="0">
140
- <span class="rioglyph rioglyph-arrow-right">
141
- </span>Read more</button>
142
- </div>
143
- </div>
144
- </div>
145
- ```
146
-
147
- ### Example: Example 3
148
-
149
- Lorem ipsum dolor sit amet
150
- Ullam depono creptio ascit valens.
151
- Sapiente admitto accusamus sodalitas omnis unus contabesco abstergo.
152
- Tamisium perferendis vestrum terror.
153
- Laudantium umbra accusantium dapifer sol summa sperno ait absque carbo.
154
- Suffragium sequi corporis volva caelestis dicta corroboro.
155
- Learn more about our delivery features
156
-
157
- #### Summary
158
-
159
- Lorem ipsum dolor sit amet
160
- Ullam depono creptio ascit valens.
161
- Sapiente admitto accusamus sodalitas omnis unus contabesco abstergo.
162
- Tamisium perferendis vestrum terror.
163
- Laudantium umbra accusantium dapifer sol summa sperno ait absque carbo.
164
- Suffragium sequi corporis volva caelestis dicta corroboro.
165
- Learn more about our delivery features
166
-
167
- #### React (tsx)
168
-
169
- ```tsx
170
- import { faker } from '@faker-js/faker';
171
-
172
- import Button from '@rio-cloud/rio-uikit/Button';
173
- import Card from '@rio-cloud/rio-uikit/Card';
174
-
175
- export default () => {
176
- return (
177
- <div className='margin-25-md max-width-800 margin-auto'>
178
- <Card padding={25}>
179
- <div className='text-size-h4 line-height-125rel text-color-darkest text-medium'>
180
- Lorem ipsum dolor sit amet
181
- </div>
182
- <p className='margin-bottom-15'>{faker.lorem.lines(5)}</p>
183
- <div>
184
- <Button variant='link-inline' className='text-medium' iconName='rioglyph-arrow-right' iconRight>
185
- Learn more about our delivery features
186
- </Button>
187
- </div>
188
- </Card>
189
- </div>
190
- );
191
- };
192
- ```
193
-
194
- #### HTML (html)
195
-
196
- ```html
197
- <div class="margin-25-md max-width-800 margin-auto">
198
- <div class="bg-white rounded border shadow-default padding-25">
199
- <div class="text-size-h4 line-height-125rel text-color-darkest text-medium">Lorem ipsum dolor sit amet</div>
200
- <p class="margin-bottom-15">Ullam depono creptio ascit valens.
201
- Sapiente admitto accusamus sodalitas omnis unus contabesco abstergo.
202
- Tamisium perferendis vestrum terror.
203
- Laudantium umbra accusantium dapifer sol summa sperno ait absque carbo.
204
- Suffragium sequi corporis volva caelestis dicta corroboro.</p>
205
- <div>
206
- <button type="button" class="btn btn-default btn-link btn-link-inline btn-icon-right btn-component text-medium" tabindex="0">
207
- <span class="rioglyph rioglyph-arrow-right">
208
- </span>Learn more about our delivery features</button>
209
- </div>
210
- </div>
211
- </div>
212
- ```
213
-
214
- ### Example: Example 4
215
-
216
- Lorem ipsum dolor sit amet
217
- Explicabo virtus calamitas turbo.
218
- Viduo aufero tumultus comparo maxime aqua tamen dolorem.
219
- Vestigium usitas spoliatio perspiciatis vita cogito assentator aeger vitae.
220
- Cogo canis angelus capitulus ago tempus cattus blanditiis.
221
- Terminatio valde absens copiose admitto socius congregatio conforto desino audio.
222
-
223
- View detailsGet started
224
-
225
- #### Summary
226
-
227
- Lorem ipsum dolor sit amet
228
- Explicabo virtus calamitas turbo.
229
- Viduo aufero tumultus comparo maxime aqua tamen dolorem.
230
- Vestigium usitas spoliatio perspiciatis vita cogito assentator aeger vitae.
231
- Cogo canis angelus capitulus ago tempus cattus blanditiis.
232
- Terminatio valde absens copiose admitto socius congregatio conforto desino audio.
233
-
234
- View detailsGet started
235
-
236
- #### React (tsx)
237
-
238
- ```tsx
239
- import { faker } from '@faker-js/faker';
240
-
241
- import Button from '@rio-cloud/rio-uikit/Button';
242
- import Card from '@rio-cloud/rio-uikit/Card';
243
- import SvgImage from '@rio-cloud/rio-uikit/SvgImage';
244
- import ButtonToolbar from '@rio-cloud/rio-uikit/ButtonToolbar';
245
-
246
- export default () => {
247
- return (
248
- <div className='margin-25-md max-width-800 margin-auto'>
249
- <Card className='padding-x-25 padding-y-50 display-flex flex-column flex-row-sm gap-25'>
250
- <SvgImage name='abstract-product/product' size={100} className='flex-0' />
251
- <div className='display-flex flex-wrap gap-10'>
252
- <div className='flex-1-1'>
253
- <div className='text-size-h4 line-height-125rel text-color-darkest text-medium'>
254
- Lorem ipsum dolor sit amet
255
- </div>
256
- <p className='margin-bottom-15'>{faker.lorem.lines(5)}</p>
257
- </div>
258
- <ButtonToolbar className='flex-1-1'>
259
- <Button bsStyle='default'>View details</Button>
260
- <Button bsStyle='primary' iconName='rioglyph-sparkles'>
261
- Get started
262
- </Button>
263
- </ButtonToolbar>
264
- </div>
265
- </Card>
266
- </div>
267
- );
268
- };
269
- ```
270
-
271
- #### HTML (html)
272
-
273
- ```html
274
- <div class="margin-25-md max-width-800 margin-auto">
275
- <div class="bg-white rounded border shadow-default padding-15 padding-x-25 padding-y-50 display-flex flex-column flex-row-sm gap-25">
276
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="100" height="100" viewBox="0 0 250 250" version="1.1" xml:space="preserve" class="flex-0" style="fill-rule: evenodd; clip-rule: evenodd; stroke-linecap: round; stroke-miterlimit: 2;">
277
- <g id="product" transform="matrix(3.65079,0,0,3.65085,5.02397,-234.3)">
278
- <g transform="matrix(1.14763,0,0,1.14763,-0.201218,-9.87871)">
279
- <path d="M49.363,90.916C49.363,104.17 38.618,114.915 25.363,114.915C12.108,114.915 1.363,104.17 1.363,90.916C1.363,77.661 12.108,66.916 25.363,66.916C38.618,66.916 49.363,77.661 49.363,90.916Z" style="fill: var(--gray-lighter); fill-rule: nonzero;">
280
- </path>
281
- </g>
282
- <path d="M18.363,104.915L18.363,120.915L37.363,129.915L56.363,120.915L56.363,104.915L18.363,104.915Z" style="fill: var(--color-highlight-lighter); fill-rule: nonzero;">
283
- </path>
284
- <path d="M56.363,107.915L56.363,120.915L37.363,129.915L18.363,120.915L18.363,107.915" style="fill: none; stroke: var(--brand-info); stroke-width: 2.3px;">
285
- </path>
286
- <path d="M37.363,105.915L37.363,129.915" style="fill: none; stroke: var(--brand-info); stroke-width: 2.3px;">
287
- </path>
288
- <path d="M10.363,103.915L29.363,112.915L37.363,105.915L37.363,104.915L18.363,95.916L10.363,102.915L10.363,103.915Z" style="fill: var(--color-white); fill-rule: nonzero; stroke: var(--brand-info); stroke-width: 2.3px; stroke-linecap: butt; stroke-linejoin: round;">
289
- </path>
290
- <path d="M10.363,103.915L29.363,112.915L37.363,105.915L37.363,104.915L18.363,95.916L10.363,102.915L10.363,103.915Z" style="fill: none; stroke: var(--brand-info); stroke-width: 2.3px;">
291
- </path>
292
- <path d="M64.363,103.915L45.363,112.915L37.363,105.915L37.363,104.915L56.363,95.916L64.363,102.915L64.363,103.915Z" style="fill: var(--color-white); fill-rule: nonzero; stroke: var(--brand-info); stroke-width: 2.3px; stroke-linecap: butt; stroke-linejoin: round;">
293
- </path>
294
- <path d="M64.363,103.915L45.363,112.915L37.363,105.915L37.363,104.915L56.363,95.916L64.363,102.915L64.363,103.915Z" style="fill: none; stroke: var(--brand-info); stroke-width: 2.3px;">
295
- </path>
296
- <path d="M10.363,87.916L29.363,78.916L37.363,85.916L37.363,86.916L18.363,95.916L10.363,88.916L10.363,87.916Z" style="fill: var(--color-white); fill-rule: nonzero; stroke: var(--brand-info); stroke-width: 2.3px; stroke-linecap: butt; stroke-linejoin: round;">
297
- </path>
298
- <path d="M10.363,87.916L29.363,78.916L37.363,85.916L37.363,86.916L18.363,95.916L10.363,88.916L10.363,87.916Z" style="fill: none; stroke: var(--brand-info); stroke-width: 2.3px;">
299
- </path>
300
- <path d="M64.363,87.916L45.363,78.916L37.363,85.916L37.363,86.916L56.363,95.916L64.363,88.916L64.363,87.916Z" style="fill: var(--color-white); fill-rule: nonzero; stroke: var(--brand-info); stroke-width: 2.3px; stroke-linecap: butt; stroke-linejoin: round;">
301
- </path>
302
- <path d="M64.363,87.916L45.363,78.916L37.363,85.916L37.363,86.916L56.363,95.916L64.363,88.916L64.363,87.916Z" style="fill: none; stroke: var(--brand-info); stroke-width: 2.3px;">
303
- </path>
304
- <path d="M37.363,73.916L35.363,75.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
305
- </path>
306
- <path d="M42.363,68.916L40.363,70.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
307
- </path>
308
- <path d="M40.363,73.916L42.363,75.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
309
- </path>
310
- <path d="M35.363,68.916L37.363,70.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
311
- </path>
312
- <path d="M20.363,72.916L20.363,74.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
313
- </path>
314
- <path d="M20.363,76.916L20.363,78.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
315
- </path>
316
- <path d="M19.363,75.916L17.363,75.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
317
- </path>
318
- <path d="M23.363,75.916L21.363,75.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
319
- </path>
320
- <path d="M10.363,111.915L10.363,113.915" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
321
- </path>
322
- <path d="M10.363,115.915L10.363,117.915" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
323
- </path>
324
- <path d="M9.363,114.915L7.363,114.915" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
325
- </path>
326
- <path d="M13.363,114.915L11.363,114.915" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
327
- </path>
328
- <path d="M51.363,66.916L51.363,68.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
329
- </path>
330
- <path d="M51.363,70.916L51.363,72.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
331
- </path>
332
- <path d="M50.363,69.916L48.363,69.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
333
- </path>
334
- <path d="M54.363,69.916L52.363,69.916" style="fill: none; stroke: var(--gray); stroke-width: 2.3px; stroke-linecap: butt;">
335
- </path>
336
- </g>
337
- </svg>
338
- <div class="display-flex flex-wrap gap-10">
339
- <div class="flex-1-1">
340
- <div class="text-size-h4 line-height-125rel text-color-darkest text-medium">Lorem ipsum dolor sit amet</div>
341
- <p class="margin-bottom-15">Explicabo virtus calamitas turbo.
342
- Viduo aufero tumultus comparo maxime aqua tamen dolorem.
343
- Vestigium usitas spoliatio perspiciatis vita cogito assentator aeger vitae.
344
- Cogo canis angelus capitulus ago tempus cattus blanditiis.
345
- Terminatio valde absens copiose admitto socius congregatio conforto desino audio.</p>
346
- </div>
347
- <div class="flex-1-1 btn-toolbar">
348
- <button type="button" class="btn btn-default btn-component" tabindex="0">View details</button>
349
- <button type="button" class="btn btn-primary btn-component" tabindex="0">
350
- <span class="rioglyph rioglyph-sparkles">
351
- </span>Get started</button>
352
- </div>
353
- </div>
354
- </div>
355
- </div>
356
- ```
357
-
358
- ### Example: Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.
359
-
360
- Customize
361
- Import your own data
362
-
363
- Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.
364
- Read more
365
-
366
- Use on mobile
367
- Get the app
368
-
369
- Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.
370
- Download now
371
-
372
- Tips
373
- Discover new features
374
-
375
- Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.
376
- Read more
377
-
378
- #### Summary
379
-
380
- Customize
381
- Import your own data
382
-
383
- Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.
384
- Read more
385
-
386
- Use on mobile
387
- Get the app
388
-
389
- Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.
390
- Download now
391
-
392
- Tips
393
- Discover new features
394
-
395
- Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.
396
- Read more
397
-
398
- #### React (tsx)
399
-
400
- ```tsx
401
- import Button from '@rio-cloud/rio-uikit/Button';
402
- import Card from '@rio-cloud/rio-uikit/Card';
403
-
404
- export default () => {
405
- return (
406
- <div className='margin-25-md margin-auto'>
407
- <div className='display-grid grid-cols-1 grid-cols-2-sm grid-cols-3-md grid-rowspan-3 gap-25'>
408
- <Card
409
- className='display-grid grid-cols-subgrid grid-rowspan-3 grid-rows-subgrid row-gap-0'
410
- padding={25}
411
- shadow='smooth'
412
- >
413
- <div className='text-center text-color-darker margin-top-15'>
414
- <div className='text-size-16'>Customize</div>
415
- <div className='text-size-12'>
416
- <div className='text-wrap-pretty line-height-125rel text-size-200pct padding-bottom-10 text-capitalize text-medium'>
417
- Import your own data
418
- </div>
419
- </div>
420
- </div>
421
- <div className='text-size-20 text-center padding-15'>
422
- <span className='rioglyph rioglyph-stats text-size-300pct' />
423
- </div>
424
- <div>
425
- <p className='margin-bottom-20 text-color-dark'>
426
- Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin
427
- commodo.
428
- </p>
429
- <Button bsStyle='primary' bsSize='lg' block>
430
- Read more
431
- </Button>
432
- </div>
433
- </Card>
434
-
435
- <Card
436
- className='display-grid grid-cols-subgrid grid-rowspan-3 grid-rows-subgrid row-gap-0'
437
- padding={25}
438
- shadow='smooth'
439
- >
440
- <div className='text-center text-color-darker margin-top-15'>
441
- <div className='text-size-16'>Use on mobile</div>
442
- <div className='text-size-12'>
443
- <div className='text-wrap-pretty line-height-125rel text-size-200pct padding-bottom-10 text-capitalize text-medium'>
444
- Get the app
445
- </div>
446
- </div>
447
- </div>
448
- <div className='text-size-20 text-center padding-15'>
449
- <span className='rioglyph rioglyph-phone text-size-300pct' />
450
- </div>
451
- <div>
452
- <p className='margin-bottom-20 text-color-dark'>
453
- Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin
454
- commodo.
455
- </p>
456
- <Button bsStyle='primary' bsSize='lg' block>
457
- Download now
458
- </Button>
459
- </div>
460
- </Card>
461
-
462
- <Card
463
- className='display-grid grid-cols-subgrid grid-rowspan-3 grid-rows-subgrid row-gap-0'
464
- padding={25}
465
- shadow='smooth'
466
- >
467
- <div className='text-center text-color-darker margin-top-15'>
468
- <div className='text-size-16'>Tips</div>
469
- <div className='text-size-12'>
470
- <div className='text-wrap-pretty line-height-125rel text-size-200pct padding-bottom-10 text-capitalize text-medium'>
471
- Discover new features
472
- </div>
473
- </div>
474
- </div>
475
- <div className='text-size-20 text-center padding-15'>
476
- <span className='rioglyph rioglyph-cost-efficency text-size-300pct' />
477
- </div>
478
- <div>
479
- <p className='margin-bottom-20 text-color-dark'>
480
- Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin
481
- commodo.
482
- </p>
483
- <Button bsStyle='primary' bsSize='lg' block>
484
- Read more
485
- </Button>
486
- </div>
487
- </Card>
488
- </div>
489
- </div>
490
- );
491
- };
492
- ```
493
-
494
- #### HTML (html)
495
-
496
- ```html
497
- <div class="margin-25-md margin-auto">
498
- <div class="display-grid grid-cols-1 grid-cols-2-sm grid-cols-3-md grid-rowspan-3 gap-25">
499
- <div class="bg-white rounded border shadow-smooth padding-25 display-grid grid-cols-subgrid grid-rowspan-3 grid-rows-subgrid row-gap-0">
500
- <div class="text-center text-color-darker margin-top-15">
501
- <div class="text-size-16">Customize</div>
502
- <div class="text-size-12">
503
- <div class="text-wrap-pretty line-height-125rel text-size-200pct padding-bottom-10 text-capitalize text-medium">Import your own data</div>
504
- </div>
505
- </div>
506
- <div class="text-size-20 text-center padding-15">
507
- <span class="rioglyph rioglyph-stats text-size-300pct">
508
- </span>
509
- </div>
510
- <div>
511
- <p class="margin-bottom-20 text-color-dark">Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.</p>
512
- <button type="button" class="btn btn-primary btn-lg btn-block btn-component" tabindex="0">Read more</button>
513
- </div>
514
- </div>
515
- <div class="bg-white rounded border shadow-smooth padding-25 display-grid grid-cols-subgrid grid-rowspan-3 grid-rows-subgrid row-gap-0">
516
- <div class="text-center text-color-darker margin-top-15">
517
- <div class="text-size-16">Use on mobile</div>
518
- <div class="text-size-12">
519
- <div class="text-wrap-pretty line-height-125rel text-size-200pct padding-bottom-10 text-capitalize text-medium">Get the app</div>
520
- </div>
521
- </div>
522
- <div class="text-size-20 text-center padding-15">
523
- <span class="rioglyph rioglyph-phone text-size-300pct">
524
- </span>
525
- </div>
526
- <div>
527
- <p class="margin-bottom-20 text-color-dark">Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.</p>
528
- <button type="button" class="btn btn-primary btn-lg btn-block btn-component" tabindex="0">Download now</button>
529
- </div>
530
- </div>
531
- <div class="bg-white rounded border shadow-smooth padding-25 display-grid grid-cols-subgrid grid-rowspan-3 grid-rows-subgrid row-gap-0">
532
- <div class="text-center text-color-darker margin-top-15">
533
- <div class="text-size-16">Tips</div>
534
- <div class="text-size-12">
535
- <div class="text-wrap-pretty line-height-125rel text-size-200pct padding-bottom-10 text-capitalize text-medium">Discover new features</div>
536
- </div>
537
- </div>
538
- <div class="text-size-20 text-center padding-15">
539
- <span class="rioglyph rioglyph-cost-efficency text-size-300pct">
540
- </span>
541
- </div>
542
- <div>
543
- <p class="margin-bottom-20 text-color-dark">Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.</p>
544
- <button type="button" class="btn btn-primary btn-lg btn-block btn-component" tabindex="0">Read more</button>
545
- </div>
546
- </div>
547
- </div>
548
- </div>
549
- ```