Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 346 Bytes

bo-switch.rst

File metadata and controls

20 lines (15 loc) · 346 Bytes

bo-switch

Overview

  • Command switch. Bind once.
  • Input argument: expression
<div bo-switch="value">
    <div bo-switch-when="one"></div>
    <div bo-switch-when="two"></div>
    <div bo-switch-default></div>
</div>