reboundjs / rebound

Automatic data binding for backbone using HTMLBars.
MIT License
43 stars 4 forks source link

Default Component <content> #47

Closed amiller-gh closed 8 years ago

amiller-gh commented 9 years ago

Allow users to provide default content in their component's tags that is rendered if no component content is passed. Because htmlbars does not parse tags in any special way we may have to take ember's approach and make a {{content}} helper. I'd like to avoid that if possible though.

amiller-gh commented 9 years ago

The custom elements working group is leaning towards the slots proposal instead of <content>..

amiller-gh commented 8 years ago

Resolving, will create new ticket for transition to instead of