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 في متصفحك.