Very basic box component which sits atop the undecorated box object pattern. Can be adapted to fit all kinds of scenarios where content needs to be boxed off.
Spacing modifiers for o-box
object pattern can be used to adding padding to the box component.
Mixes refer to new variants of the Generic Box component which are created by including other components within it, with a few new styles added to make them fit better.
Here are all the mixes where the Generic Box is the parent component.
For more complex layouts, you can integrate the tabs component neatly into a box.
A list of modifiers for the generic box component, allowing you to change its appearance to fit a variety of roles and scenarios.
Modifiers can typically be combined to achieve the desired appearance, unless stated otherwise.
You can round the corners of the box component with this modifier to give a softer appearance.
You can also make the box component completely circular.
Hides any content which breaks out of the box component. A common usecase would be to hide bits of child components when the box's rounded corners modifier is used.
Adds a shadow to the box component. Use to raise its prominance over other components on a page.
A suite of modifiers to add borders to the box component.
You can theme the generic box component to make it fit your brand. For more information on theming EvoToolkit, please see Configuring EvoToolkit.
Below is a list of theme variables and their default values.
Theme Variables | Default |
---|---|
$component-box-color |
very-light |
$component-box-border-color |
light |
$component-box-focus-color |
primary |