Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 782 Bytes

gravity.rst

File metadata and controls

39 lines (25 loc) · 782 Bytes

Gravity

.. toctree::
   :maxdepth: 2
   :caption: Contents:


Setting An Orientation

<div class="box vertical">

Positioning Children

<div class="box vertical" boxAlign="bottom right">

Note

Available boxAlign Attribute Values:

  • top
  • bottom
  • left
  • right
  • verticalCenter
  • horizontalCenter

Note

The Element Needs To Have The Box Class And Have The Orientation Set For The Gravity To Work.

The boxAlign Attribute Values Can Be Directly Put With The Classes For Example: <div class="box vertical bottom right">. Although Keeping It Separate From Other Classes Recommended For Ease Of Development.