Admin/Vendor Dashboard Layout
💡
Folder location:
src/components/layouts/vendor-dashboard
Examples
import { VendorDashboardLayout } from 'components/layouts/vendor-dashboard'
export default function Example({ children }) {
return <VendorDashboardLayout>{children}</VendorDashboardLayout>
}
Used
- Inside Admin and Vendor folder all pages
- Dashboard (opens in a new tab)
- Product List (opens in a new tab)
Props
Name | Type | Required | Default |
---|---|---|---|
children | ReactNode | Yes | - |