UNPKG

aquameta-widget

Version:

Widget rendering framework built on top of Aquameta

11 lines (10 loc) 195 B
<!-- Product widget bound to a datum containing name and type fields --> <template> <span> {{ name }} - {{ type }} <button meta-action="delete">[ X ]</button> </span> </template>