✨Feat: 导入heroui组件库和tailwindcss

This commit is contained in:
2026-03-24 11:12:33 +08:00
parent 1c860d0957
commit 0200ca99b2
6 changed files with 2733 additions and 9 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
import { Button } from '@heroui/react';
function App() {
return (
<>Hello World</>
<> <Button>
My Button
</Button></>
)
}