✨Feat: 增加 Card 组件

This commit is contained in:
2026-03-24 11:59:20 +08:00
parent fe966d876f
commit 91fa5a7bf2
3 changed files with 49 additions and 5 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
import { Button } from '@heroui/react';
import Card from "./components/Card"
function App() {
return (
<> <Button>
My Button
</Button></>
<><Card /></>
)
}