Search for tag: "carbon design system"
Motion: overviewCarbon components have motion built in for microinteractions. However, the motion design of the overarching UI — that is, how the components interact with each other and enter and exit the page… |
|
Color: overviewApplication of the color palette brings a unified and recognizable consistency to IBM's array of digital products and interfaces. This consistency is grounded in a set of well-defined rules… |
|
2x grid: breakpointsUse this set of standard breakpoints to maintain layout integrity across screen sizes. For best results, test designs and code at each of these standard breakpoints. Create custom breakpoints to… |
|
2x grid: fixed boxesA grid can be formed with fixed boxes by arranging tiles in an inline block, icons in toolbars, etc. Column count grows with browser width. Tiles wrap to the next line, or are sometimes truncated… |
|
2x grid: fluid columnsFluid column structures are ideal for editorial content, dashboards, images, video, data visualizations, etc. In each case, scaling the size of things is more useful to the user than scaling the… |
|
2x grid: hybrid boxesHybrid boxes have different scaling rules in each dimension, so they do not use aspect ratios. When a user would resize the browser expecting content to scale in one dimension but not the other, use… |
|
2x grid: sizing scale - scaling multipleAfter determining your base size, multiply it as needed for each use. For box sizing, apply an aspect ratio too. |
|
2x grid: sizing scale - vertical rhythmUse the fixed sizing scale to set vertical spacing between sections, by adding it to the top or bottom margin of a box. |
|
2x grid: sizing scale - componentsComponents can be sized like other boxes: either fixed or fluid, and often hybrid, with fixed height and fluid width. When interior space within a component is cramped, use the minor sizing scale. … |
|
2x grid: mini unitThe basic unit of 2x Grid geometry is the 8-pixel square mini unit. Multiples of mini units compose the dimensions of columns, rows, boxes, along with their margins and padding. The mini unit adapts… |
|
2x grid: grid influencers - flexible panelsThe flexible panels allow for both collapsed and expanded states. The expanded state of a flexible Panel is a fixed width that cannot be adjusted by the user. The collapsed Flexible Panel expands… |
|
2x grid: grid influencers - floating panelsThis panel style floats above the primary content area and does not affect the responsive grid. Floating panels conceal any UI elements below them and must be dismissible by the user. Inline menus,… |