@paperbits/core
Version:
Paperbits core components.
10 lines • 333 B
HTML
<div class="container" data-bind="styled: styles">
<!-- 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>