Common components are custom made components that could require
heavy modifications depending on the project. These components are
mostly related with the layout therefore they are located in the
src/app/layout/common/
directory. You can modify them
without touching the @fuse
directory.
@fuse
directory like other components.
Currently, there are five common components;
Messages
A panel to show latest messages.
Notifications
A panel to show latest notifications.
Search
An autocomplete search box with proper API endpoint setup.
Shortcuts
A user customizable panel to show shortcuts to internal/external pages.
User
A user avatar and menu component to show user related information and actions.