File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ const ProDemo = () => {
119119 return (
120120 < FixTabPanel >
121121 { /* <OrbitingCirclesDemo /> */ }
122- < ScriptView showMultiplePackageOptions = { true } codeLanguage = "shell" commandMap = { customCommandMap } />
123- < section style = { { height : 240 , overflow : 'hidden' , margin : 20 } } >
122+ { /* <ScriptView showMultiplePackageOptions={true} codeLanguage="shell" commandMap={customCommandMap} /> */ }
123+ { /* <section style={{ height: 240, overflow: 'hidden', margin: 20 }}>
124124 <AnimatedList>
125125 {Array.from({ length: 10 }, () => ({
126126 id: Math.random(),
@@ -134,7 +134,7 @@ const ProDemo = () => {
134134 </div>
135135 ))}
136136 </AnimatedList>
137- </ section >
137+ </section> */ }
138138 { /* <section className="flex items-center justify-center gap-5">
139139 <DraggableList items={items} onChange={handleReorder} className="w-[600px] max-w-md cursor-move" />
140140 </section> */ }
You can’t perform that action at this time.
0 commit comments