merchandising/saver-to-main-minimal-success
Custom title...
Custom sub-title...
First bullet...
Second bullet...
Third bullet...
Fees totally apply my dude
# 🏠 Properties
| Name | Type |
|---|
# 🎰 Slots
| Name | Default value |
|---|
Show Code
<script src="/components/shared/component-base.js"></script>
<script src="/components/saver-to-main-minimal-success/main.js"></script>
<link rel="stylesheet" href="/components/shared/component-base.css" />
<saver-to-main-minimal-success></saver-to-main-minimal-success>
<!--Demo version showing slotting-->
<saver-to-main-minimal-success>
<div slot="title">Custom title...</div>
<div slot="sub-title">Custom sub-title...</div>
<span slot="content-item-one">First bullet...</span>
<span slot="content-item-two">Second bullet...</span>
<span slot="content-item-three">Third bullet...</span>
<span slot="disclaimer">Fees totally apply my dude</span>
</saver-to-main-minimal-success>