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="row align-items-center">
<div class="col-xl-12 col-lg-12 col-md-12 col-12">
<div class="pt-20 rounded-top" style={{/*background:url(https://bootdey.com/image/480x480/FF00FF/000000) no-repeat; background-size: cover;*/}}>
</div>
<div class="card rounded-bottom smooth-shadow-sm">
<div class="d-flex align-items-center justify-content-between
pt-4 pb-6 px-4">
<div class="d-flex align-items-center">
<div class="avatar-xxl avatar-indicators avatar-online me-2
position-relative d-flex justify-content-end
align-items-end mt-n10">
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="avatar-xxl
rounded-circle border border-2 " alt="Image"/>
<a href="#!" class="position-absolute top-0 right-0 me-2">
<img src="https://dashui.codescandy.com/dashuipro/assets/images/svg/checked-mark.svg" alt="Image" class="icon-sm"/>
</a>
</div>
<div class="lh-1">
<h2 class="mb-0">Jitu Chauhan
<a href="#!" class="text-decoration-none">
</a>
</h2>
<p class="mb-0 d-block">@imjituchauhan</p>
</div>
</div>
<div>
<a href="#/" class="btn btn-outline-primary
d-none d-md-block">Edit Profile</a>
</div>
</div>
<ul class="nav nav-lt-tab px-4" id="pills-tab" role="tablist">
<li class="nav-item">
<a class="nav-link active" href="#/">Activity</a>
</li>
</ul>
</div>
</div>
</div>
<div class="py-6">
<div class="row">
<div class="offset-lg-1 col-lg-10 col-md-12 col-12">
<div class="row align-items-center mb-6">
<div class="col-lg-6 col-md-12 col-12">
<form>
<input type="search" class="form-control" placeholder="Search Your Activity"/>
</form>
</div>
<div class="col-lg-6 col-md-12 col-12 d-flex justify-content-end">
<div>
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle texttooltip" data-template="filterOne">
<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-filter icon-xs"><polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon></svg>
<div class="d-none" id="filterOne">
<span>Filter</span>
</div>
</a>
<a href="#!" class="btn btn-outline-secondary ms-3">
Delete
</a>
</div>
</div>
</div>
<div class="mb-8">
<div class="card bg-gray-300 shadow-none mb-4">
<div class="card-body">
<div class="d-flex justify-content-between
align-items-center">
<div>
<h5 class="mb-0">Today</h5>
</div>
<div>
<a href="#!" class="text-muted"><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-trash-2 icon-xs"><polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line></svg></a>
</div>
</div>
</div>
</div>
<div class="card">
<ul class="list-group list-group-flush">
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium"><a href="#!">You </a>created
a task for Development in <a href="#!">Front End
Developer Team</a></p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle" id="dropdownactivityOne" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityOne">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0 font-weight-medium
text-dark">Watched a youtube video on Next Js
Development.</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle" id="dropdownactivityTwo" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityTwo">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium">Commented on Front End
Development project of <a href="#!">DashUI</a>.
</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle" id="dropdownactivityThree" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityThree">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium">Added new team member <a href="#!">Jhon Doe</a> UI/UX Design Team.
</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle" id="dropdownactivityFour" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityFour">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium">Moved all upcoming changes
in Review Coulmn for testing.
</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle" id="dropdownactivityFive" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityFive">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium">Created a Task for UI/UX
designer and share a Figma Setup project.
</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle" id="dropdownactivitySix" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivitySix">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="mb-8">
<div class="card bg-gray-300 shadow-none mb-4">
<div class="card-body">
<div class="d-flex justify-content-between
align-items-center">
<div>
<h5 class="mb-0">Yesterday</h5>
</div>
<div>
<a href="#!" class="text-muted"><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-trash-2 icon-xs"><polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line></svg></a>
</div>
</div>
</div>
</div>
<div class="card">
<ul class="list-group list-group-flush">
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium"><a href="#!">You </a>created
a task for Development in <a href="#!">Front End
Developer Team</a></p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle" id="dropdownactivitySeven" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivitySeven">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar8.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium text-dark">Watched a youtube video on
Next Js Development.</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle" id="dropdownactivityEight" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityEight">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar8.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium">Commented on Front End
Development project of <a href="#!">DashUI</a>.
</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" class="btn btn-ghost btn-icon btn-sm rounded-circle" id="dropdownactivityNine" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityNine">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="mb-8">
<div class="card bg-gray-300 shadow-none mb-4">
<div class="card-body">
<div class="d-flex justify-content-between
align-items-center">
<div>
<h5 class="mb-0">20 April 2023</h5>
</div>
<div>
<a href="#!" class="text-muted"><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-trash-2 icon-xs"><polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line></svg></a>
</div>
</div>
</div>
</div>
<div class="card">
<ul class="list-group list-group-flush">
<li class="list-group-item p-3">
<div class="d-flex align-items-center">
<div>
<div class="icon-shape icon-xl border rounded-3
bg-primary border-primary">
<img src="https://www.bootdey.com/image/40x40/FF00FF/000000" alt="Image"/>
</div>
</div>
<div class="ms-3 lh-1">
<h5 class="mb-1">DashUI Design Project</h5>
<p class="mb-0 ">2:58 PM</p>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium"><a href="#!">You</a> created
a task for Development in <a href="#!">Front End
Developer Team</a></p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" id="dropdownactivityTen" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-ghost btn-sm btn-icon rounded-circle">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityTen">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium">Commented on Front End
Development project of <a href="#!">DashUI</a>.
</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" id="dropdownactivityEleven" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-ghost btn-sm btn-icon rounded-circle">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityEleven">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium">Commented on Front End
Development project of <a href="#!">DashUI</a>.
</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" id="dropdownactivityTwelve" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-ghost btn-sm btn-icon rounded-circle">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityTwelve">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="py-2 text-center">
<a href="#!" class="btn btn-primary">View more items
</a>
</div>
</li>
</ul>
</div>
</div>
<div class="mb-8">
<div class="card">
<ul class="list-group list-group-flush">
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium"><a href="#!">You </a>created
a task for Development in <a href="#!">Front End
Developer Team</a></p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" id="dropdownactivityThirteen" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-ghost btn-sm btn-icon rounded-circle">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityThirteen">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium text-dark">Watched a youtube video on
Next Js Development.</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" id="dropdownactivityFourteen" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-ghost btn-sm btn-icon rounded-circle">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityFourteen">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</li>
<li class="list-group-item p-3">
<div class="d-flex justify-content-between
align-items-center">
<div class="d-flex align-items-center">
<div>
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Image" class="avatar-sm rounded-circle"/>
</div>
<div class="ms-3">
<p class="mb-0
font-weight-medium">Commented on Front End
Development project of <a href="#!">DashUI</a>.
</p>
</div>
</div>
<div>
<div class="dropdown dropstart">
<a href="#!" id="dropdownactivityFifteen" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-ghost btn-sm btn-icon rounded-circle">
<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-vertical icon-xs"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownactivityFifteen">
<a class="dropdown-item d-flex align-items-center" href="#!">Action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Another action</a>
<a class="dropdown-item d-flex align-items-center" href="#!">Something else
here</a>
</div>
</div>
</div>
</div>
</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{padding-top:20px;
background-color:#f1f5f9;
}
.card {
border: 0;
border-radius: 0.5rem;
box-shadow: 0 2px 4px rgba(0,0,20,.08), 0 1px 2px rgba(0,0,20,.08);
}
.rounded-bottom {
border-bottom-left-radius: 0.375rem !important;
border-bottom-right-radius: 0.375rem !important;
}
.avatar-xxl {
height: 7.5rem;
width: 7.5rem;
}
.nav-lt-tab {
border-top: 1px solid var(--dashui-border-color);
}
.px-4 {
padding-left: 1rem!important;
padding-right: 1rem!important;
}
.avatar-sm {
height: 2rem;
width: 2rem;
}
.nav-lt-tab .nav-item {
margin: -0.0625rem 1rem 0;
}
.nav-lt-tab .nav-item .nav-link {
border-radius: 0;
border-top: 2px solid transparent;
color: var(--dashui-gray-600);
font-weight: 500;
padding: 1rem 0;
}
.pt-20 {
padding-top: 8rem!important;
}
.avatar-xxl.avatar-indicators:before {
bottom: 5px;
height: 16%;
right: 17%;
width: 16%;
}
.avatar-online:before {
background-color: #198754;
}
.avatar-indicators:before {
border: 2px solid #FFF;
border-radius: 50%;
bottom: 0;
content: "";
display: table;
height: 30%;
position: absolute;
right: 5%;
width: 30%;
}
.avatar-xxl {
height: 7.5rem;
width: 7.5rem;
}
.mt-n10 {
margin-top: -3rem!important;
}
.me-2 {
margin-right: 0.5rem!important;
}
.align-items-end {
align-items: flex-end!important;
}
.rounded-circle {
border-radius: 50%!important;
}
.border-2 {
--dashui-border-width: 2px;
}
.border {
border: 1px solid #dcdcdc !important;
}
.py-6 {
padding-bottom: 1.5rem!important;
padding-top: 1.5rem!important;
}
.bg-gray-300 {
--dashui-bg-opacity: 1;
background-color: #cbd5e1!important;
}
.mb-6 {
margin-bottom: 1.5rem!important;
}
.align-items-center {
align-items: center!important;
}
.mb-4 {
margin-bottom: 1rem!important;
}
.mb-8 {
margin-bottom: 2rem!important;
}
.shadow-none {
box-shadow: none!important;
}
.card>.list-group:last-child {
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
border-bottom-width: 0;
}
.card>.list-group:first-child {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
border-top-width: 0;
}
.card>.list-group {
border-bottom: inherit;
border-top: inherit;
}