Skip to content

Commit

Permalink
feat(storefront): add stackblitz button to configurator | hj | #3315
Browse files Browse the repository at this point in the history
  • Loading branch information
henrijoss committed Jun 24, 2024
1 parent 8e55d64 commit b4b6c74
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/storefront/src/components/PlaygroundConfigurator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
:convert-markup="false"
:theme="theme"
></CodeBlock>
<CodeEditor
:markup="activeFrameworkMarkup"
:theme="theme"
:dir="dir"
:framework="activeFramework"
:backgroundColor="backgroundColor"
></CodeEditor>
</div>
</div>
</template>
Expand Down Expand Up @@ -227,7 +234,8 @@
border-top: 1px solid var(--playground-border-color);
}
.code-block {
.code-block,
p-button {
padding: 0 $pds-spacing-static-large $pds-spacing-static-large;
}
}
Expand Down

0 comments on commit b4b6c74

Please sign in to comment.