This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
UIPanel
Adarsh Pastakia edited this page Apr 29, 2017
·
1 revision
Simple panel with headers
<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>
- UIButton
- UIFieldset
- UIForm
- UIInputGroup
- UIInput
- UITextarea
- UIDate
- UIPhone
- UICheckbox
- UIRadio
- UISwitch
- UICombo
- UITag
- UIList
- UIReorder
- UILanguage
- UIMarkdown
- UIDrawer
- UIDropdown
- UIMenu
- UIPanel
- UISidebar
- UIStatsbar
- UIToolbar
- UIDialog
- UITab
- UITree
- UIDatagrid