React js UI example. Clients

React js UI example and template, Clients! . Take a look at this UI example and see how it can enhance your project. Your can copy or download the code and use it in your project. Don't forget to browse our library of other free React Native templates for even more design and functionality inspiration. Happy coding!
Tags: clients,list,list-users

1. First, we need fresh reactjs setup, and for that, we need to run below commands into out terminal, and also we should have latest node version installed on our system:

npx create-react-app my-awesome-project

cd my-awesome-project

npm start

2. Now we need to run below commands into our project terminal to get bootstrap and related modules into our reactjs application:

npm install [email protected] --save

npm start //For start project again

3. Finally for the main output, we need to add below code into our my-awesome-project/src/App.js file or if you have fresh setup then you can replace my-awesome-project/src/App.js file code with below code:

import React from 'react';
import './App.css';
import 'bootstrap/dist/css/bootstrap.min.css';


function App() {
  
	return (
		<div>
			<div class="container">
    <div class="container-fluid p-0">
		<h1 class="h3 mb-3">Clients</h1>
		<div class="row">
			<div class="col-xl-8">
				<div class="card">
					<div class="card-header pb-0">
						<div class="card-actions float-right">
							<div class="dropdown show">
								<a href="#/" data-toggle="dropdown" data-display="static">
									<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-horizontal align-middle"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg>
								</a>

								<div class="dropdown-menu dropdown-menu-right">
									<a class="dropdown-item" href="#/">Action</a>
									<a class="dropdown-item" href="#/">Another action</a>
									<a class="dropdown-item" href="#/">Something else here</a>
								</div>
							</div>
						</div>
						<h5 class="card-title mb-0">Clients</h5>
					</div>
					<div class="card-body">
						<table class="table table-striped" style={{/*width:100%*/}}>
							<thead>
								<tr>
									<th>#</th>
									<th>Name</th>
									<th>Company</th>
									<th>Email</th>
									<th>Status</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Garrett Winters</td>
									<td>Good Guys</td>
									<td>[email protected]</td>
									<td><span class="badge bg-success">Active</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Ashton Cox</td>
									<td>Levitz Furniture</td>
									<td>[email protected]</td>
									<td><span class="badge bg-success">Active</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Sonya Frost</td>
									<td>Child World</td>
									<td>[email protected]</td>
									<td><span class="badge bg-danger">Deleted</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Jena Gaines</td>
									<td>Helping Hand</td>
									<td>[email protected]</td>
									<td><span class="badge bg-warning">Inactive</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar2.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Charde Marshall</td>
									<td>Price Savers</td>
									<td>[email protected]</td>
									<td><span class="badge bg-success">Active</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar2.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Haley Kennedy</td>
									<td>Helping Hand</td>
									<td>[email protected]</td>
									<td><span class="badge bg-danger">Deleted</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar2.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Tatyana Fitzpatrick</td>
									<td>Good Guys</td>
									<td>[email protected]</td>
									<td><span class="badge bg-success">Active</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar3.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Michael Silva</td>
									<td>Red Robin Stores</td>
									<td>[email protected]</td>
									<td><span class="badge bg-success">Active</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar3.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Angelica Ramos</td>
									<td>The Wiz</td>
									<td>[email protected]</td>
									<td><span class="badge bg-success">Active</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar4.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Jennifer Chang</td>
									<td>Helping Hand</td>
									<td>[email protected]</td>
									<td><span class="badge bg-warning">Inactive</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar4.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Brenden Wagner</td>
									<td>The Wiz</td>
									<td>[email protected]</td>
									<td><span class="badge bg-warning">Inactive</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar4.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Fiona Green</td>
									<td>The Sample</td>
									<td>[email protected]</td>
									<td><span class="badge bg-warning">Inactive</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar5.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Prescott Bartlett</td>
									<td>The Sample</td>
									<td>[email protected]</td>
									<td><span class="badge bg-success">Active</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar5.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Gavin Cortez</td>
									<td>Red Robin Stores</td>
									<td>[email protected]</td>
									<td><span class="badge bg-success">Active</span></td>
								</tr>
								<tr>
									<td><img src="https://bootdey.com/img/Content/avatar/avatar5.png" width="32" height="32" class="rounded-circle my-n1" alt="Avatar"/></td>
									<td>Howard Hatfield</td>
									<td>Price Savers</td>
									<td>[email protected]</td>
									<td><span class="badge bg-warning">Inactive</span></td>
								</tr>
							</tbody>
						</table>
					</div>
				</div>
			</div>

			<div class="col-xl-4">
				<div class="card">
					<div class="card-header">
						<div class="card-actions float-right">
							<div class="dropdown show">
								<a href="#/" data-toggle="dropdown" data-display="static">
									<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-horizontal align-middle"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg>
								</a>

								<div class="dropdown-menu dropdown-menu-right">
									<a class="dropdown-item" href="#/">Action</a>
									<a class="dropdown-item" href="#/">Another action</a>
									<a class="dropdown-item" href="#/">Something else here</a>
								</div>
							</div>
						</div>
						<h5 class="card-title mb-0">Angelica Ramos</h5>
					</div>
					<div class="card-body">
						<div class="row g-0">
							<div class="col-sm-3 col-xl-12 col-xxl-3 text-center">
								<img src="https://bootdey.com/img/Content/avatar/avatar3.png" width="64" height="64" class="rounded-circle mt-2" alt="Angelica Ramos"/>
							</div>
							<div class="col-sm-9 col-xl-12 col-xxl-9">
								<strong>About me</strong>
								<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore
									magna aliqua.</p>
							</div>
						</div>

						<table class="table table-sm mt-2 mb-4">
							<tbody>
								<tr>
									<th>Name</th>
									<td>Angelica Ramos</td>
								</tr>
								<tr>
									<th>Company</th>
									<td>The Wiz</td>
								</tr>
								<tr>
									<th>Email</th>
									<td>[email protected]</td>
								</tr>
								<tr>
									<th>Phone</th>
									<td>+1234123123123</td>
								</tr>
								<tr>
									<th>Status</th>
									<td><span class="badge bg-success">Active</span></td>
								</tr>
							</tbody>
						</table>

						<strong>Activity</strong>

						<ul class="timeline mt-2 mb-0">
							<li class="timeline-item">
								<strong>Signed out</strong>
								<span class="float-right text-muted text-sm">30m ago</span>
								<p>Nam pretium turpis et arcu. Duis arcu tortor, suscipit...</p>
							</li>
							<li class="timeline-item">
								<strong>Created invoice #1204</strong>
								<span class="float-right text-muted text-sm">2h ago</span>
								<p>Sed aliquam ultrices mauris. Integer ante arcu...</p>
							</li>
							<li class="timeline-item">
								<strong>Discarded invoice #1147</strong>
								<span class="float-right text-muted text-sm">3h ago</span>
								<p>Nam pretium turpis et arcu. Duis arcu tortor, suscipit...</p>
							</li>
							<li class="timeline-item">
								<strong>Signed in</strong>
								<span class="float-right text-muted text-sm">3h ago</span>
								<p>Curabitur ligula sapien, tincidunt non, euismod vitae...</p>
							</li>
							<li class="timeline-item">
								<strong>Signed up</strong>
								<span class="float-right text-muted text-sm">2d ago</span>
								<p>Sed aliquam ultrices mauris. Integer ante arcu...</p>
							</li>
						</ul>

					</div>
				</div>
			</div>
		</div>

	</div>
</div>
		</div>
	);
}
export default App;

