Files to copy
The page is loaded from /landing-pages/inner-green-3d.html on your own domain, so that
file has to be somewhere the app serves static files from: public/ in Vite and Next,
static/ in SvelteKit.
cp -R node_modules/@designcodeio/threeui/lib-dist/assets/landing-pages public/
Without it the component renders an empty box.
Size
The component is 100% of its parent's width and height and has no size of its own, so a parent with no height renders nothing. A box around 720px tall suits a full page like this one.
Props
All optional. The defaults below are what the snippet renders.
| Prop | Values | Default |
|---|---|---|
headingFont | lexend, instrument-serif, newsreader, geist | lexend |
bodyFont | lexend, geist, newsreader, instrument-serif | lexend |
headingWeight | 200, 300, 400, 500, 600 | 300 |
bodyWeight | 200, 300, 400, 500 | 300 |
primaryColor | a hex color | #ffffff |
headingSize | 40 to 92 | 63 |
bodySize | 12 to 24 | 16.5 |
headingLetterSpacing | -0.06 to 0.12 | -0.006 |
className and style pass through to the root element.