template/dropdown.pug

Summary

Maintainability
Test Coverage
<div {$attributes}>
    .text {$Content}
    i.dropdown.icon
    .menu
        | {rows}
        | {row}
        .item(data-value="{$id}")
            | {$name}
        |
        | {/}
        | {/}
</div>
= "\n"