nextui dashboard
1.0.0
คุณสามารถปรับใช้ที่นี่โดยตรงกับ vercel
นี่คือตัวอย่างสำหรับ nextjs และ nextui
nextjs nextui
คุณสามารถดูตัวอย่างได้ที่นี่: https://nextui-dashboard.vercel.app/


├── components
│ ├── accounts # Accounts components
│ ├── charts # Charts components
│ ├── breadcrumb # component
| ├── home # Home components
| ├── layout # Layout components
| ├── navbar # Navbar components
| ├── sidebar # Sidebar components
| ├── table # Table components
| ├── styles # Some reusable components
| ├── icons # Icons
| ├── hooks # Hooks
├── pages # Documentation files
│ ├── _app.tsx # Entry point for the app
│ ├── index.tsx # Home page
│ ├── accounts.tsx # Accounts Page
│ ├── more... # Soon
└──
ติดตั้งการพึ่งพา
npm installเริ่มต้นเซิร์ฟเวอร์
npm run devตอนนี้คุณสามารถเยี่ยมชม https: // localhost: 3000 ในเบราว์เซอร์ของคุณ