Every UI needs a Menu
See folder /public/locales/ in the project root.
Inside locales, create subfolders for each language (e.g., en, fi).
Place your translation JSON files in the respective language folders. For example, locales/fi/translation.json should contain the Finnish version for menu items.
- For SVG paths: Provide the icon as a string, e.g., icon:
/assets/icons/my-icon.svg. - For Material UI icons: Pass the icon component like
Icons.Homeor any other MUI icon.
For list of all available icons in Material UI, refer to:
For SVG icons with creative commons license, for example:
Design Principle: One menu to control them all
~Tatu Soininen~
-=[ 2024 ]=-

