jeluard / lucuma

Web Components library for ClojureScript
96 stars 8 forks source link

Add attribute support for property of type keyword #37

Closed jeluard closed 10 years ago

jeluard commented 10 years ago

Potential syntax:

(defwebcomponent my-component
  :properties {:property :keyword}
<my-component property="another-keyword"></my-component>