CSS utility classes
The following CSS-only classes are provided as helper utilities. They are useful for making micro-adjustments to existing React components.
Scroll utilities have moved
For overflow and scrolling specific utilities, go to
the Scroll documentation page.Text utilities have moved
For text and typography specific utilities, go to the Text documentation page.
Responsive utilities have moved
For responsive specific utilities, go to the Breakpoint utilities page.
Display
eui-fullWidth
className
Changes the element's display property to display: inline-block;
and adds width: 100%;
Vertical alignment
eui-alignMiddle
className
Changes the element's vertical alignment property to vertical-align: middle;