In React land adding html attributes in jsx is the same as in html (http://magic.reactjs.net/htmltojsx.htm) in Brisky-render we need to add the property 'attr'.
this looks like this, eg:
<input attr={{ type: 'range' }} />
vs
<input type='range' />
We should support the latter => we can add this in either builder-boy or brisky-render itself.
In React land adding html attributes in jsx is the same as in html (http://magic.reactjs.net/htmltojsx.htm) in Brisky-render we need to add the property 'attr'.
this looks like this, eg:
vs
We should support the latter => we can add this in either builder-boy or brisky-render itself.
/cc @jimdebeer