#Optionally render HTML wrapper element

2 messages · Page 1 of 1 (latest)

summer yoke
#

I have an idea, but that would be tedious.

glacial onyx
#

abstractly, could you use a component like this?

props: embed<boolean>
<>
  {if embed do
   <article><slot/></article>}
  {else do <slot/>}
</>