Embedding Previews
You can embed previews from your project directly into documentation pages to help create living documents that always feature the latest changes to your component previews.
And preview embeds can also be used outside of Lookbook if you want to pull them into external docs or showcases.
Preview embeds are added to pages using the <lookbook-embed>
element:
<lookbook-embed app="/lookbook" preview="Feedback::BlankSlateComponentPreview" scenario="default" panels="params,source,output"></lookbook-embed>
Configuration options are set using attribute key/value pairs on the element.