Skip to content

Commit 5ec0ce8

Browse files
author
ws-wangjg
committed
feat: sandpack box
1 parent 98178f5 commit 5ec0ce8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/demo/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import AnimatedList from '@stateless/AnimatedList'
2323
// import AnimationTabs from '@stateless/AnimationTabs'
2424
import StickyCard from '@stateless/StickyCard'
2525
import SafeHtml from '@stateless/SafeHtml'
26+
import SandpackBasic from '@stateless/SandpackBasic'
2627
import SpringPng from '@assets/images/spring.png'
2728
import HePng from '@assets/images/he.png'
2829
import SongPng from '@assets/images/song.png'
@@ -299,6 +300,7 @@ const ProDemo = () => {
299300
]}
300301
defaultActiveTab="tab1"
301302
/>
303+
<SandpackBasic />
302304
<div className="mt-10 mb-6 rounded-lg border p-4 shadow-sm">
303305
<h3 className="mb-2 text-lg font-semibold">SafeHtml Demo</h3>
304306
<SafeHtml

0 commit comments

Comments
 (0)