@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,14 @@
|
|
|
1
|
+
# Good to know
|
|
2
|
+
|
|
3
|
+
*Category:* Getting started
|
|
4
|
+
*Section:* Guidelines
|
|
5
|
+
*Source:* https://uikit.developers.rio.cloud/#start/goodtoknow
|
|
6
|
+
*Captured:* 2025-12-12T14:20:04.037Z
|
|
7
|
+
|
|
8
|
+
## Good to know
|
|
9
|
+
|
|
10
|
+
## IntelliSense for CSS class names in HTML
|
|
11
|
+
|
|
12
|
+
## CSS Hyphens
|
|
13
|
+
|
|
14
|
+
> Note: Hyphens is language-sensitive. Its ability to find break opportunities depends on the language, defined in the lang attribute of a html element. Not all languages are supported yet, and support depends on the specific browser.
|
|
@@ -0,0 +1,678 @@
|
|
|
1
|
+
# Color combinations
|
|
2
|
+
|
|
3
|
+
*Category:* Getting started
|
|
4
|
+
*Section:* Guidelines
|
|
5
|
+
*Source:* https://uikit.developers.rio.cloud/#start/guidelines/color-combinations
|
|
6
|
+
*Captured:* 2025-12-12T14:20:04.600Z
|
|
7
|
+
|
|
8
|
+
For accessibility purposes, aim for a good color contrast between the foreground color (e.g. text, links, etc.) and the background color. This contrast ensures people with moderately low vision can tell the colors apart and see your content.
|
|
9
|
+
|
|
10
|
+
## Color combinations
|
|
11
|
+
|
|
12
|
+
### Example: Example 1
|
|
13
|
+
|
|
14
|
+
White text on brand backgrounds
|
|
15
|
+
|
|
16
|
+
white text on bg-primary
|
|
17
|
+
|
|
18
|
+
white text on bg-secondary
|
|
19
|
+
|
|
20
|
+
Black text on highlight backgrounds
|
|
21
|
+
|
|
22
|
+
black text on bg-primary
|
|
23
|
+
|
|
24
|
+
black text on bg-secondary
|
|
25
|
+
|
|
26
|
+
#### Summary
|
|
27
|
+
|
|
28
|
+
White text on brand backgrounds
|
|
29
|
+
|
|
30
|
+
white text on bg-primary
|
|
31
|
+
|
|
32
|
+
white text on bg-secondary
|
|
33
|
+
|
|
34
|
+
Black text on highlight backgrounds
|
|
35
|
+
|
|
36
|
+
black text on bg-primary
|
|
37
|
+
|
|
38
|
+
black text on bg-secondary
|
|
39
|
+
|
|
40
|
+
### Example: Example 2
|
|
41
|
+
|
|
42
|
+
White text on gray backgrounds
|
|
43
|
+
|
|
44
|
+
white text on bg-decent
|
|
45
|
+
|
|
46
|
+
white text on bg-lightest
|
|
47
|
+
|
|
48
|
+
white text on bg-lighter
|
|
49
|
+
|
|
50
|
+
white text on bg-light
|
|
51
|
+
|
|
52
|
+
white text on bg-gray
|
|
53
|
+
|
|
54
|
+
white text on bg-dark
|
|
55
|
+
|
|
56
|
+
white text on bg-darker
|
|
57
|
+
|
|
58
|
+
white text on bg-darkest
|
|
59
|
+
|
|
60
|
+
Black text on gray backgrounds
|
|
61
|
+
|
|
62
|
+
black text on bg-decent
|
|
63
|
+
|
|
64
|
+
black text on bg-lightest
|
|
65
|
+
|
|
66
|
+
black text on bg-lighter
|
|
67
|
+
|
|
68
|
+
black text on bg-light
|
|
69
|
+
|
|
70
|
+
black text on bg-gray
|
|
71
|
+
|
|
72
|
+
black text on bg-dark
|
|
73
|
+
|
|
74
|
+
black text on bg-darker
|
|
75
|
+
|
|
76
|
+
black text on bg-darkest
|
|
77
|
+
|
|
78
|
+
#### Summary
|
|
79
|
+
|
|
80
|
+
White text on gray backgrounds
|
|
81
|
+
|
|
82
|
+
white text on bg-decent
|
|
83
|
+
|
|
84
|
+
white text on bg-lightest
|
|
85
|
+
|
|
86
|
+
white text on bg-lighter
|
|
87
|
+
|
|
88
|
+
white text on bg-light
|
|
89
|
+
|
|
90
|
+
white text on bg-gray
|
|
91
|
+
|
|
92
|
+
white text on bg-dark
|
|
93
|
+
|
|
94
|
+
white text on bg-darker
|
|
95
|
+
|
|
96
|
+
white text on bg-darkest
|
|
97
|
+
|
|
98
|
+
Black text on gray backgrounds
|
|
99
|
+
|
|
100
|
+
black text on bg-decent
|
|
101
|
+
|
|
102
|
+
black text on bg-lightest
|
|
103
|
+
|
|
104
|
+
black text on bg-lighter
|
|
105
|
+
|
|
106
|
+
black text on bg-light
|
|
107
|
+
|
|
108
|
+
black text on bg-gray
|
|
109
|
+
|
|
110
|
+
black text on bg-dark
|
|
111
|
+
|
|
112
|
+
black text on bg-darker
|
|
113
|
+
|
|
114
|
+
black text on bg-darkest
|
|
115
|
+
|
|
116
|
+
### Example: Example 3
|
|
117
|
+
|
|
118
|
+
White text on status backgrounds
|
|
119
|
+
|
|
120
|
+
white text on bg-info
|
|
121
|
+
|
|
122
|
+
white text on bg-success
|
|
123
|
+
|
|
124
|
+
white text on bg-warning
|
|
125
|
+
|
|
126
|
+
white text on bg-danger
|
|
127
|
+
|
|
128
|
+
Black text on status backgrounds
|
|
129
|
+
|
|
130
|
+
black text on bg-info
|
|
131
|
+
|
|
132
|
+
black text on bg-success
|
|
133
|
+
|
|
134
|
+
black text on bg-warning
|
|
135
|
+
|
|
136
|
+
black text on bg-danger
|
|
137
|
+
|
|
138
|
+
#### Summary
|
|
139
|
+
|
|
140
|
+
White text on status backgrounds
|
|
141
|
+
|
|
142
|
+
white text on bg-info
|
|
143
|
+
|
|
144
|
+
white text on bg-success
|
|
145
|
+
|
|
146
|
+
white text on bg-warning
|
|
147
|
+
|
|
148
|
+
white text on bg-danger
|
|
149
|
+
|
|
150
|
+
Black text on status backgrounds
|
|
151
|
+
|
|
152
|
+
black text on bg-info
|
|
153
|
+
|
|
154
|
+
black text on bg-success
|
|
155
|
+
|
|
156
|
+
black text on bg-warning
|
|
157
|
+
|
|
158
|
+
black text on bg-danger
|
|
159
|
+
|
|
160
|
+
### Example: Example 4
|
|
161
|
+
|
|
162
|
+
White text on driving status backgrounds
|
|
163
|
+
|
|
164
|
+
white text on bg-status-available
|
|
165
|
+
|
|
166
|
+
white text on bg-status-driving
|
|
167
|
+
|
|
168
|
+
white text on bg-status-resting
|
|
169
|
+
|
|
170
|
+
white text on bg-status-working
|
|
171
|
+
|
|
172
|
+
Black text on driving status backgrounds
|
|
173
|
+
|
|
174
|
+
black text on bg-status-available
|
|
175
|
+
|
|
176
|
+
black text on bg-status-driving
|
|
177
|
+
|
|
178
|
+
black text on bg-status-resting
|
|
179
|
+
|
|
180
|
+
black text on bg-status-working
|
|
181
|
+
|
|
182
|
+
#### Summary
|
|
183
|
+
|
|
184
|
+
White text on driving status backgrounds
|
|
185
|
+
|
|
186
|
+
white text on bg-status-available
|
|
187
|
+
|
|
188
|
+
white text on bg-status-driving
|
|
189
|
+
|
|
190
|
+
white text on bg-status-resting
|
|
191
|
+
|
|
192
|
+
white text on bg-status-working
|
|
193
|
+
|
|
194
|
+
Black text on driving status backgrounds
|
|
195
|
+
|
|
196
|
+
black text on bg-status-available
|
|
197
|
+
|
|
198
|
+
black text on bg-status-driving
|
|
199
|
+
|
|
200
|
+
black text on bg-status-resting
|
|
201
|
+
|
|
202
|
+
black text on bg-status-working
|
|
203
|
+
|
|
204
|
+
### Example: Example 5
|
|
205
|
+
|
|
206
|
+
White text on highlight backgrounds
|
|
207
|
+
|
|
208
|
+
white text on bg-highlight-decent
|
|
209
|
+
|
|
210
|
+
white text on bg-highlight-lightest
|
|
211
|
+
|
|
212
|
+
white text on bg-highlight-lighter
|
|
213
|
+
|
|
214
|
+
white text on bg-highlight-light
|
|
215
|
+
|
|
216
|
+
white text on bg-highlight
|
|
217
|
+
|
|
218
|
+
white text on bg-highlight-dark
|
|
219
|
+
|
|
220
|
+
white text on bg-highlight-darker
|
|
221
|
+
|
|
222
|
+
white text on bg-highlight-darkest
|
|
223
|
+
|
|
224
|
+
Black text on highlight backgrounds
|
|
225
|
+
|
|
226
|
+
black text on bg-highlight-decent
|
|
227
|
+
|
|
228
|
+
black text on bg-highlight-lightest
|
|
229
|
+
|
|
230
|
+
black text on bg-highlight-lighter
|
|
231
|
+
|
|
232
|
+
black text on bg-highlight-light
|
|
233
|
+
|
|
234
|
+
black text on bg-highlight
|
|
235
|
+
|
|
236
|
+
black text on bg-highlight-dark
|
|
237
|
+
|
|
238
|
+
black text on bg-highlight-darker
|
|
239
|
+
|
|
240
|
+
black text on bg-highlight-darkest
|
|
241
|
+
|
|
242
|
+
#### Summary
|
|
243
|
+
|
|
244
|
+
White text on highlight backgrounds
|
|
245
|
+
|
|
246
|
+
white text on bg-highlight-decent
|
|
247
|
+
|
|
248
|
+
white text on bg-highlight-lightest
|
|
249
|
+
|
|
250
|
+
white text on bg-highlight-lighter
|
|
251
|
+
|
|
252
|
+
white text on bg-highlight-light
|
|
253
|
+
|
|
254
|
+
white text on bg-highlight
|
|
255
|
+
|
|
256
|
+
white text on bg-highlight-dark
|
|
257
|
+
|
|
258
|
+
white text on bg-highlight-darker
|
|
259
|
+
|
|
260
|
+
white text on bg-highlight-darkest
|
|
261
|
+
|
|
262
|
+
Black text on highlight backgrounds
|
|
263
|
+
|
|
264
|
+
black text on bg-highlight-decent
|
|
265
|
+
|
|
266
|
+
black text on bg-highlight-lightest
|
|
267
|
+
|
|
268
|
+
black text on bg-highlight-lighter
|
|
269
|
+
|
|
270
|
+
black text on bg-highlight-light
|
|
271
|
+
|
|
272
|
+
black text on bg-highlight
|
|
273
|
+
|
|
274
|
+
black text on bg-highlight-dark
|
|
275
|
+
|
|
276
|
+
black text on bg-highlight-darker
|
|
277
|
+
|
|
278
|
+
black text on bg-highlight-darkest
|
|
279
|
+
|
|
280
|
+
### Example: dark text on bg-decent
|
|
281
|
+
|
|
282
|
+
Gray text on gray backgrounds
|
|
283
|
+
|
|
284
|
+
decent text on bg-decent
|
|
285
|
+
|
|
286
|
+
lightest text on bg-decent
|
|
287
|
+
|
|
288
|
+
lighter text on bg-decent
|
|
289
|
+
|
|
290
|
+
light text on bg-decent
|
|
291
|
+
|
|
292
|
+
gray text on bg-decent
|
|
293
|
+
|
|
294
|
+
dark text on bg-decent
|
|
295
|
+
|
|
296
|
+
darker text on bg-decent
|
|
297
|
+
|
|
298
|
+
darkest text on bg-decent
|
|
299
|
+
|
|
300
|
+
decent text on bg-lightest
|
|
301
|
+
|
|
302
|
+
lightest text on bg-lightest
|
|
303
|
+
|
|
304
|
+
lighter text on bg-lightest
|
|
305
|
+
|
|
306
|
+
light text on bg-lightest
|
|
307
|
+
|
|
308
|
+
gray text on bg-lightest
|
|
309
|
+
|
|
310
|
+
dark text on bg-lightest
|
|
311
|
+
|
|
312
|
+
darker text on bg-lightest
|
|
313
|
+
|
|
314
|
+
darkest text on bg-lightest
|
|
315
|
+
|
|
316
|
+
decent text on bg-lighter
|
|
317
|
+
|
|
318
|
+
lightest text on bg-lighter
|
|
319
|
+
|
|
320
|
+
lighter text on bg-lighter
|
|
321
|
+
|
|
322
|
+
light text on bg-lighter
|
|
323
|
+
|
|
324
|
+
gray text on bg-lighter
|
|
325
|
+
|
|
326
|
+
dark text on bg-lighter
|
|
327
|
+
|
|
328
|
+
darker text on bg-lighter
|
|
329
|
+
|
|
330
|
+
darkest text on bg-lighter
|
|
331
|
+
|
|
332
|
+
decent text on bg-light
|
|
333
|
+
|
|
334
|
+
lightest text on bg-light
|
|
335
|
+
|
|
336
|
+
lighter text on bg-light
|
|
337
|
+
|
|
338
|
+
light text on bg-light
|
|
339
|
+
|
|
340
|
+
gray text on bg-light
|
|
341
|
+
|
|
342
|
+
dark text on bg-light
|
|
343
|
+
|
|
344
|
+
darker text on bg-light
|
|
345
|
+
|
|
346
|
+
darkest text on bg-light
|
|
347
|
+
|
|
348
|
+
decent text on bg-gray
|
|
349
|
+
|
|
350
|
+
lightest text on bg-gray
|
|
351
|
+
|
|
352
|
+
lighter text on bg-gray
|
|
353
|
+
|
|
354
|
+
light text on bg-gray
|
|
355
|
+
|
|
356
|
+
gray text on bg-gray
|
|
357
|
+
|
|
358
|
+
dark text on bg-gray
|
|
359
|
+
|
|
360
|
+
darker text on bg-gray
|
|
361
|
+
|
|
362
|
+
darkest text on bg-gray
|
|
363
|
+
|
|
364
|
+
decent text on bg-dark
|
|
365
|
+
|
|
366
|
+
lightest text on bg-dark
|
|
367
|
+
|
|
368
|
+
lighter text on bg-dark
|
|
369
|
+
|
|
370
|
+
light text on bg-dark
|
|
371
|
+
|
|
372
|
+
gray text on bg-dark
|
|
373
|
+
|
|
374
|
+
dark text on bg-dark
|
|
375
|
+
|
|
376
|
+
darker text on bg-dark
|
|
377
|
+
|
|
378
|
+
darkest text on bg-dark
|
|
379
|
+
|
|
380
|
+
decent text on bg-darker
|
|
381
|
+
|
|
382
|
+
lightest text on bg-darker
|
|
383
|
+
|
|
384
|
+
lighter text on bg-darker
|
|
385
|
+
|
|
386
|
+
light text on bg-darker
|
|
387
|
+
|
|
388
|
+
gray text on bg-darker
|
|
389
|
+
|
|
390
|
+
dark text on bg-darker
|
|
391
|
+
|
|
392
|
+
darker text on bg-darker
|
|
393
|
+
|
|
394
|
+
darkest text on bg-darker
|
|
395
|
+
|
|
396
|
+
decent text on bg-darkest
|
|
397
|
+
|
|
398
|
+
lightest text on bg-darkest
|
|
399
|
+
|
|
400
|
+
lighter text on bg-darkest
|
|
401
|
+
|
|
402
|
+
light text on bg-darkest
|
|
403
|
+
|
|
404
|
+
gray text on bg-darkest
|
|
405
|
+
|
|
406
|
+
dark text on bg-darkest
|
|
407
|
+
|
|
408
|
+
darker text on bg-darkest
|
|
409
|
+
|
|
410
|
+
darkest text on bg-darkest
|
|
411
|
+
|
|
412
|
+
#### Summary
|
|
413
|
+
|
|
414
|
+
Gray text on gray backgrounds
|
|
415
|
+
|
|
416
|
+
decent text on bg-decent
|
|
417
|
+
|
|
418
|
+
lightest text on bg-decent
|
|
419
|
+
|
|
420
|
+
lighter text on bg-decent
|
|
421
|
+
|
|
422
|
+
light text on bg-decent
|
|
423
|
+
|
|
424
|
+
gray text on bg-decent
|
|
425
|
+
|
|
426
|
+
dark text on bg-decent
|
|
427
|
+
|
|
428
|
+
darker text on bg-decent
|
|
429
|
+
|
|
430
|
+
darkest text on bg-decent
|
|
431
|
+
|
|
432
|
+
decent text on bg-lightest
|
|
433
|
+
|
|
434
|
+
lightest text on bg-lightest
|
|
435
|
+
|
|
436
|
+
lighter text on bg-lightest
|
|
437
|
+
|
|
438
|
+
light text on bg-lightest
|
|
439
|
+
|
|
440
|
+
gray text on bg-lightest
|
|
441
|
+
|
|
442
|
+
dark text on bg-lightest
|
|
443
|
+
|
|
444
|
+
darker text on bg-lightest
|
|
445
|
+
|
|
446
|
+
darkest text on bg-lightest
|
|
447
|
+
|
|
448
|
+
decent text on bg-lighter
|
|
449
|
+
|
|
450
|
+
lightest text on bg-lighter
|
|
451
|
+
|
|
452
|
+
lighter text on bg-lighter
|
|
453
|
+
|
|
454
|
+
light text on bg-lighter
|
|
455
|
+
|
|
456
|
+
gray text on bg-lighter
|
|
457
|
+
|
|
458
|
+
dark text on bg-lighter
|
|
459
|
+
|
|
460
|
+
darker text on bg-lighter
|
|
461
|
+
|
|
462
|
+
darkest text on bg-lighter
|
|
463
|
+
|
|
464
|
+
decent text on bg-light
|
|
465
|
+
|
|
466
|
+
lightest text on bg-light
|
|
467
|
+
|
|
468
|
+
lighter text on bg-light
|
|
469
|
+
|
|
470
|
+
light text on bg-light
|
|
471
|
+
|
|
472
|
+
gray text on bg-light
|
|
473
|
+
|
|
474
|
+
dark text on bg-light
|
|
475
|
+
|
|
476
|
+
darker text on bg-light
|
|
477
|
+
|
|
478
|
+
darkest text on bg-light
|
|
479
|
+
|
|
480
|
+
decent text on bg-gray
|
|
481
|
+
|
|
482
|
+
lightest text on bg-gray
|
|
483
|
+
|
|
484
|
+
lighter text on bg-gray
|
|
485
|
+
|
|
486
|
+
light text on bg-gray
|
|
487
|
+
|
|
488
|
+
gray text on bg-gray
|
|
489
|
+
|
|
490
|
+
dark text on bg-gray
|
|
491
|
+
|
|
492
|
+
darker text on bg-gray
|
|
493
|
+
|
|
494
|
+
darkest text on bg-gray
|
|
495
|
+
|
|
496
|
+
decent text on bg-dark
|
|
497
|
+
|
|
498
|
+
lightest text on bg-dark
|
|
499
|
+
|
|
500
|
+
lighter text on bg-dark
|
|
501
|
+
|
|
502
|
+
light text on bg-dark
|
|
503
|
+
|
|
504
|
+
gray text on bg-dark
|
|
505
|
+
|
|
506
|
+
dark text on bg-dark
|
|
507
|
+
|
|
508
|
+
darker text on bg-dark
|
|
509
|
+
|
|
510
|
+
darkest text on bg-dark
|
|
511
|
+
|
|
512
|
+
decent text on bg-darker
|
|
513
|
+
|
|
514
|
+
lightest text on bg-darker
|
|
515
|
+
|
|
516
|
+
lighter text on bg-darker
|
|
517
|
+
|
|
518
|
+
light text on bg-darker
|
|
519
|
+
|
|
520
|
+
gray text on bg-darker
|
|
521
|
+
|
|
522
|
+
dark text on bg-darker
|
|
523
|
+
|
|
524
|
+
darker text on bg-darker
|
|
525
|
+
|
|
526
|
+
darkest text on bg-darker
|
|
527
|
+
|
|
528
|
+
decent text on bg-darkest
|
|
529
|
+
|
|
530
|
+
lightest text on bg-darkest
|
|
531
|
+
|
|
532
|
+
lighter text on bg-darkest
|
|
533
|
+
|
|
534
|
+
light text on bg-darkest
|
|
535
|
+
|
|
536
|
+
gray text on bg-darkest
|
|
537
|
+
|
|
538
|
+
dark text on bg-darkest
|
|
539
|
+
|
|
540
|
+
darker text on bg-darkest
|
|
541
|
+
|
|
542
|
+
darkest text on bg-darkest
|
|
543
|
+
|
|
544
|
+
### Example: Example 7
|
|
545
|
+
|
|
546
|
+
Status text on highlight backgrounds
|
|
547
|
+
|
|
548
|
+
info text on bg-highlight-decent
|
|
549
|
+
|
|
550
|
+
success text on bg-highlight-decent
|
|
551
|
+
|
|
552
|
+
warning text on bg-highlight-decent
|
|
553
|
+
|
|
554
|
+
danger text on bg-highlight-decent
|
|
555
|
+
|
|
556
|
+
info text on bg-highlight-lightest
|
|
557
|
+
|
|
558
|
+
success text on bg-highlight-lightest
|
|
559
|
+
|
|
560
|
+
warning text on bg-highlight-lightest
|
|
561
|
+
|
|
562
|
+
danger text on bg-highlight-lightest
|
|
563
|
+
|
|
564
|
+
info text on bg-highlight-lighter
|
|
565
|
+
|
|
566
|
+
success text on bg-highlight-lighter
|
|
567
|
+
|
|
568
|
+
warning text on bg-highlight-lighter
|
|
569
|
+
|
|
570
|
+
danger text on bg-highlight-lighter
|
|
571
|
+
|
|
572
|
+
info text on bg-highlight-light
|
|
573
|
+
|
|
574
|
+
success text on bg-highlight-light
|
|
575
|
+
|
|
576
|
+
warning text on bg-highlight-light
|
|
577
|
+
|
|
578
|
+
danger text on bg-highlight-light
|
|
579
|
+
|
|
580
|
+
info text on bg-highlight
|
|
581
|
+
|
|
582
|
+
success text on bg-highlight
|
|
583
|
+
|
|
584
|
+
warning text on bg-highlight
|
|
585
|
+
|
|
586
|
+
danger text on bg-highlight
|
|
587
|
+
|
|
588
|
+
info text on bg-highlight-dark
|
|
589
|
+
|
|
590
|
+
success text on bg-highlight-dark
|
|
591
|
+
|
|
592
|
+
warning text on bg-highlight-dark
|
|
593
|
+
|
|
594
|
+
danger text on bg-highlight-dark
|
|
595
|
+
|
|
596
|
+
info text on bg-highlight-darker
|
|
597
|
+
|
|
598
|
+
success text on bg-highlight-darker
|
|
599
|
+
|
|
600
|
+
warning text on bg-highlight-darker
|
|
601
|
+
|
|
602
|
+
danger text on bg-highlight-darker
|
|
603
|
+
|
|
604
|
+
info text on bg-highlight-darkest
|
|
605
|
+
|
|
606
|
+
success text on bg-highlight-darkest
|
|
607
|
+
|
|
608
|
+
warning text on bg-highlight-darkest
|
|
609
|
+
|
|
610
|
+
danger text on bg-highlight-darkest
|
|
611
|
+
|
|
612
|
+
#### Summary
|
|
613
|
+
|
|
614
|
+
Status text on highlight backgrounds
|
|
615
|
+
|
|
616
|
+
info text on bg-highlight-decent
|
|
617
|
+
|
|
618
|
+
success text on bg-highlight-decent
|
|
619
|
+
|
|
620
|
+
warning text on bg-highlight-decent
|
|
621
|
+
|
|
622
|
+
danger text on bg-highlight-decent
|
|
623
|
+
|
|
624
|
+
info text on bg-highlight-lightest
|
|
625
|
+
|
|
626
|
+
success text on bg-highlight-lightest
|
|
627
|
+
|
|
628
|
+
warning text on bg-highlight-lightest
|
|
629
|
+
|
|
630
|
+
danger text on bg-highlight-lightest
|
|
631
|
+
|
|
632
|
+
info text on bg-highlight-lighter
|
|
633
|
+
|
|
634
|
+
success text on bg-highlight-lighter
|
|
635
|
+
|
|
636
|
+
warning text on bg-highlight-lighter
|
|
637
|
+
|
|
638
|
+
danger text on bg-highlight-lighter
|
|
639
|
+
|
|
640
|
+
info text on bg-highlight-light
|
|
641
|
+
|
|
642
|
+
success text on bg-highlight-light
|
|
643
|
+
|
|
644
|
+
warning text on bg-highlight-light
|
|
645
|
+
|
|
646
|
+
danger text on bg-highlight-light
|
|
647
|
+
|
|
648
|
+
info text on bg-highlight
|
|
649
|
+
|
|
650
|
+
success text on bg-highlight
|
|
651
|
+
|
|
652
|
+
warning text on bg-highlight
|
|
653
|
+
|
|
654
|
+
danger text on bg-highlight
|
|
655
|
+
|
|
656
|
+
info text on bg-highlight-dark
|
|
657
|
+
|
|
658
|
+
success text on bg-highlight-dark
|
|
659
|
+
|
|
660
|
+
warning text on bg-highlight-dark
|
|
661
|
+
|
|
662
|
+
danger text on bg-highlight-dark
|
|
663
|
+
|
|
664
|
+
info text on bg-highlight-darker
|
|
665
|
+
|
|
666
|
+
success text on bg-highlight-darker
|
|
667
|
+
|
|
668
|
+
warning text on bg-highlight-darker
|
|
669
|
+
|
|
670
|
+
danger text on bg-highlight-darker
|
|
671
|
+
|
|
672
|
+
info text on bg-highlight-darkest
|
|
673
|
+
|
|
674
|
+
success text on bg-highlight-darkest
|
|
675
|
+
|
|
676
|
+
warning text on bg-highlight-darkest
|
|
677
|
+
|
|
678
|
+
danger text on bg-highlight-darkest
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Avoid writing custom CSS
|
|
2
|
+
|
|
3
|
+
*Category:* Getting started
|
|
4
|
+
*Section:* Guidelines
|
|
5
|
+
*Source:* https://uikit.developers.rio.cloud/#start/guidelines/custom-css
|
|
6
|
+
*Captured:* 2025-12-12T14:20:04.611Z
|
|
7
|
+
|
|
8
|
+
Maintaining CSS will become harder over time due to various reasons like growing amount of styles, old and unknown overwrites, exchange of Team members etc.
|
|
9
|
+
|
|
10
|
+
## Avoid writing custom CSS
|
|
11
|
+
|
|
12
|
+
Getting more familiar with Bootstrap and the UIKIT will speed up your development and keep the maintenance of custom styles low.
|
|
13
|
+
|
|
14
|
+
Therefore, avoid writing custom CSS where possible and try to achieve the desired results by using
|
|
15
|
+
|
|
16
|
+
## Custom CSS
|
|
17
|
+
|
|
18
|
+
If the UIKIT colors do not fit your needs, you have the option to use 5 additional custom color vars.
|
|
19
|
+
|
|
20
|
+
You just have to add those css vars to the index.html head and than you can use the following classes. bg-custom-a, text-color-custom-a, fill-custom-a.
|
|
21
|
+
|
|
22
|
+
```html
|
|
23
|
+
<head>
|
|
24
|
+
<style>
|
|
25
|
+
:root {
|
|
26
|
+
--custom-color-a: #5eff1e;
|
|
27
|
+
--custom-color-b: #e51eff;
|
|
28
|
+
--custom-color-c: #1e90ff;
|
|
29
|
+
--custom-color-d: #ff4b1e;
|
|
30
|
+
--custom-color-e: #ffcb1e;
|
|
31
|
+
}
|
|
32
|
+
</style>
|
|
33
|
+
</head>
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
```html
|
|
37
|
+
<div class="bg-custom-a">
|
|
38
|
+
<p class="text-color-custom-b">
|
|
39
|
+
<svg class="fill-custom-c"></svg>
|
|
40
|
+
</p>
|
|
41
|
+
</div>
|
|
42
|
+
```
|