Skip to content

Commit

Permalink
0.0.109
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Sep 6, 2023
1 parent f49e63d commit 8c76ce9
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,19 +257,20 @@ Other recognized "inputs" that can go into a web component definition are non-se
The following is supported:

```html
<hello-world be-definitive='{
"config":{
"...": "..."
},
"scriptRef": "my-script",
"complexPropDefaults": {
"messageHandler": "messageHandler"
},
"superclass": "myClass",
"mixins": ["myMixin1"]
}'>
<hello-world be-definitive>
<template shadowroot=open>
<div>Hello, <span>world</span></div>
<be-hive be-definitive='{
"config":{
"...": "..."
},
"scriptRef": "my-script",
"complexPropDefaults": {
"messageHandler": "messageHandler"
},
"superclass": "myClass",
"mixins": ["myMixin1"]
}'>
</template>
</hello-world>

Expand Down

0 comments on commit 8c76ce9

Please sign in to comment.