A react component for rendering the customer order page
- Source:
Members
(inner, constant) categories :Array.<Object>
An array of objects representing different menu categories
Type:
- Array.<Object>
- Source:
(inner, constant) categoryList :Array.<React.Component>
A list of CategoryItem components to be displayed
Type:
- Array.<React.Component>
- Source:
Methods
(inner) CustomerOrder() → {JSX.Element}
A react component for rendering the customer order page
- Source:
Returns:
The JSX representation of the component
- Type
- JSX.Element