Bootstrap snippet and html example. new contacts widget

Bootstrap 3.3.4 snippet "new contacts widget" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: contact,list,widget,dashboard

HTML code

Clean, semantic HTML that powers this Bootstrap 3.3.4 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<div class="container bootstrap snippets bootdey">
    <div class="row">
        <div class="col-sm-6 col-xs-12">
            <div class="panel panel-default">
               <div class="panel-body bg-primary">
                  <h2 class="text-thin mt">New contacts</h2>
                  <div class="clearfix">
                     <div class="pull-right">
                        <ul class="list-inline m0">
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="" class="v-middle">
                                 <strong>+7</strong>
                              </a>
                           </li>
                        </ul>
                     </div>
                  </div>
               </div>
            </div>
         </div>
        <div class="col-sm-6 col-xs-12">
            <div class="panel panel-default">
               <div class="panel-body bg-danger">
                  <h2 class="text-thin mt">New contacts</h2>
                  <div class="clearfix">
                     <div class="pull-right">
                        <ul class="list-inline m0">
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar8.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="" class="v-middle">
                                 <strong>+7</strong>
                              </a>
                           </li>
                        </ul>
                     </div>
                  </div>
               </div>
            </div>
         </div>
        <div class="col-sm-6 col-xs-12">
            <div class="panel panel-default">
               <div class="panel-body bg-warning">
                  <h2 class="text-thin mt">New contacts</h2>
                  <div class="clearfix">
                     <div class="pull-right">
                        <ul class="list-inline m0">
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="" class="v-middle">
                                 <strong>+7</strong>
                              </a>
                           </li>
                        </ul>
                     </div>
                  </div>
               </div>
            </div>
         </div>
        <div class="col-sm-6 col-xs-12">
            <div class="panel panel-default">
               <div class="panel-body bg-success">
                  <h2 class="text-thin mt">New contacts</h2>
                  <div class="clearfix">
                     <div class="pull-right">
                        <ul class="list-inline m0">
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="">
                                 <img src="https://bootdey.com/img/Content/avatar/avatar8.png" alt="Follower" class="img-responsive img-circle thumb24">
                              </a>
                           </li>
                           <li class="p0">
                              <a href="" class="v-middle">
                                 <strong>+7</strong>
                              </a>
                           </li>
                        </ul>
                     </div>
                  </div>
               </div>
            </div>
         </div>
	</div>
</div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.3.4 to keep the design, spacing, and responsiveness consistent.

body{
    margin-top:20px;
}

.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow:  0 2px 5px 0 rgba(0,0,0,.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.text-thin {
  font-weight: 100!important;
}

.mt, .mv {
  margin-top: 10px!important;
}

.h2, h2 {
  font-size: 27px;
}

.m0 {
  margin: 0!important;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.p0 {
  padding: 0!important;
}
.thumb24 {
  width: 24px!important;
  height: 24px!important;
  line-height: 24px!important;
}

.bg-primary a {
  color: #c5cae9;
}
.v-middle, [slider], slider {
  vertical-align: middle;
}

Similar snippets

Bootstrap example and template. files list widget

files list widget

Bootstrap example and template. newsfeed friends list

newsfeed friends list

Bootstrap example and template. list with description

list with description

Bootstrap example and template. Contact detail

Contact detail

Bootstrap example and template. Dashboard user count colored circle image

Dashboard user count colored circle image

Bootstrap example and template. support tickets

support tickets

Bootstrap example and template. thumbnails gallery with overlays

thumbnails gallery with overlays

Bootstrap example and template. bs5 edit profile account details

bs5 edit profile account details

FAQ

How do I use this snippet?

Include Bootstrap 3.3.4, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.3.4.

Bootstrap example and template. new contacts widget

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 9.5K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working