BazaarBazaar Documentation
  • Quick Start
    • CLI
    • Manual
  • Folder Structure
    • Sale Layout
    • Shop Layout 1
    • Shop Layout 2
    • Shop Layout 3
    • Shop Layout 4
    • Admin Dashboard Layout
    • Customer Dashboard Layout
    • Topbar
    • Header
    • Navbar
    • Footer
    • Navigations
    • Mobile Navigation Bar
  • Theme
  • Navigation
  • Settings
  • Icons
  • Data fetching
      • Market 1
      • Market 2
      • Furniture 1
      • Furniture 2
      • Grocery 1
      • Grocery 2
      • Grocery 3
      • Grocery 4
      • Health and Beauty
      • Fashion 1
      • Fashion 2
      • Fashion 3
      • Gift
      • Gadget 1
      • Gadget 2
      • User Orders
      • Support Tickets
      • User Profile
      • Address
      • Dashboard
      • Products
      • Orders
      • Customers
      • Refund Request
      • Sellers
    • Sales
    • Vendor/Shop
    • Layout
  • Utils Functions
  • Translation

On This Page

  • Examples
  • Inside Components
  • Used
  • Props
Question? Give us feedback → (opens in a new tab)
Layouts
Customer Dashboard Layout

Customer Dashboard Layout

💡
Folder location: src/components/layouts/customer-dashboard

Examples

import { CustomerDashboardLayout } from 'components/layouts/customer-dashboard'
 
export default function Layout({ children }) {
  return <CustomerDashboardLayout>{children}</CustomerDashboardLayout>
}

Inside Components

  • Navigations (opens in a new tab)

Used

  • Wish List (opens in a new tab)
  • User Orders (opens in a new tab)
  • User Profile (opens in a new tab)
  • User Address (opens in a new tab)
  • Support Tickets (opens in a new tab)
  • Payment Methods (opens in a new tab)

Props

NameTypeRequiredDefault
childrenReactNodeYes-
Admin Dashboard LayoutTopbar

MIT 2025 © UILib