We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should include some examples, like this component:
Component.extend( { tag: "my-tag", view: stache( "<h1><content>Hello world</content></h1>" ) } );
Used like this:
<my-tag></my-tag>
Renders:
<my-tag><h1>Hello world</h1></my-tag>
While this:
<my-tag>Hello friend</my-tag>
<my-tag><h1>Hello friend</h1></my-tag>
The text was updated successfully, but these errors were encountered:
It’d also be nice to refer people to slots/templates when they want to be able to have multiple pieces of content inserted into their template.
Sorry, something went wrong.
address issue #264, by adding example
eefd91b
14646f2
Clean up the <content> docs
<content>
b65fc93
- Add a link to the can-slot and can-template docs - Fix the grammar Closes #264
michaelzcheng
No branches or pull requests
It should include some examples, like this component:
Used like this:
Renders:
While this:
Renders:
The text was updated successfully, but these errors were encountered: