UNPKG

467 BHTMLView Raw
1<wdg.floating-button>
2 <wdg:combo att="type" $label="type" $value="standard" $content="standard, primary, secondary" />
3 <wdg:text att="icon" $label="icon" $value="add"
4 $list="gear, ok, cancel, close, menu, back, add"/>
5 <wdg:checkbox att="small" $text="small" $value="false" />
6 <wdg:checkbox att="enabled" $text="enabled" $value="true" />
7
8 <hr/>
9 <x-md>
10Les boutons, c'est __super__ !
11 </x-md>
12</wdg.button>