We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98178f5 commit 5ec0ce8Copy full SHA for 5ec0ce8
1 file changed
src/pages/demo/index.jsx
@@ -23,6 +23,7 @@ import AnimatedList from '@stateless/AnimatedList'
23
// import AnimationTabs from '@stateless/AnimationTabs'
24
import StickyCard from '@stateless/StickyCard'
25
import SafeHtml from '@stateless/SafeHtml'
26
+import SandpackBasic from '@stateless/SandpackBasic'
27
import SpringPng from '@assets/images/spring.png'
28
import HePng from '@assets/images/he.png'
29
import SongPng from '@assets/images/song.png'
@@ -299,6 +300,7 @@ const ProDemo = () => {
299
300
]}
301
defaultActiveTab="tab1"
302
/>
303
+ <SandpackBasic />
304
<div className="mt-10 mb-6 rounded-lg border p-4 shadow-sm">
305
<h3 className="mb-2 text-lg font-semibold">SafeHtml Demo</h3>
306
<SafeHtml
0 commit comments