-
-
-
-
-
-
-
Helen Walter
Admin
Indicator
ADMIN PANELIndicator
You can set indicator using .indicator class.
Active Indicator
Set active status indicator using .indicator class.
Badge as Indicator
Set badge as indicator using indicator class.
Update
Latest
<div class="flex flex-wrap gap-2">
<div class="mt-2 indicator">
<span class="indicator-item badge bg-secondary text-white rounded-full top-[-15px] right-[-34px] !py-1 !px-2"> Update </span>
<div class="grid h-20 p-2 bg-white text-dark w-28 place-content-center"> Latest Version </div>
</div>
</div>
Active Chat
set chat indicator using .indicator class.
Notify
Set notification indicator using .indicator class.
+99
<div class="flex flex-wrap gap-2">
<div class="mt-2 indicator">
<span class="indicator-item badge bg-white border-2 !border-gray-300 shadow-lg text-dark rounded-full top-[-15px] right-[-20px] !py-1 !px-2"> +99 </span>
<button class="text-white btn btn-info"> Notification </button>
</div>
</div>
Icon as Indicator
You can set icon as indicator using .indicator class.
Input Indicator
Set badge as indicator for input using .indicator class.
Required
<div class="flex flex-wrap gap-2">
<div class="mt-2 indicator">
<span class="indicator-item badge bg-secondary text-white rounded-full top-[115px] right[-34px] !py-1 !px-2"> Required </span>
<input type="email" placeholder="Enter your id.." class="bg-white rounded-5 w-full border-none py-[11px] pl-[25px] pr-[55px] text-xs font-semibold text-dark">
</div>
</div>
Likes Indicator
Set likes indicator using .indicator class.
Card Indicator
Set badge as indicator for card using .indicator class.
Apply!!
Ready for job?
Here, you can find more and more
<div class="flex flex-wrap gap-2">
<div class="mb-2 indicator">
<span class="indicator-item badge bg-primary font-bold text-white !rounded-card bottom-[-10px] right-[-34px] !py-1 !px-2 border-none"> GOVO </span>
<div class="bg-white card">
<div class="card-body text-dark">
<h3 class="text-lg font-bold"> Ready for job? </h3>
<p class="font-normal"> Here, you can find more and more </p>
</div>
</div>
</div>
</div>
Image Indicator
Set badge as indicator for image using .indicator class.
Uploading..!!

<div class="flex flex-wrap gap-2">
<div class="indicator">
<span class="indicator-item img-indicator badge bg-info text-white !py-1 !px-2 border-none"> Uploading..!! </span>
<div class="avatar rounded w-64 h-[5.5rem]">
<img class="rounded-full" src="../../image.jpg" alt="avatar"/>
</div>
</div>
</div>


