Closed timwis closed 7 years ago
This does feel like a v2-level feature, but I'm pretty sure this is the future.
Read about custom elements and see one in use here.
Imagine if each vizwit "card" were a <vizwit-bar src="http://..." group-by="foo">. The "layout" component could be pure HTML rather than some hacky json layout spec.
<vizwit-bar src="http://..." group-by="foo">
This does feel like a v2-level feature, but I'm pretty sure this is the future.
Read about custom elements and see one in use here.
Imagine if each vizwit "card" were a
<vizwit-bar src="http://..." group-by="foo">
. The "layout" component could be pure HTML rather than some hacky json layout spec.