Skip to content

Commit 1966883

Browse files
committed
refactor: ♻️ add SoundCloud to index page
1 parent 8ea1d1f commit 1966883

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/routes/index.svelte

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Buzzsprout,
55
Deezer,
66
SimpleCast,
7+
SoundCloud,
78
Spotify,
89
Tweet,
910
Vimeo,
@@ -102,6 +103,27 @@
102103

103104
<SimpleCast episodeId="46aaf483-8567-451a-aa7c-4c92fbb13f28" />
104105

106+
<h2>SoundCloud</h2>
107+
<p>Props:</p>
108+
<div class="mockup-code mb-8 not-prose">
109+
<pre><code>soundcloudLink: </code><code class="text-secondary"
110+
>string = ''</code
111+
></pre>
112+
<pre><code>height: </code><code class="text-secondary"
113+
>string = '300'</code
114+
></pre>
115+
<pre><code>width: </code><code class="text-secondary"
116+
>string = '100%'</code
117+
></pre>
118+
<pre><code>showVisual: </code><code class="text-secondary"
119+
>boolean = true</code
120+
></pre>
121+
</div>
122+
123+
<SoundCloud
124+
soundcloudLink="https://soundcloud.com/dimension_uk/sets/prospa-want-need-love"
125+
/>
126+
105127
<h2>Spotify</h2>
106128
<p>Props:</p>
107129
<div class="mockup-code mb-8 not-prose">

0 commit comments

Comments
 (0)