{"id":8472,"date":"2024-01-11T17:50:00","date_gmt":"2024-01-11T17:50:00","guid":{"rendered":"https:\/\/codehim.com\/?p=8472"},"modified":"2024-01-22T15:51:47","modified_gmt":"2024-01-22T10:51:47","slug":"bootstrap-5-notification-bell-dropdown","status":"publish","type":"post","link":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/","title":{"rendered":"Bootstrap 5 Notification Bell Dropdown"},"content":{"rendered":"<p>This code snippet helps you to create a notification bell dropdown UI for your Bootstrap 5 projects. It integrates seamlessly with Bootstrap 5, displaying notification counts and recent updates. Moreover, it comes with a badge that shows the number of unread notifications. This feature keeps your users informed and engaged.<\/p>\n<h2>How to Create Bootstrap 5 Notification Bell Dropdown<\/h2>\n<p>1. First of all, load the <a href=\"https:\/\/getbootstrap.com\/docs\/5.0\/getting-started\/introduction\/\" target=\"_blank\" rel=\"noopener\">Bootstrap 5<\/a> and <a href=\"https:\/\/fontawesome.com\/icons\" target=\"_blank\" rel=\"noopener\">Font Awesome Icons<\/a> by adding the following CDN links into the head tag of your HTML document.<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;link href='https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/5.0.0-alpha1\/css\/bootstrap.min.css' rel='stylesheet'&gt;\r\n&lt;link href='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.7.0\/css\/font-awesome.min.css' rel='stylesheet'&gt;\r\n&lt;script type='text\/javascript' src='https:\/\/cdn.jsdelivr.net\/npm\/popper.js@1.16.0\/dist\/umd\/popper.min.js'&gt;&lt;\/script&gt;\r\n&lt;script type='text\/javascript' src='https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/5.0.0-alpha1\/js\/bootstrap.min.js'&gt;&lt;\/script&gt;<\/pre>\n<p>2. Now, let&#8217;s build the HTML structure for the notification bell dropdown. Insert the following code into your HTML file where you want the notification bell to appear, typically in your navigation bar:<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;header&gt;\r\n    &lt;nav class=\"navbar navbar-expand-lg navbar-light bg-light\"&gt;\r\n        &lt;div class=\"container\"&gt;\r\n            &lt;a class=\"navbar-brand\" href=\"#\"&gt;Navbar&lt;\/a&gt;\r\n            &lt;button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"&gt;\r\n                &lt;span class=\"navbar-toggler-icon\"&gt;&lt;\/span&gt;\r\n            &lt;\/button&gt;\r\n            &lt;div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\"&gt;\r\n                &lt;ul class=\"navbar-nav ml-auto\"&gt;\r\n                    &lt;li class=\"nav-item dropdown notification-ui show\"&gt;\r\n                        &lt;a class=\"nav-link dropdown-toggle notification-ui_icon\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\"&gt;\r\n                            &lt;i class=\"fa fa-bell\"&gt;&lt;\/i&gt;\r\n                            &lt;span class=\"unread-notification\"&gt;&lt;\/span&gt;\r\n                        &lt;\/a&gt;\r\n                        &lt;div class=\"dropdown-menu notification-ui_dd show\" aria-labelledby=\"navbarDropdown\"&gt;\r\n                            &lt;div class=\"notification-ui_dd-header\"&gt;\r\n                                &lt;h3 class=\"text-center\"&gt;Notification&lt;\/h3&gt;\r\n                            &lt;\/div&gt;\r\n                            &lt;div class=\"notification-ui_dd-content\"&gt;\r\n                                &lt;div class=\"notification-list notification-list--unread\"&gt;\r\n                                    &lt;div class=\"notification-list_img\"&gt;\r\n                                        &lt;img src=\"https:\/\/i.imgur.com\/zYxDCQT.jpg\" alt=\"user\"&gt;\r\n                                    &lt;\/div&gt;\r\n                                    &lt;div class=\"notification-list_detail\"&gt;\r\n                                        &lt;p&gt;&lt;b&gt;John Doe&lt;\/b&gt; reacted to your post&lt;\/p&gt;\r\n                                        &lt;p&gt;&lt;small&gt;10 mins ago&lt;\/small&gt;&lt;\/p&gt;\r\n                                    &lt;\/div&gt;\r\n                                    &lt;div class=\"notification-list_feature-img\"&gt;\r\n                                        &lt;img src=\"https:\/\/i.imgur.com\/AbZqFnR.jpg\" alt=\"Feature image\"&gt;\r\n                                    &lt;\/div&gt;\r\n                                &lt;\/div&gt;\r\n                                &lt;div class=\"notification-list notification-list--unread\"&gt;\r\n                                    &lt;div class=\"notification-list_img\"&gt;\r\n                                        &lt;img src=\"https:\/\/i.imgur.com\/w4Mp4ny.jpg\" alt=\"user\"&gt;\r\n                                    &lt;\/div&gt;\r\n                                    &lt;div class=\"notification-list_detail\"&gt;\r\n                                        &lt;p&gt;&lt;b&gt;Richard Miles&lt;\/b&gt; reacted to your post&lt;\/p&gt;\r\n                                        &lt;p&gt;&lt;small&gt;1 day ago&lt;\/small&gt;&lt;\/p&gt;\r\n                                    &lt;\/div&gt;\r\n                                    &lt;div class=\"notification-list_feature-img\"&gt;\r\n                                        &lt;img src=\"https:\/\/i.imgur.com\/AbZqFnR.jpg\" alt=\"Feature image\"&gt;\r\n                                    &lt;\/div&gt;\r\n                                &lt;\/div&gt;\r\n                                &lt;div class=\"notification-list\"&gt;\r\n                                    &lt;div class=\"notification-list_img\"&gt;\r\n                                        &lt;img src=\"https:\/\/i.imgur.com\/ltXdE4K.jpg\" alt=\"user\"&gt;\r\n                                    &lt;\/div&gt;\r\n                                    &lt;div class=\"notification-list_detail\"&gt;\r\n                                        &lt;p&gt;&lt;b&gt;Brian Cumin&lt;\/b&gt; reacted to your post&lt;\/p&gt;\r\n                                        &lt;p&gt;&lt;small&gt;1 day ago&lt;\/small&gt;&lt;\/p&gt;\r\n                                    &lt;\/div&gt;\r\n                                    &lt;div class=\"notification-list_feature-img\"&gt;\r\n                                        &lt;img src=\"https:\/\/i.imgur.com\/bpBpAlH.jpg\" alt=\"Feature image\"&gt;\r\n                                    &lt;\/div&gt;\r\n                                &lt;\/div&gt;\r\n                                &lt;div class=\"notification-list\"&gt;\r\n                                    &lt;div class=\"notification-list_img\"&gt;\r\n                                        &lt;img src=\"https:\/\/i.imgur.com\/CtAQDCP.jpg\" alt=\"user\"&gt;\r\n                                    &lt;\/div&gt;\r\n                                    &lt;div class=\"notification-list_detail\"&gt;\r\n                                        &lt;p&gt;&lt;b&gt;Lance Bogrol&lt;\/b&gt; reacted to your post&lt;\/p&gt;\r\n                                        &lt;p&gt;&lt;small&gt;1 day ago&lt;\/small&gt;&lt;\/p&gt;\r\n                                    &lt;\/div&gt;\r\n                                    &lt;div class=\"notification-list_feature-img\"&gt;\r\n                                        &lt;img src=\"https:\/\/i.imgur.com\/iIhftMJ.jpg\" alt=\"Feature image\"&gt;\r\n                                    &lt;\/div&gt;\r\n                                &lt;\/div&gt;\r\n                            &lt;\/div&gt;\r\n                            &lt;div class=\"notification-ui_dd-footer\"&gt;\r\n                                &lt;a href=\"#!\" class=\"btn btn-success btn-block\"&gt;View All&lt;\/a&gt;\r\n                            &lt;\/div&gt;\r\n                        &lt;\/div&gt;\r\n                    &lt;\/li&gt;\r\n                    &lt;li class=\"nav-item\"&gt;\r\n                        &lt;a class=\"nav-link\" href=\"#\"&gt;Home&lt;\/a&gt;\r\n                    &lt;\/li&gt;\r\n                    &lt;li class=\"nav-item\"&gt;\r\n                        &lt;a class=\"nav-link\" href=\"#\"&gt;About&lt;\/a&gt;\r\n                    &lt;\/li&gt;\r\n                    &lt;li class=\"nav-item\"&gt;\r\n                        &lt;a class=\"nav-link\" href=\"#\"&gt;Contact&lt;\/a&gt;\r\n                    &lt;\/li&gt;\r\n                    &lt;li class=\"nav-item\"&gt;\r\n                        &lt;a class=\"nav-link\" href=\"#\"&gt;Login&lt;\/a&gt;\r\n                    &lt;\/li&gt;\r\n                    &lt;li class=\"nav-item\"&gt;\r\n                        &lt;a class=\"nav-link\" href=\"#\"&gt;Signup&lt;\/a&gt;\r\n                    &lt;\/li&gt;\r\n                &lt;\/ul&gt;\r\n            &lt;\/div&gt;\r\n        &lt;\/div&gt;\r\n    &lt;\/nav&gt;\r\n&lt;\/header&gt;\r\n<\/pre>\n<p>Replace the &#8220;Navbar&#8221; text with your website&#8217;s name or logo. This code snippet creates a navigation bar with a notification bell icon. It also includes a placeholder for the dropdown content.<\/p>\n<p>3. To style your notification bell dropdown and make it visually appealing, you&#8217;ll need to add some custom CSS. Create a separate CSS file or include these styles in your existing CSS file:<\/p>\n<pre class=\"prettyprint linenums lang-css\">@import url(https:\/\/fonts.googleapis.com\/css?family=Roboto:300,400,700&amp;display=swap);\r\n\r\nbody {\r\n    font-family: \"Roboto\", sans-serif;\r\n    background: #E6E9ED;\r\n    min-height: 100vh;\r\n    position: relative;\r\n}\r\n.cd__main{\r\n   display: block !important;\r\n}\r\n.notification-ui a:after {\r\n    display: none;\r\n}\r\n\r\n.notification-ui_icon {\r\n    position: relative;\r\n}\r\n\r\n.notification-ui_icon .unread-notification {\r\n    display: inline-block;\r\n    height: 7px;\r\n    width: 7px;\r\n    border-radius: 7px;\r\n    background-color: #66BB6A;\r\n    position: absolute;\r\n    top: 7px;\r\n    left: 12px;\r\n}\r\n\r\n@media (min-width: 900px) {\r\n    .notification-ui_icon .unread-notification {\r\n        left: 20px;\r\n    }\r\n}\r\n\r\n.notification-ui_dd {\r\n    padding: 0;\r\n    border-radius: 10px;\r\n    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);\r\n    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);\r\n    border: 0;\r\n    max-width: 400px;\r\n}\r\n\r\n@media (min-width: 900px) {\r\n    .notification-ui_dd {\r\n        min-width: 400px;\r\n        position: absolute;\r\n        left: -192px;\r\n        top: 70px;\r\n    }\r\n}\r\n\r\n.notification-ui_dd:after {\r\n    content: \"\";\r\n    position: absolute;\r\n    top: -30px;\r\n    left: calc(50% - 7px);\r\n    border-top: 15px solid transparent;\r\n    border-right: 15px solid transparent;\r\n    border-bottom: 15px solid #fff;\r\n    border-left: 15px solid transparent;\r\n}\r\n\r\n.notification-ui_dd .notification-ui_dd-header {\r\n    border-bottom: 1px solid #ddd;\r\n    padding: 15px;\r\n}\r\n\r\n.notification-ui_dd .notification-ui_dd-header h3 {\r\n    margin-bottom: 0;\r\n}\r\n\r\n.notification-ui_dd .notification-ui_dd-content {\r\n    max-height: 500px;\r\n    overflow: auto;\r\n}\r\n\r\n.notification-list {\r\n    display: -webkit-box;\r\n    display: -ms-flexbox;\r\n    display: flex;\r\n    -webkit-box-pack: justify;\r\n    -ms-flex-pack: justify;\r\n    justify-content: space-between;\r\n    padding: 20px 0;\r\n    margin: 0 25px;\r\n    border-bottom: 1px solid #ddd;\r\n}\r\n\r\n.notification-list--unread {\r\n    position: relative;\r\n}\r\n\r\n.notification-list--unread:before {\r\n    content: \"\";\r\n    position: absolute;\r\n    top: 0;\r\n    left: -25px;\r\n    height: calc(100% + 1px);\r\n    border-left: 2px solid #29B6F6;\r\n}\r\n\r\n.notification-list .notification-list_img img {\r\n    height: 48px;\r\n    width: 48px;\r\n    border-radius: 50px;\r\n    margin-right: 20px;\r\n}\r\n\r\n.notification-list .notification-list_detail p {\r\n    margin-bottom: 5px;\r\n    line-height: 1.2;\r\n}\r\n\r\n.notification-list .notification-list_feature-img img {\r\n    height: 48px;\r\n    width: 48px;\r\n    border-radius: 5px;\r\n    margin-left: 20px;\r\n}\r\n.white-mode {\r\n    text-decoration: none;\r\n    padding: 17px 40px;\r\n    background-color: yellow;\r\n    border-radius: 3px;\r\n    color: black;\r\n    transition: .35s ease-in-out;\r\n    position: fixed;\r\n    left: 15px;\r\n    bottom: 15px\r\n}<\/pre>\n<p>That&#8217;s it! You&#8217;ve successfully created a notification bell dropdown for your website. Customize the dropdown content and additional styles as needed to fit your specific requirements.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This code snippet helps you to create a notification bell dropdown UI for your Bootstrap 5 projects. It integrates seamlessly&#8230;<\/p>\n","protected":false},"author":1,"featured_media":8473,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[123],"tags":[],"class_list":["post-8472","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bootstrap"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bootstrap 5 Notification Bell Dropdown &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Here is a free code snippet to create a Bootstrap 5 Notification Bell Dropdown. You can view demo and download the source code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bootstrap 5 Notification Bell Dropdown &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Here is a free code snippet to create a Bootstrap 5 Notification Bell Dropdown. You can view demo and download the source code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-11T17:50:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T10:51:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Bootstrap 5 Notification Bell Dropdown\",\"datePublished\":\"2024-01-11T17:50:00+00:00\",\"dateModified\":\"2024-01-22T10:51:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/\"},\"wordCount\":209,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png\",\"articleSection\":[\"Bootstrap\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/\",\"url\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/\",\"name\":\"Bootstrap 5 Notification Bell Dropdown &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png\",\"datePublished\":\"2024-01-11T17:50:00+00:00\",\"dateModified\":\"2024-01-22T10:51:47+00:00\",\"description\":\"Here is a free code snippet to create a Bootstrap 5 Notification Bell Dropdown. You can view demo and download the source code.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png\",\"width\":1280,\"height\":960,\"caption\":\"Bootstrap 5 Notification Bell Dropdown\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bootstrap\",\"item\":\"https:\/\/codehim.com\/category\/bootstrap\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bootstrap 5 Notification Bell Dropdown\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bootstrap 5 Notification Bell Dropdown &#8212; CodeHim","description":"Here is a free code snippet to create a Bootstrap 5 Notification Bell Dropdown. You can view demo and download the source code.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/","og_locale":"en_US","og_type":"article","og_title":"Bootstrap 5 Notification Bell Dropdown &#8212; CodeHim","og_description":"Here is a free code snippet to create a Bootstrap 5 Notification Bell Dropdown. You can view demo and download the source code.","og_url":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-01-11T17:50:00+00:00","article_modified_time":"2024-01-22T10:51:47+00:00","og_image":[{"width":1280,"height":960,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png","type":"image\/png"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Bootstrap 5 Notification Bell Dropdown","datePublished":"2024-01-11T17:50:00+00:00","dateModified":"2024-01-22T10:51:47+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/"},"wordCount":209,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png","articleSection":["Bootstrap"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/","url":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/","name":"Bootstrap 5 Notification Bell Dropdown &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png","datePublished":"2024-01-11T17:50:00+00:00","dateModified":"2024-01-22T10:51:47+00:00","description":"Here is a free code snippet to create a Bootstrap 5 Notification Bell Dropdown. You can view demo and download the source code.","breadcrumb":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Bootstrap-5-Notification-Bell-Dropdown.png","width":1280,"height":960,"caption":"Bootstrap 5 Notification Bell Dropdown"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-5-notification-bell-dropdown\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"Bootstrap","item":"https:\/\/codehim.com\/category\/bootstrap\/"},{"@type":"ListItem","position":3,"name":"Bootstrap 5 Notification Bell Dropdown"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":8243,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/8472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=8472"}],"version-history":[{"count":0,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/8472\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/8473"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=8472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=8472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=8472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}