Base

  • Colors
  • Icons
  • Logos
  • Spacing
  • Typography

Components

  • Accordion
  • Avatars
  • Badges
  • Buttons
  • Cards
  • Character Counter
  • Device Type Icons
  • Draggables
  • Dropdowns
  • Droppables
  • Filters
  • Gallery card
  • Indicators
  • Lists
  • Loading
  • Messages
  • Pictogram
  • Poster Play
  • Progress bar
  • QR Code
  • Rating stars
  • Row Selector
  • Sentiment
  • Split View
  • Tables
  • Tags
  • Tester vitals
  • Toast
  • Toggle button
  • Typeahead

Form

  • Checkbox
  • Combobox
  • Form Rule
  • Hint
  • Input
  • Input Title
  • Label
  • Multi-select List
  • Search
  • Select
  • Single-select List
  • Sliders
  • Switch
  • Tabs
  • Text Area

Layout

  • Containers
  • Layers
  • Layout
  • Split Layout
  • Wrappers

Navigation

  • Context Switcher
  • Nav bar
  • Navigation
  • Pagination
  • Sidebar Navigation
  • Step Navigation

Overlay

  • Banners
  • Bulk Selector
  • Modals
  • Popovers
  • Tooltips
  • User Notifications

Patterns

  • Full Page Message

Usertesting-next

  • Cards
  • Colors
  • Segmented Controls
  • Shadows and Elevations
  • Spacing
  • Typography

Visualizations

  • Data Colors

Wrappers

Wrappers have specific widths to hold content blocks. Wrappers help organize content on a page to ensure a comfortable reading length.

Default

This is the default wrapper.

Expand Copy
<div class="wrapper">
  <p>This is the default wrapper.</p>
</div>

Description

There are four wrapper sizes: small, medium, large, and extra large. Wrappers contain the content by constraining the content to a set width. The dotted lines are used as visual cues in the toolkit and will not appear in the product.

Small

Small wrapper

Expand Copy
<div class="wrapper wrapper--small">
  <p>Small wrapper</p>
</div>

Medium

Medium wrapper

Expand Copy
<div class="wrapper wrapper--medium">
  <p>Medium wrapper</p>
</div>

Large

Large wrapper

Expand Copy
<div class="wrapper wrapper--large">
  <p>Large wrapper</p>
</div>

Extra large

X-Large wrapper

Expand Copy
<div class="wrapper wrapper--x-large">
  <p>X-Large wrapper</p>
</div>

Usage

Do

  • Put smaller wrappers within larger wrappers
  • Be aware of the fixed-width constraints of the given wrapper

Don't

  • Put larger wrappers within smaller wrappers