@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,549 @@
|
|
|
1
|
+
# Feature cards
|
|
2
|
+
|
|
3
|
+
*Category:* Templates
|
|
4
|
+
*Section:* Content
|
|
5
|
+
*Source:* https://uikit.developers.rio.cloud/#templates/feature-cards
|
|
6
|
+
*Captured:* 2025-12-12T14:21:30.681Z
|
|
7
|
+
|
|
8
|
+
## Feature cards
|
|
9
|
+
|
|
10
|
+
### Example: Example 1
|
|
11
|
+
|
|
12
|
+
Lorem ipsum dolor sit amet
|
|
13
|
+
Aiunt voveo una adnuo apto territo sub.
|
|
14
|
+
Vestrum astrum truculenter adhaero tersus vinculum velum angulus adficio.
|
|
15
|
+
Pecco nam aliquid compono amo tantum.
|
|
16
|
+
Cultura patior aut calcar pariatur depereo sponte sed catena.
|
|
17
|
+
Get started
|
|
18
|
+
|
|
19
|
+
#### Summary
|
|
20
|
+
|
|
21
|
+
Lorem ipsum dolor sit amet
|
|
22
|
+
Aiunt voveo una adnuo apto territo sub.
|
|
23
|
+
Vestrum astrum truculenter adhaero tersus vinculum velum angulus adficio.
|
|
24
|
+
Pecco nam aliquid compono amo tantum.
|
|
25
|
+
Cultura patior aut calcar pariatur depereo sponte sed catena.
|
|
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">Aiunt voveo una adnuo apto territo sub.
|
|
66
|
+
Vestrum astrum truculenter adhaero tersus vinculum velum angulus adficio.
|
|
67
|
+
Pecco nam aliquid compono amo tantum.
|
|
68
|
+
Cultura patior aut calcar pariatur depereo sponte sed catena.</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
|
+
Trado condico tui viduo defungo celo.
|
|
84
|
+
Delectus sequi abeo.
|
|
85
|
+
Deinde suscipit creator defessus abeo est cohors stips voluptates.
|
|
86
|
+
Suspendo voluptatem acquiro voluptatibus crepusculum.
|
|
87
|
+
Read more
|
|
88
|
+
|
|
89
|
+
#### Summary
|
|
90
|
+
|
|
91
|
+
Lorem ipsum
|
|
92
|
+
Lorem ipsum dolor sit amet
|
|
93
|
+
Trado condico tui viduo defungo celo.
|
|
94
|
+
Delectus sequi abeo.
|
|
95
|
+
Deinde suscipit creator defessus abeo est cohors stips voluptates.
|
|
96
|
+
Suspendo voluptatem acquiro voluptatibus crepusculum.
|
|
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">Trado condico tui viduo defungo celo.
|
|
135
|
+
Delectus sequi abeo.
|
|
136
|
+
Deinde suscipit creator defessus abeo est cohors stips voluptates.
|
|
137
|
+
Suspendo voluptatem acquiro voluptatibus crepusculum.</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
|
+
Contra umbra trucido angulus ut eligendi arceo.
|
|
151
|
+
Coniecto sufficio ocer.
|
|
152
|
+
Delectus dolores cur.
|
|
153
|
+
Vix tempus audacia similique laudantium appositus triduana debitis credo ipsum.
|
|
154
|
+
Suggero thalassinus suscipit omnis.
|
|
155
|
+
Learn more about our delivery features
|
|
156
|
+
|
|
157
|
+
#### Summary
|
|
158
|
+
|
|
159
|
+
Lorem ipsum dolor sit amet
|
|
160
|
+
Contra umbra trucido angulus ut eligendi arceo.
|
|
161
|
+
Coniecto sufficio ocer.
|
|
162
|
+
Delectus dolores cur.
|
|
163
|
+
Vix tempus audacia similique laudantium appositus triduana debitis credo ipsum.
|
|
164
|
+
Suggero thalassinus suscipit omnis.
|
|
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">Contra umbra trucido angulus ut eligendi arceo.
|
|
201
|
+
Coniecto sufficio ocer.
|
|
202
|
+
Delectus dolores cur.
|
|
203
|
+
Vix tempus audacia similique laudantium appositus triduana debitis credo ipsum.
|
|
204
|
+
Suggero thalassinus suscipit omnis.</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
|
+
Tunc valens dolor tabesco.
|
|
218
|
+
Subnecto apostolus callide colligo alter cado supplanto.
|
|
219
|
+
Xiphias credo adipiscor venustas aeternus defendo conduco adflicto caries compono.
|
|
220
|
+
Tabula vigilo appono comprehendo antiquus cognomen peccatus vergo.
|
|
221
|
+
Beatus cras capillus conduco victus sponte vobis capitulus.
|
|
222
|
+
|
|
223
|
+
View detailsGet started
|
|
224
|
+
|
|
225
|
+
#### Summary
|
|
226
|
+
|
|
227
|
+
Lorem ipsum dolor sit amet
|
|
228
|
+
Tunc valens dolor tabesco.
|
|
229
|
+
Subnecto apostolus callide colligo alter cado supplanto.
|
|
230
|
+
Xiphias credo adipiscor venustas aeternus defendo conduco adflicto caries compono.
|
|
231
|
+
Tabula vigilo appono comprehendo antiquus cognomen peccatus vergo.
|
|
232
|
+
Beatus cras capillus conduco victus sponte vobis capitulus.
|
|
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">Tunc valens dolor tabesco.
|
|
342
|
+
Subnecto apostolus callide colligo alter cado supplanto.
|
|
343
|
+
Xiphias credo adipiscor venustas aeternus defendo conduco adflicto caries compono.
|
|
344
|
+
Tabula vigilo appono comprehendo antiquus cognomen peccatus vergo.
|
|
345
|
+
Beatus cras capillus conduco victus sponte vobis capitulus.</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
|
+
```
|