nextui dashboard template
1.0.0
يمكنك النشر هنا مباشرة إلى Vercel
V1 الإصدار غرز https://v1-nextui-dashboard-template.vercel.app/ V1 رمز: https://github.com/siumauricio/nextui-dashboard-template
هذا هو قالب لـ NextJs و Nextui.
NextJS Nextui
يمكنك رؤية العرض التوضيحي هنا: https://nextui-dashboard-semplate.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
├── app # Documentation files
│ ├── accounts # Accounts route
| ├── page.tsx # Accounts page
│ ├── page.tsx # Entry point for the app
│ ├── layout.tsx # Layout applied to all application pages
│ ├── providers.tsx # Theme provider
│ ├── more... # Soon
└──
تثبيت التبعيات
npm installابدأ الخادم
npm run devيمكنك الآن زيارة https: // localhost: 3000 في متصفحك.