Framework
Theme
All
689
Forms
16
Charts
21
Navbars
45
Sidebars
27
Typography
42
Components
62
Tables
34
Cards
70
Contact Us
9
Testimonials
19
General
6
Features
25
Cards Section
38
Teams Section
11
Faq
9
Headers
47
Blogs
15
Contacts Section
9
Profiles Section
13
Charts Section
7
Tables Section
15
Contents
18
Logo Areas
12
Projects Section
14
Stats
13
Authentication
15
Call To Actions
21
Http Codes
6
Teams
16
Pricing
13


UI Components Library
Discover 689 components available in Loopple’s library! Create modern templates without creativity of a designer
Typography P
H5
Section Projects Background Image
Card Background
Badge
Sidebar Music
Progress
Component from
Argon Dashboard
Builder
<div class="progress-wrapper draggable">
<div class="progress-info">
<div class="progress-label">
<span>Task completed</span>
</div>
<div class="progress-percentage">
<span>60%</span>
</div>
</div>
<div class="progress">
<div class="progress-bar bg-default" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;"></div>
</div>
</div>
Pagination
Component from
Argon Dashboard
Builder
<nav aria-label="..." class="draggable">
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="#" tabindex="-1">
<i class="fa fa-angle-left"></i>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item active"><a class="page-link" href="#">1</a></li>
<li class="page-item">
<a class="page-link" href="#">2 <span class="sr-only">(current)</span></a>
</li>
<li class="page-item">
<a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#">
<i class="fa fa-angle-right"></i>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
Teams Section Members
Component from
Riva Dashboard Tailwind
Builder
<div class="relative flex-[1_auto] flex flex-col break-words min-w-0 bg-clip-border rounded-[.95rem] border border-dashed border-stone-200 bg-white mb-5 draggable">
<!-- card body -->
<div class="flex-auto block py-8 px-9">
<div>
<div class="mb-9">
<h1 class="mb-2 text-[1.75rem] font-semibold text-dark font-display">Our Executive Team</h1>
<span class="text-[1.15rem] font-medium text-muted">
Meet our talented team, a dynamic group of experts driven by passion and innovation.
</span>
</div>
<div class="flex flex-wrap w-full">
<div class="flex flex-col mr-5 text-center mb-11 lg:mr-16">
<div class="inline-block mb-4 relative shrink-0 rounded-[.95rem]">
<img class="inline-block shrink-0 rounded-[.95rem] w-[10px] h-[150px]"
src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/avatars/avatar11.jpg" alt="avarat image">
</div>
<div class="text-center">
<a href="javascript:void(0)"
class="text-dark font-semibold hover:text-primary text-[1.25rem] transition-colors duration-200 ease-in-out">Samantha Reynolds</a>
<span class="block font-medium text-muted">Marketing Manager</span>
</div>
</div>
<div class="flex flex-col mr-5 text-center mb-11 lg:mr-16">
<div class="inline-block mb-4 relative shrink-0 rounded-[.95rem]">
<img class="inline-block shrink-0 rounded-[.95rem] w-[150px] h-[150px]" src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/avatars/avatar2.jpg"
alt="avarat image">
</div>
<div class="text-center">
<a href="javascript:void(0)"
class="text-dark font-semibold hover:text-primary text-[1.25rem] transition-colors duration-200 ease-in-out">Benjamin Martinez</a>
<span class="block font-medium text-muted">Sales Executive</span>
</div>
</div>
<div class="flex flex-col mr-5 text-center mb-11 lg:mr-16">
<div class="inline-block mb-4 relative shrink-0 rounded-[.95rem]">
<img class="inline-block shrink-0 rounded-[.95rem] w-[150px] h-[150px]" src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/avatars/avatar5.jpg"
alt="avarat image">
</div>
<div class="text-center">
<a href="javascript:void(0)"
class="text-dark font-semibold hover:text-primary text-[1.25rem] transition-colors duration-200 ease-in-out">Emily Turner</a>
<span class="block font-medium text-muted">Customer Support</span>
</div>
</div>
<div class="flex flex-col mr-5 text-center mb-11 lg:mr-16">
<div class="inline-block mb-4 relative shrink-0 rounded-[.95rem]">
<img class="inline-block shrink-0 rounded-[.95rem] w-[150px] h-[150px]"
src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/avatars/avatar24.jpg" alt="avarat image">
</div>
<div class="text-center">
<a href="javascript:void(0)"
class="text-dark font-semibold hover:text-primary text-[1.25rem] transition-colors duration-200 ease-in-out">Jason Anderson</a>
<span class="block font-medium text-muted">Development Engineer</span>
</div>
</div>
<div class="flex flex-col mr-5 text-center mb-11 lg:mr-16">
<div class="inline-block mb-4 relative shrink-0 rounded-[.95rem]">
<img class="inline-block shrink-0 rounded-[.95rem] w-[150px] h-[150px]"
src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/avatars/avatar23.jpg" alt="avarat image">
</div>
<div class="text-center">
<a href="javascript:void(0)"
class="text-dark font-semibold hover:text-primary text-[1.25rem] transition-colors duration-200 ease-in-out">Olivia Carter</a>
<span class="block font-medium text-muted">Creative Director</span>
</div>
</div>
</div>
</div>
</div>
</div>