hermes-web-cli/examples/FloatIconTextBar.ui
yumoqing 5dd8bbfc8f feat: Add comprehensive examples for all remaining bricks-framework components
- Added examples for 40+ additional components including:
  - Accordion, ChartBar, Camera, Cols, Conform
  - Countdown, TimePassed, DOCXviewer, EXCELviewer, PDFviewer
  - DynamicColumn, IconBar, IconTextBar, FloatIconBar, FloatIconTextBar
  - GlbViewer, ChartHeatmap, Html, IconbarPage, NewWindow, Iframe, Icon
  - ChartKLine, ChartLine, ChartMap, MdWidget, Menu, Message, Error
  - MultipleStateImage, ChartPie, ProgressBar, QRCodeScan, ChartRadar
  - SysCamera, WidgetRecorder, SysAudioRecorder, SysVideoRecorder, Running
  - ChartScatter, VScrollPanel, HScrollPanel, Splitter, Svg, Tabular
  - DeletableLabel, Title1-6, Title15, Wterm
- All examples use valid widgettype names registered with bricks.Factory.register
- Each example demonstrates proper configuration and usage patterns
2026-04-21 14:05:34 +08:00

18 lines
302 B
XML

{
"widgettype": "FloatIconTextBar",
"options": {
"items": [
{
"icon": "fa fa-save",
"text": "保存",
"name": "save"
},
{
"icon": "fa fa-print",
"text": "打印",
"name": "print"
}
],
"position": "top-right"
}
}