Skip to content

Commit

Permalink
media-object-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Dec 2, 2024
1 parent 1bc06ce commit b27290b
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`CdrMediaObject > snapshot test > renders correctly 1`] = `
<div
checked="false"
class="cdr-layout cdr-layout--rows cdr-layout--columns cdr-media-object cdr-media-object--content-alignment-start"
style="--cdr-layout-rows: auto; --cdr-layout-columns: 1fr 1fr; --cdr-media-object-content-position: 'media content';"
>
<!-- @slot Where all default content should be placed. -->
<div>
<!-- @slot Where the media should be placed. -->
</div>
<!-- @slot Where all content should be placed. -->
</div>
`;

0 comments on commit b27290b

Please sign in to comment.