Containers

Drawers

global-lists.css

Hide UI or lists with an area that animates open and closed.

Scene HTML

<div id="my-id" x-mojo-element="Drawer"></div>

Base selector

Optional selectors

Required child

.palm-drawer-container
 

.palm-drawer-contents

.palm-drawer-contents

.label
 

Labeled Groups

global-lists.css

Visually group a list with a label.

Scene HTML

<div class="palm-group">
   <div class="palm-group-title">
    My Title
   </div>
   <div class="palm-list">
    <!-- rows -->
   </div>
  </div>

Base selector

Optional selectors

Required child

.palm-group
 

.palm-group-title

Unlabeled Groups

global-lists.css

Visually group a list without a label.

Scene HTML

<div class="palm-group unlabeled">
   <div class="palm-list">
    <!-- rows -->
   </div>
</div>

Base selector

Optional selectors

Required child

.palm-group.unlabeled

  
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.223.195.164