Closed jeluard closed 10 years ago
Web Components definitions could be parametrized to allow for more extensibility.
(defwebcomponent my-section [title] :host [:section {:title title}) (register (my-section "Some Title"))
defwebcomponent would then return a function that returns a map when called with the proper arguments.
defwebcomponent
Web Components definitions could be parametrized to allow for more extensibility.
defwebcomponent
would then return a function that returns a map when called with the proper arguments.