issues
search
jahilldev
/
component-elements
Create a custom element from any component with these tiny functions (2KB GZipped, ~1KB Brotli). Preact and React currently supported
MIT License
89
stars
7
forks
source link
Added slot support for child html
#5
Closed
jahilldev
closed
2 years ago
jahilldev
commented
2 years ago
Added additional step that parses child HTML with
slot="{propKey}"
attributes
Converts html content into VDom tree
Assigns VDom tree to component props using the
slot
attribute value
Removes
<* slot="*" />
elements from children props
slot="{propKey}"
attributesslot
attribute value<* slot="*" />
elements from children props