jscad customizer with non-react component #440

Merged
hrgdavor merged 22 commits from kurt/customizer-start-320 into main 2021-08-07 23:09:27 +02:00
Showing only changes of commit f83d1b395f - Show all commits

View File

@@ -62,46 +62,12 @@ const Customizer = () => {
</button>
</div>
</div>
<div className={`${open ? 'h-full' : 'h-0'} overflow-y-auto py-3 px-12`}>
<div id="jscad-customizer-block" ref={ref}>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
<p>lots of lines should cause scroll</p>
</div>
<div className={`${open ? 'h-full' : 'h-0'} overflow-y-auto px-12`}>
<div
id="jscad-customizer-block"
ref={ref}
// JSCAD param UI injected here.
/>
</div>
</div>
)