jeluard / lucuma

Web Components library for ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to set attribute values to the host element

jeluard opened this issue · comments

This would be especially interesting when extending another element.

(defwebcomponent my-button
  :host [:button {:type :button :role :button :aria-label "Some button"}])