安装:
1 | pnpm dlx jsrepo@latest add https://reactbits.dev/r/MagicRings-TS-TW |
配置:
- 需要在文件的开头标识”use client”;
- 全屏固定定位
1 | <div ref={mountRef} className='w-full min-h-dvh h-dvh h-screen' |
使用:
1 | //page.tsx |
1 | pnpm dlx jsrepo@latest add https://reactbits.dev/r/MagicRings-TS-TW |
1 | <div ref={mountRef} className='w-full min-h-dvh h-dvh h-screen' |
1 | //page.tsx |