-
Notifications
You must be signed in to change notification settings - Fork 3
Division
andy.rothwell edited this page Aug 28, 2018
·
5 revisions
Using the component "Division" simply means placing a <div>
on the page. You can use this to for helping to place other components.
You can control the <div>
style using a style option.
Example:
{
type: 'callout',
options: {
components: [
{
type: 'division',
options: {
class: 'small-5',
style: 'display: inline-block; text-align: center; vertical-align: middle; border-style: dotted; border-width: 1px',
components: [
{