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
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
Name | Type | Required | Default |
---|---|---|---|
children | ReactNode | Yes | - |