Spike NextJs Dashboard
📦
│
├──📁 docs (Documetation for the Theme)
├──📁 figma-file (Figma of the pages)
├──📁 packages
| ├──📁 dark (Demo)
| ├──📁 horizontal (Demo)
| ├──📁 main (Demo)
| | ├──📁 public
| | ├──📁 src
| | | ├──📁 app
| | | | ├──📁 (DashboardLayout) (Contains all the pages)
| | | | | ├──📁 apps
| | | | | ├──📁 charts
| | | | | ├──📁 components
| | | | | ├──📁 dashboards
| | | | | ├──📁 forms
| | | | | ├──📁 layout (It has header and sidebar component of Vertical and Horizontal Layout)
| | | | | ├──📁 tables
| | | | | ├──📁 theme-pages
| | | | | ├──📁 types (Define the types for Typescript Demo)
| | | | | ├──📁 ui-components
| | | | | ├──📁 widgets
| | | | | ├──📄 layout.tsx
| | | | | ├──📄 page.tsx
| | | | ├──📁 api (All Api Routes)
| | | | ├──📁 auth (Auth Pages)
| | | | ├──📁 components (All the Components of Dashboards,Ui, Forms etc.)
| | | | ├──📁 context
| | | | ├──📁 css (Apply style)
| | | | ├──📁 landingpage (Landingpage)
| | | | ├──📄 app.tsx
| | | | ├──📄 layout.tsx
| | | ├──📁 hooks
| | | ├──📁 lib
| | | ├──📁 utils (You can overwrite flowbite-react components and change language from here)
| | ├──📄 components.json
| | ├──📄 next.config.mjs
| | ├──📄 postcss.config.mjs
| | ├──📄 package.json
| | ├──📄 tailwind.config.ts
| | ├──📄 tsconfig.json
| ├──📁 minisidebar (Demo)
| ├──📁 rtl (Demo)
| ├──📁 default (Demo)
| ├──📁 starterkit (Demo)