Skip to content

Division

andy.rothwell edited this page Aug 28, 2018 · 5 revisions

Division (div)

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: [
            {
Clone this wiki locally