stencil: clarify usage of web components

This commit is contained in:
Rico Sta. Cruz 2017-10-11 11:22:57 +08:00
parent 2701208596
commit 44a04b5fa9
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export class MyComponent {
<my-component name='Groot' />
```
That's the same example in the [Readme](https://github.com/ionic-team/stencil), that's as simple as you can get!
That's the same example in the [Readme](https://github.com/ionic-team/stencil), that's as simple as you can get! Just use `<my-component>` like you would use any other HTML tag.
### DOM events