Closed screendriver closed 9 years ago
I need to add an example file for this.
How about:
Car = React.createClass
render: ->
<Vehicle doors={4} locked={isLocked()} data-colour="red" on>
<Parts.FrontSeat />
<Parts.BackSeat />
<p className="seat">Which seat can I take? {@props?.seat or 'none'}</p>
{# also, this is a comment }
</Vehicle>
Looks good :+1:
Published to v.0.16.0
Thank you for your contribution!
Thank you. Updated and it's working :relaxed:
See also #96