Rare
  • Introduction
  • HTML
    • Introduction
    • Html Structure
      • Header
      • Left Side Menu
      • Main Content
    • Main Content
      • Buttons
      • Fonts
      • Lock Screens
      • Maps
      • Modals
      • Plugins Used
      • Progress Bars
    • Css Files
    • Java Script Used
    • Scss
    • Fonts Used
    • Images used
    • Starts New page
      • Centered Logo
      • Compact Menu
      • Default
      • Horizontal
      • Light Side Bar
      • Mmenu
  • Rare Builder
    • Layouts
      • Default
      • Centered Logo
      • Compact Menu
      • Fixed Menu
      • Fixed Header
      • Horizontal
      • Icon Horizontal
      • Dark
      • Full Width
      • Header Style
      • Fixed Footer
      • Mmenu
      • Light Sidebar
    • Macros
      • Layouts
      • Breadcrumb
    • Partials
      • Headers
        • Header
        • Centered Logo Header
      • Heads
        • Head
      • Breadcrumbs
        • Breadcrumb 1
        • Breadcrumb 2
        • Breadcrumb 3
        • Breadcrumb 4
        • Breadcrumb 5
        • Breadcrumb Default
      • Ends
        • End
      • Menus
        • Default
        • Horizontal
        • Icon Horizontal
        • Compact
        • Mmenu
      • Footer
        • Footer
        • Fixed Footer
      • Messages
      • Notifications
      • User Profile
    • Add Builder
    • Commands
    • New Page
  • FAQ
    • Change Left Menu Content
    • Setting Layout As Default
    • Change Breadcrumb
    • Change Colors In scss
Powered by GitBook
On this page

Was this helpful?

  1. Rare Builder
  2. Partials

Notifications

It contains notification drop down part which we can include in Header section.

<div class="dropdown-menu notifications_content" aria-labelledby="dropdownMenuButton">
    <div class="noti_title">
        <p class="text-center text-info">4 New Notifications</p>
    </div>
    <div class="noti_item">
        <div class="row">
            <div class="col-3">
                <p></p>
                <i class="ti-email text-info noti_msg"></i>
            </div>
            <div class="col-9">
                <span>New message from john.</span>
                <br/>
                <span class="text-sm">jan 29th 2017</span>
            </div>
        </div>
    </div>
    <div class="noti_item">
        <div class="row">
            <div class="col-3">
                <p></p>
                <i class="ti-user text-info noti_msg"></i>
            </div>
            <div class="col-9">
                <span>Friend request from Teena.</span>
                <br/>
                <span class="text-sm">jan 20th 2017</span>
            </div>
        </div>
    </div>
    <div class="noti_item">
        <div class="row">
            <div class="col-3">
                <p></p>
                <i class="ti-gift text-info noti_msg"></i>
            </div>
            <div class="col-9">
                <span>Today Mahesh birthday.</span>
                <br/>
                <span class="text-sm">jan 9th 2017</span>
            </div>
        </div>
    </div>
    <div class="noti_item">
        <div class="row">
            <div class="col-3">
                <p></p>
                <i class="ti-heart text-info noti_msg"></i>
            </div>
            <div class="col-9">
                <span>Bannett like your comment.</span>
                <br/>
                <span class="text-sm">jan 1st 2017</span>
            </div>
        </div>
    </div>
    <div class="noti_footer">
        <p class="text-center text-white"><a href="#">Show All Notifications</a></p>
    </div>
</div>
PreviousMessagesNextUser Profile

Last updated 5 years ago

Was this helpful?