Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

UIPanel

Adarsh Pastakia edited this page Apr 29, 2017 · 1 revision

Simple panel with headers

Usage
<ui-panel height="?" [collapsed]>
  <ui-header [theme]>
    <ui-header-title glyph='glyph'>Header</ui-header-title>
    <ui-header-tool [collapse | close | refresh]></ui-header-tool>
    <ui-header-tool glyph="" click.trigger=""></ui-header-tool>
  </ui-header>
  <ui-panel-body [padded] [scroll | flex] [height | maxheight]="?">
    ....
  </ui-panel-body>

  <!-- to add a footer -->
  <ui-toolbar>...</ui-toolbar>
</ui-panel>
  • Themes
    • light
    • dark
    • primary
    • secondary
    • info
    • danger
    • success
    • warning
<ui-panel-group [toggle]>
  <ui-panel>...</ui-panel>
  <ui-panel>...</ui-panel>
  <ui-panel>...</ui-panel>
</ui-panel-group>

Getting Started

Core Elements
Input Elements
  • UIButton
  • UIFieldset
  • UIForm
  • UIInputGroup
  • UIInput
  • UITextarea
  • UIDate
  • UIPhone
  • UICheckbox
  • UIRadio
  • UISwitch
  • UICombo
  • UITag
  • UIList
  • UIReorder
  • UILanguage
  • UIMarkdown
Components
API Classes
Clone this wiki locally