@rio-cloud/uikit-mcp 1.0.1 → 1.1.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 +75 -39
- package/dist/doc-metadata.json +1872 -0
- package/dist/docs/components/accentBar.md +582 -0
- package/dist/docs/components/activity.md +330 -0
- package/dist/docs/components/animatedNumber.md +88 -0
- package/dist/docs/components/animatedTextReveal.md +381 -0
- package/dist/docs/components/animations.md +459 -0
- package/dist/docs/components/appHeader.md +737 -0
- package/dist/docs/components/appLayout.md +2033 -0
- package/dist/docs/components/appNavigationBar.md +274 -0
- package/dist/docs/components/areaCharts.md +828 -0
- package/dist/docs/components/aspectRatioPlaceholder.md +106 -0
- package/dist/docs/components/assetTree.md +3132 -0
- package/dist/docs/components/autosuggests.md +1177 -0
- package/dist/docs/components/avatar.md +206 -0
- package/dist/docs/components/banner.md +668 -0
- package/dist/docs/components/barCharts.md +2765 -0
- package/dist/docs/components/barList.md +517 -0
- package/dist/docs/components/basicMap.md +167 -0
- package/dist/docs/components/bottomSheet.md +721 -0
- package/dist/docs/components/button.md +775 -0
- package/dist/docs/components/buttonToolbar.md +134 -0
- package/dist/docs/components/calendarStripe.md +533 -0
- package/dist/docs/components/card.md +86 -0
- package/dist/docs/components/carousel.md +128 -0
- package/dist/docs/components/chartColors.md +716 -0
- package/dist/docs/components/chartsGettingStarted.md +28 -0
- package/dist/docs/components/chat.md +935 -0
- package/dist/docs/components/checkbox.md +996 -0
- package/dist/docs/components/clearableInput.md +806 -0
- package/dist/docs/components/collapse.md +189 -0
- package/dist/docs/components/composedCharts.md +424 -0
- package/dist/docs/components/contentLoader.md +674 -0
- package/dist/docs/components/dataTabs.md +1251 -0
- package/dist/docs/components/datepickers.md +2543 -0
- package/dist/docs/components/dialogs.md +2244 -0
- package/dist/docs/components/divider.md +219 -0
- package/dist/docs/components/dropdowns.md +17538 -0
- package/dist/docs/components/editableContent.md +1127 -0
- package/dist/docs/components/expander.md +970 -0
- package/dist/docs/components/fade.md +836 -0
- package/dist/docs/components/fadeExpander.md +180 -0
- package/dist/docs/components/fadeUp.md +396 -0
- package/dist/docs/components/feedback.md +758 -0
- package/dist/docs/components/filePickers.md +370 -0
- package/dist/docs/components/formLabel.md +251 -0
- package/dist/docs/components/fullscreenMap.md +10 -0
- package/dist/docs/components/groupedItemList.md +1001 -0
- package/dist/docs/components/iconList.md +306 -0
- package/dist/docs/components/imagePreloader.md +167 -0
- package/dist/docs/components/labeledElement.md +115 -0
- package/dist/docs/components/licensePlate.md +412 -0
- package/dist/docs/components/lineCharts.md +2014 -0
- package/dist/docs/components/listMenu.md +392 -0
- package/dist/docs/components/loadMore.md +219 -0
- package/dist/docs/components/mainNavigation.md +129 -0
- package/dist/docs/components/mapCircle.md +93 -0
- package/dist/docs/components/mapCluster.md +337 -0
- package/dist/docs/components/mapContext.md +284 -0
- package/dist/docs/components/mapDraggableMarker.md +150 -0
- package/dist/docs/components/mapGettingStarted.md +39 -0
- package/dist/docs/components/mapInfoBubble.md +135 -0
- package/dist/docs/components/mapLayerGroup.md +94 -0
- package/dist/docs/components/mapMarker.md +1814 -0
- package/dist/docs/components/mapPolygon.md +959 -0
- package/dist/docs/components/mapRoute.md +3816 -0
- package/dist/docs/components/mapRouteGenerator.md +6 -0
- package/dist/docs/components/mapSettings.md +1040 -0
- package/dist/docs/components/mapUtils.md +132 -0
- package/dist/docs/components/multiselects.md +1921 -0
- package/dist/docs/components/noData.md +210 -0
- package/dist/docs/components/notifications.md +314 -0
- package/dist/docs/components/numbercontrol.md +706 -0
- package/dist/docs/components/onboarding.md +297 -0
- package/dist/docs/components/page.md +241 -0
- package/dist/docs/components/pager.md +133 -0
- package/dist/docs/components/pieCharts.md +1284 -0
- package/dist/docs/components/popover.md +222 -0
- package/dist/docs/components/position.md +50 -0
- package/dist/docs/components/radialBarCharts.md +3663 -0
- package/dist/docs/components/radiobutton.md +1271 -0
- package/dist/docs/components/releaseNotes.md +135 -0
- package/dist/docs/components/resizer.md +162 -0
- package/dist/docs/components/responsiveColumnStripe.md +435 -0
- package/dist/docs/components/responsiveVideo.md +71 -0
- package/dist/docs/components/rioglyph.md +331 -0
- package/dist/docs/components/rules.md +965 -0
- package/dist/docs/components/saveableInput.md +1721 -0
- package/dist/docs/components/selects.md +1993 -0
- package/dist/docs/components/sidebar.md +332 -0
- package/dist/docs/components/sliders.md +376 -0
- package/dist/docs/components/smoothScrollbars.md +1180 -0
- package/dist/docs/components/spinners.md +506 -0
- package/dist/docs/components/states.md +1176 -0
- package/dist/docs/components/statsWidgets.md +636 -0
- package/dist/docs/components/statusBar.md +644 -0
- package/dist/docs/components/stepButton.md +61 -0
- package/dist/docs/components/steppedProgressBars.md +1064 -0
- package/dist/docs/components/subNavigation.md +470 -0
- package/dist/docs/components/supportMarker.md +115 -0
- package/dist/docs/components/svgImage.md +248 -0
- package/dist/docs/components/switch.md +554 -0
- package/dist/docs/components/tables.md +8 -0
- package/dist/docs/components/tagManager.md +476 -0
- package/dist/docs/components/tags.md +785 -0
- package/dist/docs/components/teaser.md +925 -0
- package/dist/docs/components/timeline.md +514 -0
- package/dist/docs/components/timepicker.md +262 -0
- package/dist/docs/components/toggleButton.md +178 -0
- package/dist/docs/components/tooltip.md +454 -0
- package/dist/docs/components/virtualList.md +486 -0
- package/dist/docs/foundations.md +20901 -0
- package/dist/docs/start/changelog.md +714 -0
- package/dist/docs/start/goodtoknow.md +14 -0
- package/dist/docs/start/guidelines/color-combinations.md +678 -0
- package/dist/docs/start/guidelines/custom-css.md +42 -0
- package/dist/docs/start/guidelines/custom-rioglyph.md +35 -0
- package/dist/docs/start/guidelines/formatting.md +587 -0
- package/dist/docs/start/guidelines/iframe.md +323 -0
- package/dist/docs/start/guidelines/obfuscate-data.md +30 -0
- package/dist/docs/start/guidelines/print-css.md +36 -0
- package/dist/docs/start/guidelines/spinner.md +710 -0
- package/dist/docs/start/guidelines/supported-browsers.md +10 -0
- package/dist/docs/start/guidelines/writing.md +635 -0
- package/dist/docs/start/howto.md +187 -0
- package/dist/docs/start/intro.md +43 -0
- package/dist/docs/start/responsiveness.md +98 -0
- package/dist/docs/templates/common-table.md +1111 -0
- package/dist/docs/templates/detail-views.md +942 -0
- package/dist/docs/templates/expandable-details.md +228 -0
- package/dist/docs/templates/feature-cards.md +549 -0
- package/dist/docs/templates/form-summary.md +199 -0
- package/dist/docs/templates/form-toggle.md +367 -0
- package/dist/docs/templates/list-blocks.md +1021 -0
- package/dist/docs/templates/loading-progress.md +109 -0
- package/dist/docs/templates/options-panel.md +152 -0
- package/dist/docs/templates/panel-variants.md +164 -0
- package/dist/docs/templates/progress-cards.md +607 -0
- package/dist/docs/templates/progress-success.md +142 -0
- package/dist/docs/templates/settings-form.md +434 -0
- package/dist/docs/templates/stats-blocks.md +1381 -0
- package/dist/docs/templates/table-panel.md +184 -0
- package/dist/docs/templates/table-row-animation.md +317 -0
- package/dist/docs/templates/usage-cards.md +227 -0
- package/dist/docs/utilities/deviceUtils.md +123 -0
- package/dist/docs/utilities/featureToggles.md +90 -0
- package/dist/docs/utilities/fuelTypeUtils.md +186 -0
- package/dist/docs/utilities/routeUtils.md +138 -0
- package/dist/docs/utilities/useAfterMount.md +66 -0
- package/dist/docs/utilities/useAutoAnimate.md +193 -0
- package/dist/docs/utilities/useAverage.md +95 -0
- package/dist/docs/utilities/useClickOutside.md +61 -0
- package/dist/docs/utilities/useClipboard.md +93 -0
- package/dist/docs/utilities/useCount.md +178 -0
- package/dist/docs/utilities/useDarkMode.md +49 -0
- package/dist/docs/utilities/useDebugInfo.md +126 -0
- package/dist/docs/utilities/useEffectOnce.md +58 -0
- package/dist/docs/utilities/useElapsedTime.md +58 -0
- package/dist/docs/utilities/useElementSize.md +71 -0
- package/dist/docs/utilities/useEsc.md +58 -0
- package/dist/docs/utilities/useEvent.md +64 -0
- package/dist/docs/utilities/useFocusTrap.md +85 -0
- package/dist/docs/utilities/useFullscreen.md +198 -0
- package/dist/docs/utilities/useHover.md +55 -0
- package/dist/docs/utilities/useIncomingPostMessages.md +237 -0
- package/dist/docs/utilities/useInterval.md +85 -0
- package/dist/docs/utilities/useIsFocusWithin.md +114 -0
- package/dist/docs/utilities/useKey.md +151 -0
- package/dist/docs/utilities/useLocalStorage.md +91 -0
- package/dist/docs/utilities/useLocationSuggestions.md +114 -0
- package/dist/docs/utilities/useMax.md +62 -0
- package/dist/docs/utilities/useMin.md +78 -0
- package/dist/docs/utilities/useMutationObserver.md +113 -0
- package/dist/docs/utilities/useOnScreen.md +138 -0
- package/dist/docs/utilities/useOnlineStatus.md +49 -0
- package/dist/docs/utilities/usePostMessage.md +117 -0
- package/dist/docs/utilities/usePostMessageSender.md +257 -0
- package/dist/docs/utilities/usePrevious.md +101 -0
- package/dist/docs/utilities/useResizeObserver.md +151 -0
- package/dist/docs/utilities/useScrollPosition.md +252 -0
- package/dist/docs/utilities/useSearch.md +228 -0
- package/dist/docs/utilities/useSorting.md +389 -0
- package/dist/docs/utilities/useStateWithValidation.md +83 -0
- package/dist/docs/utilities/useSum.md +155 -0
- package/dist/docs/utilities/useTableExport.md +404 -0
- package/dist/docs/utilities/useTableSelection.md +1120 -0
- package/dist/docs/utilities/useTimeout.md +55 -0
- package/dist/docs/utilities/useToggle.md +115 -0
- package/dist/docs/utilities/useWindowResize.md +70 -0
- package/dist/index.mjs +271 -0
- package/dist/search-synonyms.json +134 -0
- package/dist/version.json +4 -0
- package/package.json +23 -19
- package/bin/uikit-mcp.mjs +0 -23
- package/data/pages/Components/components/accentbar.json +0 -207
- package/data/pages/Components/components/activity.json +0 -87
- package/data/pages/Components/components/animatednumber.json +0 -99
- package/data/pages/Components/components/animations.json +0 -87
- package/data/pages/Components/components/appheader.json +0 -291
- package/data/pages/Components/components/applayout.json +0 -1198
- package/data/pages/Components/components/appnavigationbar.json +0 -327
- package/data/pages/Components/components/areacharts.json +0 -563
- package/data/pages/Components/components/aspectratioplaceholder.json +0 -75
- package/data/pages/Components/components/assettree.json +0 -3080
- package/data/pages/Components/components/autosuggests.json +0 -710
- package/data/pages/Components/components/avatar.json +0 -157
- package/data/pages/Components/components/banner.json +0 -599
- package/data/pages/Components/components/barcharts.json +0 -1507
- package/data/pages/Components/components/barlist.json +0 -223
- package/data/pages/Components/components/basicmap.json +0 -68
- package/data/pages/Components/components/bottomsheet.json +0 -601
- package/data/pages/Components/components/button.json +0 -583
- package/data/pages/Components/components/buttontoolbar.json +0 -63
- package/data/pages/Components/components/calendarstripe.json +0 -235
- package/data/pages/Components/components/card.json +0 -69
- package/data/pages/Components/components/carousel.json +0 -39
- package/data/pages/Components/components/chartcolors.json +0 -34
- package/data/pages/Components/components/chartsgettingstarted.json +0 -32
- package/data/pages/Components/components/chat.json +0 -39
- package/data/pages/Components/components/checkbox.json +0 -847
- package/data/pages/Components/components/clearableinput.json +0 -789
- package/data/pages/Components/components/collapse.json +0 -175
- package/data/pages/Components/components/composedcharts.json +0 -159
- package/data/pages/Components/components/contentloader.json +0 -233
- package/data/pages/Components/components/datatabs.json +0 -680
- package/data/pages/Components/components/datepickers.json +0 -287
- package/data/pages/Components/components/dialogs.json +0 -1492
- package/data/pages/Components/components/divider.json +0 -93
- package/data/pages/Components/components/dropdowns.json +0 -936
- package/data/pages/Components/components/editablecontent.json +0 -1117
- package/data/pages/Components/components/expander.json +0 -377
- package/data/pages/Components/components/fade.json +0 -403
- package/data/pages/Components/components/fadeexpander.json +0 -75
- package/data/pages/Components/components/fadeup.json +0 -127
- package/data/pages/Components/components/feedback.json +0 -269
- package/data/pages/Components/components/filepickers.json +0 -269
- package/data/pages/Components/components/formlabel.json +0 -115
- package/data/pages/Components/components/fullscreenmap.json +0 -22
- package/data/pages/Components/components/groupeditemlist.json +0 -323
- package/data/pages/Components/components/iconlist.json +0 -45
- package/data/pages/Components/components/imagepreloader.json +0 -81
- package/data/pages/Components/components/labeledelement.json +0 -75
- package/data/pages/Components/components/licenseplate.json +0 -69
- package/data/pages/Components/components/linecharts.json +0 -987
- package/data/pages/Components/components/listmenu.json +0 -313
- package/data/pages/Components/components/loadmore.json +0 -175
- package/data/pages/Components/components/mainnavigation.json +0 -39
- package/data/pages/Components/components/mapcircle.json +0 -34
- package/data/pages/Components/components/mapcluster.json +0 -51
- package/data/pages/Components/components/mapcontext.json +0 -105
- package/data/pages/Components/components/mapdraggablemarker.json +0 -34
- package/data/pages/Components/components/mapgettingstarted.json +0 -27
- package/data/pages/Components/components/mapgroup.json +0 -1198
- package/data/pages/Components/components/mapinfobubble.json +0 -34
- package/data/pages/Components/components/maplayergroup.json +0 -34
- package/data/pages/Components/components/mapmarker.json +0 -700
- package/data/pages/Components/components/mappolygon.json +0 -45
- package/data/pages/Components/components/maproute.json +0 -623
- package/data/pages/Components/components/maproutegenerator.json +0 -16
- package/data/pages/Components/components/mapsettings.json +0 -51
- package/data/pages/Components/components/maputils.json +0 -34
- package/data/pages/Components/components/multiselects.json +0 -1451
- package/data/pages/Components/components/nodata.json +0 -139
- package/data/pages/Components/components/notifications.json +0 -65
- package/data/pages/Components/components/numbercontrol.json +0 -301
- package/data/pages/Components/components/onboarding.json +0 -302
- package/data/pages/Components/components/page.json +0 -197
- package/data/pages/Components/components/pager.json +0 -93
- package/data/pages/Components/components/piecharts.json +0 -731
- package/data/pages/Components/components/popover.json +0 -251
- package/data/pages/Components/components/position.json +0 -69
- package/data/pages/Components/components/radialbarcharts.json +0 -1304
- package/data/pages/Components/components/radiobutton.json +0 -1105
- package/data/pages/Components/components/releasenotes.json +0 -44
- package/data/pages/Components/components/resizer.json +0 -93
- package/data/pages/Components/components/responsivecolumnstripe.json +0 -123
- package/data/pages/Components/components/responsivevideo.json +0 -75
- package/data/pages/Components/components/rioglyph.json +0 -93
- package/data/pages/Components/components/rules.json +0 -410
- package/data/pages/Components/components/saveableinput.json +0 -703
- package/data/pages/Components/components/selects.json +0 -701
- package/data/pages/Components/components/sidebar.json +0 -243
- package/data/pages/Components/components/sliders.json +0 -235
- package/data/pages/Components/components/smoothscrollbars.json +0 -335
- package/data/pages/Components/components/spinners.json +0 -343
- package/data/pages/Components/components/states.json +0 -1705
- package/data/pages/Components/components/statswidgets.json +0 -314
- package/data/pages/Components/components/statusbar.json +0 -177
- package/data/pages/Components/components/stepbutton.json +0 -57
- package/data/pages/Components/components/steppedprogressbars.json +0 -417
- package/data/pages/Components/components/subnavigation.json +0 -107
- package/data/pages/Components/components/supportmarker.json +0 -45
- package/data/pages/Components/components/svgimage.json +0 -81
- package/data/pages/Components/components/switch.json +0 -111
- package/data/pages/Components/components/tables.json +0 -144
- package/data/pages/Components/components/tagmanager.json +0 -86
- package/data/pages/Components/components/tags.json +0 -146
- package/data/pages/Components/components/teaser.json +0 -188
- package/data/pages/Components/components/timeline.json +0 -45
- package/data/pages/Components/components/timepicker.json +0 -163
- package/data/pages/Components/components/togglebutton.json +0 -247
- package/data/pages/Components/components/tooltip.json +0 -270
- package/data/pages/Components/components/virtuallist.json +0 -175
- package/data/pages/Foundations/foundations.json +0 -2475
- package/data/pages/Getting-started/start/changelog.json +0 -22
- package/data/pages/Getting-started/start/goodtoknow.json +0 -32
- package/data/pages/Getting-started/start/guidelines/color-combinations.json +0 -58
- package/data/pages/Getting-started/start/guidelines/custom-css.json +0 -27
- package/data/pages/Getting-started/start/guidelines/custom-rioglyph.json +0 -22
- package/data/pages/Getting-started/start/guidelines/formatting.json +0 -97
- package/data/pages/Getting-started/start/guidelines/iframe.json +0 -93
- package/data/pages/Getting-started/start/guidelines/obfuscate-data.json +0 -22
- package/data/pages/Getting-started/start/guidelines/print-css.json +0 -37
- package/data/pages/Getting-started/start/guidelines/spinner.json +0 -144
- package/data/pages/Getting-started/start/guidelines/supported-browsers.json +0 -22
- package/data/pages/Getting-started/start/guidelines/writing.json +0 -242
- package/data/pages/Getting-started/start/howto.json +0 -72
- package/data/pages/Getting-started/start/intro.json +0 -37
- package/data/pages/Getting-started/start/responsiveness.json +0 -52
- package/data/pages/Templates/templates/common-table.json +0 -39
- package/data/pages/Templates/templates/detail-views.json +0 -71
- package/data/pages/Templates/templates/expandable-details.json +0 -39
- package/data/pages/Templates/templates/feature-cards.json +0 -103
- package/data/pages/Templates/templates/form-summary.json +0 -39
- package/data/pages/Templates/templates/form-toggle.json +0 -39
- package/data/pages/Templates/templates/list-blocks.json +0 -119
- package/data/pages/Templates/templates/loading-progress.json +0 -39
- package/data/pages/Templates/templates/options-panel.json +0 -39
- package/data/pages/Templates/templates/panel-variants.json +0 -39
- package/data/pages/Templates/templates/progress-cards.json +0 -71
- package/data/pages/Templates/templates/progress-success.json +0 -39
- package/data/pages/Templates/templates/settings-form.json +0 -39
- package/data/pages/Templates/templates/stats-blocks.json +0 -135
- package/data/pages/Templates/templates/table-panel.json +0 -39
- package/data/pages/Templates/templates/table-row-animation.json +0 -39
- package/data/pages/Templates/templates/usage-cards.json +0 -39
- package/data/pages/Utilities/utilities/deviceutils.json +0 -39
- package/data/pages/Utilities/utilities/featuretoggles.json +0 -42
- package/data/pages/Utilities/utilities/fueltypeutils.json +0 -118
- package/data/pages/Utilities/utilities/routeutils.json +0 -34
- package/data/pages/Utilities/utilities/useaftermount.json +0 -63
- package/data/pages/Utilities/utilities/useaverage.json +0 -86
- package/data/pages/Utilities/utilities/useclickoutside.json +0 -69
- package/data/pages/Utilities/utilities/useclipboard.json +0 -57
- package/data/pages/Utilities/utilities/usecount.json +0 -92
- package/data/pages/Utilities/utilities/usedarkmode.json +0 -50
- package/data/pages/Utilities/utilities/usedebuginfo.json +0 -63
- package/data/pages/Utilities/utilities/useeffectonce.json +0 -57
- package/data/pages/Utilities/utilities/useelapsedtime.json +0 -57
- package/data/pages/Utilities/utilities/useelementsize.json +0 -63
- package/data/pages/Utilities/utilities/useesc.json +0 -57
- package/data/pages/Utilities/utilities/useevent.json +0 -75
- package/data/pages/Utilities/utilities/usefocustrap.json +0 -57
- package/data/pages/Utilities/utilities/usefullscreen.json +0 -197
- package/data/pages/Utilities/utilities/usehover.json +0 -57
- package/data/pages/Utilities/utilities/useinterval.json +0 -63
- package/data/pages/Utilities/utilities/useisfocuswithin.json +0 -75
- package/data/pages/Utilities/utilities/usekey.json +0 -75
- package/data/pages/Utilities/utilities/uselocalstorage.json +0 -69
- package/data/pages/Utilities/utilities/uselocationsuggestions.json +0 -110
- package/data/pages/Utilities/utilities/usemax.json +0 -86
- package/data/pages/Utilities/utilities/usemin.json +0 -86
- package/data/pages/Utilities/utilities/usemutationobserver.json +0 -69
- package/data/pages/Utilities/utilities/useonlinestatus.json +0 -39
- package/data/pages/Utilities/utilities/useonscreen.json +0 -63
- package/data/pages/Utilities/utilities/usepostmessage.json +0 -80
- package/data/pages/Utilities/utilities/useprevious.json +0 -63
- package/data/pages/Utilities/utilities/useresizeobserver.json +0 -65
- package/data/pages/Utilities/utilities/usescrollposition.json +0 -103
- package/data/pages/Utilities/utilities/usesearch.json +0 -197
- package/data/pages/Utilities/utilities/usesorting.json +0 -139
- package/data/pages/Utilities/utilities/usestatewithvalidation.json +0 -69
- package/data/pages/Utilities/utilities/usesum.json +0 -86
- package/data/pages/Utilities/utilities/usetableexport.json +0 -87
- package/data/pages/Utilities/utilities/usetableselection.json +0 -311
- package/data/pages/Utilities/utilities/usetimeout.json +0 -63
- package/data/pages/Utilities/utilities/usetoggle.json +0 -75
- package/data/pages/Utilities/utilities/usewindowresize.json +0 -63
- package/data/version.json +0 -4
- package/docs/content-schema.md +0 -147
- package/docs/navigation-inventory.json +0 -1310
- package/docs/search-synonyms.json +0 -43
- package/server/index.mjs +0 -268
- package/server/lib/load-docs.mjs +0 -48
- package/server/lib/normalise-doc.mjs +0 -220
- package/server/lib/render-markdown.mjs +0 -82
- package/server/lib/search-index.mjs +0 -49
- package/server/lib/types.js +0 -99
|
@@ -0,0 +1,1021 @@
|
|
|
1
|
+
# List blocks
|
|
2
|
+
|
|
3
|
+
*Category:* Templates
|
|
4
|
+
*Section:* Content
|
|
5
|
+
*Source:* https://uikit.developers.rio.cloud/#templates/list-blocks
|
|
6
|
+
*Captured:* 2025-12-12T14:21:35.307Z
|
|
7
|
+
|
|
8
|
+
## List blocks
|
|
9
|
+
|
|
10
|
+
### Example: Venio beatus volo deputo.
|
|
11
|
+
|
|
12
|
+
Lorem ipsum dolor
|
|
13
|
+
Venio beatus volo deputo.
|
|
14
|
+
|
|
15
|
+
Shanahan Inc
|
|
16
|
+
Adhuc tertius truculenter texo vulgus.
|
|
17
|
+
|
|
18
|
+
Connect
|
|
19
|
+
|
|
20
|
+
Olson Inc
|
|
21
|
+
Socius ubi barba cado bestia vis.
|
|
22
|
+
Vox viscus bene architecto dicta.
|
|
23
|
+
|
|
24
|
+
Connect
|
|
25
|
+
|
|
26
|
+
Williamson, Abshire and Parisian
|
|
27
|
+
Tempore illum tonsor certe demens amplitudo.
|
|
28
|
+
|
|
29
|
+
Connect
|
|
30
|
+
|
|
31
|
+
#### Summary
|
|
32
|
+
|
|
33
|
+
Lorem ipsum dolor
|
|
34
|
+
Venio beatus volo deputo.
|
|
35
|
+
|
|
36
|
+
Shanahan Inc
|
|
37
|
+
Adhuc tertius truculenter texo vulgus.
|
|
38
|
+
|
|
39
|
+
Connect
|
|
40
|
+
|
|
41
|
+
Olson Inc
|
|
42
|
+
Socius ubi barba cado bestia vis.
|
|
43
|
+
Vox viscus bene architecto dicta.
|
|
44
|
+
|
|
45
|
+
Connect
|
|
46
|
+
|
|
47
|
+
Williamson, Abshire and Parisian
|
|
48
|
+
Tempore illum tonsor certe demens amplitudo.
|
|
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">Venio beatus volo deputo.</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">Shanahan Inc</p>
|
|
123
|
+
<p class="text-color-dark margin-0">Adhuc tertius truculenter texo vulgus.</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">Olson Inc</p>
|
|
140
|
+
<p class="text-color-dark margin-0">Socius ubi barba cado bestia vis.
|
|
141
|
+
Vox viscus bene architecto dicta.</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">Williamson, Abshire and Parisian</p>
|
|
158
|
+
<p class="text-color-dark margin-0">Tempore illum tonsor certe demens amplitudo.</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: Curtus speciosus cauda degusto.
|
|
304
|
+
|
|
305
|
+
Lorem ipsum dolor
|
|
306
|
+
Curtus speciosus cauda degusto.
|
|
307
|
+
|
|
308
|
+
Collier - Leannon
|
|
309
|
+
Expedita vomito suppono vicissitudo cupio consectetur compello speculum dedico.
|
|
310
|
+
|
|
311
|
+
Mills and Sons
|
|
312
|
+
Sumptus tredecim vulgivagus sodalitas delectus annus tumultus.
|
|
313
|
+
Vulgo sint crastinus carpo annus conatus valeo ex vitiosus maiores.
|
|
314
|
+
|
|
315
|
+
Rodriguez - Gottlieb
|
|
316
|
+
Curatio nulla adipiscor tenus terminatio sortitus numquam.
|
|
317
|
+
Cupressus culpa umquam caelestis pauci nesciunt cito alter similique.
|
|
318
|
+
|
|
319
|
+
#### Summary
|
|
320
|
+
|
|
321
|
+
Lorem ipsum dolor
|
|
322
|
+
Curtus speciosus cauda degusto.
|
|
323
|
+
|
|
324
|
+
Collier - Leannon
|
|
325
|
+
Expedita vomito suppono vicissitudo cupio consectetur compello speculum dedico.
|
|
326
|
+
|
|
327
|
+
Mills and Sons
|
|
328
|
+
Sumptus tredecim vulgivagus sodalitas delectus annus tumultus.
|
|
329
|
+
Vulgo sint crastinus carpo annus conatus valeo ex vitiosus maiores.
|
|
330
|
+
|
|
331
|
+
Rodriguez - Gottlieb
|
|
332
|
+
Curatio nulla adipiscor tenus terminatio sortitus numquam.
|
|
333
|
+
Cupressus culpa umquam caelestis pauci nesciunt cito alter similique.
|
|
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">Curtus speciosus cauda degusto.</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">Collier - Leannon</div>
|
|
405
|
+
<div class="text-color-dark">Expedita vomito suppono vicissitudo cupio consectetur compello speculum dedico.</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">Mills and Sons</div>
|
|
417
|
+
<div class="text-color-dark">Sumptus tredecim vulgivagus sodalitas delectus annus tumultus.
|
|
418
|
+
Vulgo sint crastinus carpo annus conatus valeo ex vitiosus maiores.</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">Rodriguez - Gottlieb</div>
|
|
430
|
+
<div class="text-color-dark">Curatio nulla adipiscor tenus terminatio sortitus numquam.
|
|
431
|
+
Cupressus culpa umquam caelestis pauci nesciunt cito alter similique.</div>
|
|
432
|
+
</div>
|
|
433
|
+
</div>
|
|
434
|
+
</div>
|
|
435
|
+
</div>
|
|
436
|
+
</div>
|
|
437
|
+
```
|
|
438
|
+
|
|
439
|
+
### Example: Adinventitias thorax nisi sursum labore cursus depereo verecundia. Nam curso aperte tolero. Vis sub texo vinitor tabgo.
|
|
440
|
+
|
|
441
|
+
Lorem ipsum dolor sit amet
|
|
442
|
+
Sit ascit calcar cupio acquiro basium deserunt.
|
|
443
|
+
Vociferor voluptatum umbra claudeo est ocer adeo volubilis vergo utique.
|
|
444
|
+
|
|
445
|
+
Pacocha, Roberts and Schiller
|
|
446
|
+
Adinventitias thorax nisi sursum labore cursus depereo verecundia.
|
|
447
|
+
Nam curso aperte tolero.
|
|
448
|
+
Vis sub texo vinitor tabgo.
|
|
449
|
+
|
|
450
|
+
Wunsch LLC
|
|
451
|
+
Cursus aspicio defessus apud confero assumenda canis coadunatio.
|
|
452
|
+
Apostolus expedita varius curo alo.
|
|
453
|
+
Ater atavus quae.
|
|
454
|
+
|
|
455
|
+
Hartmann - Kling
|
|
456
|
+
Alias adficio bos tredecim turpis id.
|
|
457
|
+
Tristis suadeo dignissimos delectus tripudio tonsor.
|
|
458
|
+
Bellum agnosco ambulo umquam vindico admitto.
|
|
459
|
+
|
|
460
|
+
VonRueden LLC
|
|
461
|
+
Corpus sollicito tendo vomer pecto.
|
|
462
|
+
Commodo sto assentator trucido tremo cumque articulus.
|
|
463
|
+
Allatus sumo admoneo.
|
|
464
|
+
|
|
465
|
+
#### Summary
|
|
466
|
+
|
|
467
|
+
Lorem ipsum dolor sit amet
|
|
468
|
+
Sit ascit calcar cupio acquiro basium deserunt.
|
|
469
|
+
Vociferor voluptatum umbra claudeo est ocer adeo volubilis vergo utique.
|
|
470
|
+
|
|
471
|
+
Pacocha, Roberts and Schiller
|
|
472
|
+
Adinventitias thorax nisi sursum labore cursus depereo verecundia.
|
|
473
|
+
Nam curso aperte tolero.
|
|
474
|
+
Vis sub texo vinitor tabgo.
|
|
475
|
+
|
|
476
|
+
Wunsch LLC
|
|
477
|
+
Cursus aspicio defessus apud confero assumenda canis coadunatio.
|
|
478
|
+
Apostolus expedita varius curo alo.
|
|
479
|
+
Ater atavus quae.
|
|
480
|
+
|
|
481
|
+
Hartmann - Kling
|
|
482
|
+
Alias adficio bos tredecim turpis id.
|
|
483
|
+
Tristis suadeo dignissimos delectus tripudio tonsor.
|
|
484
|
+
Bellum agnosco ambulo umquam vindico admitto.
|
|
485
|
+
|
|
486
|
+
VonRueden LLC
|
|
487
|
+
Corpus sollicito tendo vomer pecto.
|
|
488
|
+
Commodo sto assentator trucido tremo cumque articulus.
|
|
489
|
+
Allatus sumo admoneo.
|
|
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>Sit ascit calcar cupio acquiro basium deserunt.
|
|
549
|
+
Vociferor voluptatum umbra claudeo est ocer adeo volubilis vergo utique.</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">Pacocha, Roberts and Schiller</div>
|
|
558
|
+
<div class="text-color-dark">Adinventitias thorax nisi sursum labore cursus depereo verecundia.
|
|
559
|
+
Nam curso aperte tolero.
|
|
560
|
+
Vis sub texo vinitor tabgo.</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">Wunsch LLC</div>
|
|
568
|
+
<div class="text-color-dark">Cursus aspicio defessus apud confero assumenda canis coadunatio.
|
|
569
|
+
Apostolus expedita varius curo alo.
|
|
570
|
+
Ater atavus quae.</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">Hartmann - Kling</div>
|
|
578
|
+
<div class="text-color-dark">Alias adficio bos tredecim turpis id.
|
|
579
|
+
Tristis suadeo dignissimos delectus tripudio tonsor.
|
|
580
|
+
Bellum agnosco ambulo umquam vindico admitto.</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">VonRueden LLC</div>
|
|
588
|
+
<div class="text-color-dark">Corpus sollicito tendo vomer pecto.
|
|
589
|
+
Commodo sto assentator trucido tremo cumque articulus.
|
|
590
|
+
Allatus sumo admoneo.</div>
|
|
591
|
+
</div>
|
|
592
|
+
</div>
|
|
593
|
+
</div>
|
|
594
|
+
```
|
|
595
|
+
|
|
596
|
+
### Example: The sleek and grim Bacon comes with lime LED lighting for smart functionality
|
|
597
|
+
|
|
598
|
+
Enhance your application with powerful add-ons!
|
|
599
|
+
|
|
600
|
+
Luxurious Plastic Pants
|
|
601
|
+
The sleek and grim Bacon comes with lime LED lighting for smart functionality
|
|
602
|
+
|
|
603
|
+
€96.85
|
|
604
|
+
Total per month
|
|
605
|
+
|
|
606
|
+
Get Add-on
|
|
607
|
+
|
|
608
|
+
Licensed Bamboo Salad
|
|
609
|
+
Professional-grade Cheese perfect for wise training and recreational use
|
|
610
|
+
|
|
611
|
+
€97.19
|
|
612
|
+
Total per user / month
|
|
613
|
+
|
|
614
|
+
Get Add-on
|
|
615
|
+
|
|
616
|
+
Unbranded Marble Fish
|
|
617
|
+
Featuring Tennessine-enhanced technology, our Shirt offers unparalleled unruly performance
|
|
618
|
+
|
|
619
|
+
€57.25
|
|
620
|
+
Total per month
|
|
621
|
+
|
|
622
|
+
Get Add-on
|
|
623
|
+
|
|
624
|
+
Soft Cotton Keyboard
|
|
625
|
+
Introducing the Kyrgyz Republic-inspired Computer, blending yummy style with local craftsmanship
|
|
626
|
+
|
|
627
|
+
€92.59
|
|
628
|
+
Total per user / month
|
|
629
|
+
|
|
630
|
+
Get Add-on
|
|
631
|
+
|
|
632
|
+
Tasty Granite Hat
|
|
633
|
+
Generic Towels designed with Metal for weary performance
|
|
634
|
+
|
|
635
|
+
€16.49
|
|
636
|
+
Total per user / month
|
|
637
|
+
|
|
638
|
+
Get Add-on
|
|
639
|
+
|
|
640
|
+
#### Summary
|
|
641
|
+
|
|
642
|
+
Enhance your application with powerful add-ons!
|
|
643
|
+
|
|
644
|
+
Luxurious Plastic Pants
|
|
645
|
+
The sleek and grim Bacon comes with lime LED lighting for smart functionality
|
|
646
|
+
|
|
647
|
+
€96.85
|
|
648
|
+
Total per month
|
|
649
|
+
|
|
650
|
+
Get Add-on
|
|
651
|
+
|
|
652
|
+
Licensed Bamboo Salad
|
|
653
|
+
Professional-grade Cheese perfect for wise training and recreational use
|
|
654
|
+
|
|
655
|
+
€97.19
|
|
656
|
+
Total per user / month
|
|
657
|
+
|
|
658
|
+
Get Add-on
|
|
659
|
+
|
|
660
|
+
Unbranded Marble Fish
|
|
661
|
+
Featuring Tennessine-enhanced technology, our Shirt offers unparalleled unruly performance
|
|
662
|
+
|
|
663
|
+
€57.25
|
|
664
|
+
Total per month
|
|
665
|
+
|
|
666
|
+
Get Add-on
|
|
667
|
+
|
|
668
|
+
Soft Cotton Keyboard
|
|
669
|
+
Introducing the Kyrgyz Republic-inspired Computer, blending yummy style with local craftsmanship
|
|
670
|
+
|
|
671
|
+
€92.59
|
|
672
|
+
Total per user / month
|
|
673
|
+
|
|
674
|
+
Get Add-on
|
|
675
|
+
|
|
676
|
+
Tasty Granite Hat
|
|
677
|
+
Generic Towels designed with Metal for weary performance
|
|
678
|
+
|
|
679
|
+
€16.49
|
|
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">Luxurious Plastic Pants</div>
|
|
786
|
+
<div class="text-size-14 text-color-dark">The sleek and grim Bacon comes with lime LED lighting for smart functionality</div>
|
|
787
|
+
</div>
|
|
788
|
+
<div class="width-100">
|
|
789
|
+
<div class="text-size-16 text-medium">€96.85</div>
|
|
790
|
+
<div class="text-size-12 text-color-gray">Total per 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">Licensed Bamboo Salad</div>
|
|
803
|
+
<div class="text-size-14 text-color-dark">Professional-grade Cheese perfect for wise training and recreational use</div>
|
|
804
|
+
</div>
|
|
805
|
+
<div class="width-100">
|
|
806
|
+
<div class="text-size-16 text-medium">€97.19</div>
|
|
807
|
+
<div class="text-size-12 text-color-gray">Total per user / 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">Unbranded Marble Fish</div>
|
|
820
|
+
<div class="text-size-14 text-color-dark">Featuring Tennessine-enhanced technology, our Shirt offers unparalleled unruly performance</div>
|
|
821
|
+
</div>
|
|
822
|
+
<div class="width-100">
|
|
823
|
+
<div class="text-size-16 text-medium">€57.25</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">Soft Cotton Keyboard</div>
|
|
837
|
+
<div class="text-size-14 text-color-dark">Introducing the Kyrgyz Republic-inspired Computer, blending yummy style with local craftsmanship</div>
|
|
838
|
+
</div>
|
|
839
|
+
<div class="width-100">
|
|
840
|
+
<div class="text-size-16 text-medium">€92.59</div>
|
|
841
|
+
<div class="text-size-12 text-color-gray">Total per user / 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">Tasty Granite Hat</div>
|
|
854
|
+
<div class="text-size-14 text-color-dark">Generic Towels designed with Metal for weary performance</div>
|
|
855
|
+
</div>
|
|
856
|
+
<div class="width-100">
|
|
857
|
+
<div class="text-size-16 text-medium">€16.49</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
|
+
Intelligent Silk Mouse
|
|
873
|
+
Discover the lion-like agility of our Table, perfect for well-groomed users
|
|
874
|
+
|
|
875
|
+
Elegant Silk Table
|
|
876
|
+
The cyan Ball combines Solomon Islands aesthetics with Nitrogen-based durability
|
|
877
|
+
|
|
878
|
+
Recycled Metal Cheese
|
|
879
|
+
New Mouse model with 97 GB RAM, 446 GB storage, and ashamed features
|
|
880
|
+
|
|
881
|
+
Licensed Steel Chicken
|
|
882
|
+
Innovative Fish featuring pleased technology and Granite construction
|
|
883
|
+
|
|
884
|
+
Luxurious Metal Keyboard
|
|
885
|
+
Introducing the New Zealand-inspired Mouse, blending handy style with local craftsmanship
|
|
886
|
+
|
|
887
|
+
Modern Aluminum Mouse
|
|
888
|
+
Stylish Soap designed to make you stand out with flawless looks
|
|
889
|
+
|
|
890
|
+
#### Summary
|
|
891
|
+
|
|
892
|
+
Features
|
|
893
|
+
|
|
894
|
+
Intelligent Silk Mouse
|
|
895
|
+
Discover the lion-like agility of our Table, perfect for well-groomed users
|
|
896
|
+
|
|
897
|
+
Elegant Silk Table
|
|
898
|
+
The cyan Ball combines Solomon Islands aesthetics with Nitrogen-based durability
|
|
899
|
+
|
|
900
|
+
Recycled Metal Cheese
|
|
901
|
+
New Mouse model with 97 GB RAM, 446 GB storage, and ashamed features
|
|
902
|
+
|
|
903
|
+
Licensed Steel Chicken
|
|
904
|
+
Innovative Fish featuring pleased technology and Granite construction
|
|
905
|
+
|
|
906
|
+
Luxurious Metal Keyboard
|
|
907
|
+
Introducing the New Zealand-inspired Mouse, blending handy style with local craftsmanship
|
|
908
|
+
|
|
909
|
+
Modern Aluminum Mouse
|
|
910
|
+
Stylish Soap designed to make you stand out with flawless looks
|
|
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">Intelligent Silk Mouse</div>
|
|
976
|
+
<div>Discover the lion-like agility of our Table, perfect for well-groomed users</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">Elegant Silk Table</div>
|
|
984
|
+
<div>The cyan Ball combines Solomon Islands aesthetics with Nitrogen-based durability</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">Recycled Metal Cheese</div>
|
|
992
|
+
<div>New Mouse model with 97 GB RAM, 446 GB storage, and ashamed features</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">Licensed Steel Chicken</div>
|
|
1000
|
+
<div>Innovative Fish featuring pleased technology and Granite construction</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">Luxurious Metal Keyboard</div>
|
|
1008
|
+
<div>Introducing the New Zealand-inspired Mouse, blending handy style with local craftsmanship</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">Modern Aluminum Mouse</div>
|
|
1016
|
+
<div>Stylish Soap designed to make you stand out with flawless looks</div>
|
|
1017
|
+
</div>
|
|
1018
|
+
</li>
|
|
1019
|
+
</ul>
|
|
1020
|
+
</div>
|
|
1021
|
+
```
|