• Explore Components

    Try our pre made component pages to check how it feels and suits as per your need.

    View All
    image
    @for (megaMenu of megaMenus; track megaMenu) {
    {{ megaMenu.name }}
      @for (list of megaMenu.children; track list) {
    • {{ list.title }}
    • }
    }
  • English (UK) français (French) Română (Romanian) 中国人 (Chinese)
  • 3
    Notification
    @for (item of notifications; track item) {
    {{ item.time }}

    {{ item.date }}
    }
    View all
  • Message
    @for (message of messageList; track message) {
    user-image
    {{ message.timestamp }}

    @if (message.boldText) { {{ message.boldText }} } {{ message.normalText }}

    {{ message.dateInfo }}
    }
    View all
  • @if (screenFull === true) { } @else { }
  • user-image {{ this.authenticationService.currentUserName }}
    user-image
    {{ this.authenticationService.currentUserName }}
    UI/UX Designer
    • Profile @for (task of profile; track task) {
      {{ task.title }}
      }
      Logout
    • Setting @for (task of setting; track task) {
      {{ task.title }}
      }