Open xelaint opened 4 months ago
the current method of displaying examples relies on custom elements. Because daffio has SSR, this breaks as Angular does not support custom elements. I'm fairly sure that I can implement a solution that does not rely on CEs but I'm wondering if I should just wait in favor of #2902
:bulb: Feature request
Feature Name
Display Example Viewer in Markdown Files
The Desired Behavior
DesignLandExampleViewerContainer
into docs-utilsDesignLandExampleViewerContainer
Your Use Case
As a designer and developer, I expect the example viewer in component markdown files to be visible.
As seen in the screen shots, the
<design-land-example-viewer-container>
is added to the readme for card. It's not visible on https://next.daff.io/docs/design/components/card, but it's shown in the dom when you inspect the page.Prior Work
Environment