Skip to content

Conversation

@fago
Copy link
Contributor

@fago fago commented Apr 8, 2025

add a component that renders HTML markup with embedded custom elements.
Supports two modes of operation:

  1. Slot Mode - Using Vue slots for content and embeds
  2. JSON Mode - Using props for content and embeds

Slot mode actually works already in this PR. JSON mode we ran into the challenge of not being able to insert slots into a html string in vue again - without parsing the html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants