@paperbits/core
Version:
Paperbits core components.
10 lines • 348 B
HTML
<div data-bind="styled: $component.styles, attr: { role: role }">
<!-- ko foreach: { data: widgets, as: 'widget' } -->
<!-- ko if: widget.wrapped -->
<div data-bind="widget: widget"></div>
<!-- /ko -->
<!-- ko ifnot: widget.wrapped -->
<!-- ko widget: widget --><!-- /ko -->
<!-- /ko -->
<!-- /ko -->
</div>