Forms
Jul 25 2021- POSTED BY projecth
Main Structure The form-group class has been removed in Bootstrap 5.Now, a form control unit is consisted of 3 main elements placed […]
Read MoreHeadings .h[1,2,3,4,5,6].display-[1,2,3,4,5,6] Inline Text Lead Text: .leadHighlight: <mark> or .markStrike: <del> or <s> or .text-decoration-line-throughUnderline: <ins> or <u> or .text-decoration-underlineSmall: <small> or .smallBold: […]
Read MoreVertical Alignment Align Content on Rows with .align-items-*.row .align-items-[start, center, end] Align Content on Columns with .align-self-*.col .align-self-[start, center, end] Horizontal Alignment Align columns horizontally using .justify-content-*.row […]
Read MoreGrid Bootstrap main grid structure remains the same. Breakpoints In Bootstrap 5, xxl is introduced as a new screen size breakpoint.Here are […]
Read MoreBootstrap Project Structure: Styles Sass uses Dart Sass to compile scss source files.In your custom.scss, we encourage picking only the parts […]
Read MoreFormat Design programs enable you to export in common image formats, such as jpg, png, svg, and pdf. Each has […]
Read MoreNaming Be consistent with naming. Find out if there is a consistent file naming scheme the developers prefer at your […]
Read MoreNaming Be intentional and consistent when naming components. Use names that match the terms used in your design system, terminology […]
Read MoreUser Interfaces are typically quite dynamic, as content can change depending on user interactions and system statuses. Whenever possible, include […]
Read MoreInteractive States Include focus, hover, and click/tap states A common mistake designers make is forgetting to add interactive states. How […]
Read MoreSpacing units Websites and apps usually have consistent spacing between elements because it makes a design look cohesive, and it’s […]
Read MoreThe value of collaborating with developers EARLY In an ideal situation, you’re communicating with developers early on in the design […]
Read MoreA UX/UI Designer’s Tools Before designing a UI for a platform, you should ready the tools you’ll be using: Design […]
Read MoreIt’s important that you follow the rules of grammar and spelling when creating apps and websites, because it builds trust […]
Read MoreSolving It Add items to local storage Remember, the value assigned to searches is an array, and local storage can […]
Read MoreYou can store, retrieve and delete data using local storage built-in methods setItem(), getItem(), and removeItem(). Store Retrieve Remove Storage for Each Domain […]
Read More