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
Card Blog Simple
Header 23
Http Code With Title Subtitle Text And Button
Table Excel
Component from
Soft UI Dashboard
Builder
<div class="card table-responsive draggable">
<div class="card-header border-bottom-0">
<h6 class="text-dark">Table Excel</h6>
</div>
<table class="table" data-integration="excel" tbody-td-classes="text-sm px-4" thead-th-classes="text-secondary text-sm font-weight-bold opacity-8">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<td scope="row" class="text-sm px-4">1</td>
<td class="text-sm px-4">Mark</td>
<td class="text-sm px-4" >Otto</td>
<td class="text-sm px-4">@mdo</td>
</tr>
<tr>
<td scope="row" class="text-sm px-4">2</td>
<td class="text-sm px-4">Jacob</td>
<td class="text-sm px-4">Thornton</td>
<td class="text-sm px-4">@fat</td>
</tr>
<tr>
<td scope="row" class="text-sm px-4">3</td>
<td class="text-sm px-4">Larry</td>
<td class="text-sm px-4">the Bird</td>
<td class="text-sm px-4">@twitter</td>
</tr>
</tbody>
</table>
</div>