安装:
1 | pnpm dlx jsrepo@latest add https://reactbits.dev/r/InfiniteMenu-TS-TW |
配置:
- 需要在文件的开头标识”use client”;
- 全屏固定定位:
1 | <div className='relative w-full min-h-dvh h-dvh h-screen '> |
- 垂直居中:
1 | absolute |
导入StarBorder组件:
1 | <StarBorder |
使用:
1 | <div className='absolute w-full min-h-dvh h-dvh h-screen opacity-50'> |