Archipelago for iframe #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
we want a set of islands: panel, card, row. basically, it is a set of dioxus islands for iframe. should be minimal and simple. we want to pass iframe url to component, but also alongside backend url etc as with our other islands
Completed
The iframe island pattern was implemented as part of the unified archipelago framework (PR #21, merged). Multiple islands now use the iframe pattern:
c8eb6de)The framework provides
IframeEmbedwith configurable URL, sizing, and backend props. Closing as delivered.