Flexy NextJs Dashboard
📦
├──📁 docs > Documentation for the Theme
├──📁 figma-file > Figma designs of the pages
├──📁 packages > Demo packages for different layouts
| ├──📁 dark > Demo with dark theme layout
| ├──📁 horizontal > Demo with horizontal layout
| ├──📁 main > Main demo package
| | ├──📁 public > Public assets (images, icons, etc.)
| | ├──📁 src > Source code for the demo
| | | ├──📁 app > Application files for the demo
| | | | ├──📁 (DashboardLayout) > Contains all the pages for the Dashboard layout
| | | | | ├──📁 apps > All app-related components
| | | | | ├──📁 charts > Charts-related components/pages
| | | | | ├──📁 components > Reusable components across the demo
| | | | | ├──📁 dashboards > Dashboard-related components/pages
| | | | | ├──📁 forms > Form-related components/pages
| | | | | ├──📁 layout > Header and sidebar components for Vertical and Horizontal Layout
| | | | | ├──📁 tables > Table-related components/pages
| | | | | ├──📁 theme-pages > Pages related to theme customization
| | | | | ├──📁 types > TypeScript type definitions
| | | | | ├──📁 ui-components > UI-related components for the dashboard
| | | | | ├──📁 widgets > Widget-related components/pages
| | | | | ├──📄 layout.tsx > Main layout for the demo
| | | | | ├──📄 page.tsx > Main page file for the demo
| | | | ├──📁 api > API routes for the demo
| | | | ├──📁 auth > Authentication-related pages
| | | | ├──📁 components > Reusable components (Dashboards, UI, Forms, etc.)
| | | | ├──📁 context > React context for global state management
| | | | ├──📁 css > CSS files for styling the demo
| | | | ├──📁 landingpage > Landing page components
| | | | ├──📄 app.tsx > Main app component
| | | | ├──📄 layout.tsx > Layout file for the app
| | | ├──📁 hooks > Custom hooks for the app
| | | ├──📁 lib > Libraries and utilities used by the app
| | | ├──📁 utils > Custom utilities (e.g., Flowbite-React component overwrites, language helpers)
| | ├──📄 components.json > JSON file for component configuration
| | ├──📄 next.config.mjs > Next.js configuration for the demo
| | ├──📄 postcss.config.mjs > PostCSS configuration
| | ├──📄 package.json > Node.js dependencies and scripts for the demo
| | ├──📄 tailwind.config.ts > Tailwind CSS configuration
| | ├──📄 tsconfig.json > TypeScript configuration for the demo
| ├──📁 minisidebar > Demo with mini sidebar layout
| ├──📁 rtl > Demo with RTL (Right-to-Left) layout
| ├──📁 default > Default layout
| ├──📁 starterkit > Starter kit
| | ├──📂 public > Public assets for the starterkit demo
| | ├──📂 src > Source code for the starterkit demo
| | | ├──📂 assets > Assets used across the starterkit theme
| | | | ├──📂 images > All images used in the theme
| | | ├──📂 components > Reusable components for the starterkit demo
| | | ├──📂 pages > Page components for the starterkit demo
| | | ├──📂 layout > Layout components for the starterkit demo
| | | ├──📂 utils > Utilities and helpers for the starterkit
| | | ├──📄 app.tsx > Main app component for the starterkit demo
| | | ├──📄 index.tsx > Entry point for the starterkit demo
| | ├──📄 package.json > Node.js dependencies and scripts for the starterkit demo