4. Now we need to add below code into our my-awesome-project/src/App.css file :

body{margin-top:20px;
background-color: #f7f7fc;
}

.timeline {
    list-style-type: none;
    position: relative
}

.timeline:before {
    background: #dee2e6;
    left: 9px;
    width: 2px;
    height: 100%
}

.timeline-item:before,
.timeline:before {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 1
}

.timeline-item:before {
    background: #fff;
    border-radius: 50%;
    border: 3px solid #3b7ddd;
    left: 0;
    width: 20px;
    height: 20px
}
.card {
    margin-bottom: 24px;
    box-shadow: 0 0 0.875rem 0 rgba(33,37,41,.05);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: initial;
    border: 0 solid transparent;
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header:first-child {
    border-radius: .25rem .25rem 0 0;
}
.card-header {
    border-bottom-width: 1px;
}
.pb-0 {
    padding-bottom: 0!important;
}
.card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid transparent;
}

Similar snippets

React js template and ui example manage users

manage users

React js template and ui example Shop categories

Shop categories

React js template and ui example blog list page

blog list page

React js template and ui example contacts card

contacts card

React js template and ui example timeline with year and date

timeline with year and date

React js template and ui example bs5 dark footer

bs5 dark footer

React js template and ui example bs4 crud users

bs4 crud users

React js template and ui example shop product detail

shop product detail