Riva Dashboard Tailwind Components

Discover 72 components available in Riva Dashboard Tailwind

Card Social

Component from Riva Dashboard Tailwind Builder
<div class="relative flex flex-col min-w-0 break-words border border-dashed bg-clip-border rounded-2xl border-stone-200 bg-light/30 draggable">
  <!-- card body  -->
  <div class="flex flex-col items-start justify-between flex-auto py-8 px-9">
    <div class="m-0">
      <img class="w-[35px]" src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/logos/twitter.svg" alt="Logo Twitter">
    </div>
    <div class="flex flex-col my-7">
      <h3 class="text-secondary-inverse text-4xl tracking-[-0.115rem] font-bold font-display">1.3k</h3>
      <div class="m-0">
        <span class="font-medium text-secondary-dark text-lg/normal">Followers</span>
      </div>
    </div>
    <span class="text-center align-baseline inline-flex px-2 py-1 mr-auto items-center font-semibold text-base/none text-success bg-success-light rounded-lg border border-success">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4 mr-1">
        <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941"></path>
      </svg> 12% </span>
  </div>
  <!-- end card body  -->
</div>

Form Contact

Component from Riva Dashboard Tailwind Builder
<div class="relative flex-[1_auto] flex flex-col break-words min-w-0 bg-clip-border rounded-xl border border-dashed border-stone-200 bg-white mb-5 draggable">
  <!-- card body  -->
  <div class="flex-auto block py-8 px-9">
    <form action="#" method="post" class="group/form">
      <div class="flex flex-col mb-9">
        <h1 class="font-semibold text-3xl text-dark mb-2 font-display">Contact Us</h1>
        <span class="text-lg font-medium text-muted block"> Feel free to reach out to us with any questions or inquiries. We'll be happy to assist you! </span>
      </div>
      <div class="flex flex-wrap mb-5 -mx-3">
        <div class="w-1/2 px-3">
          <label class="inline-block mb-2 text-[1.15rem] font-medium text-dark" for="Name"> Full Name </label>
          <input type="text" name="Name" id="Name" value="" class="peer w-full px-4 py-3 text-base/normal rounded-xl font-medium block transition-colors duration-200 ease-in-out bg-secondary-light focus:bg-secondary/40 text-stone-500 border focus:outline-none" placeholder="Enter your full name" required="">
        </div>
        <div class="w-1/2 px-3">
          <label class="inline-block mb-2 text-[1.15rem] font-medium text-dark" for="Email"> Email Address </label>
          <input type="email" name="Email" id="Email" class="peer w-full px-4 py-3 text-base/normal rounded-xl font-medium block transition-colors duration-200 ease-in-out bg-secondary-light focus:bg-secondary/40 text-stone-500 border focus:outline-none" placeholder="Enter your email address" required="">
        </div>
      </div>
      <div class="w-full mb-5">
        <label class="inline-block mb-2 text-[1.15rem] font-medium text-dark" for="Subject"> Subject </label>
        <input type="text" name="Subject" id="Subject" class="w-full px-4 py-3 text-base/normal rounded-xl font-medium block transition-colors duration-200 ease-in-out bg-secondary-light focus:bg-secondary/40 text-stone-500 border focus:outline-none" placeholder="Enter the subject">
      </div>
      <div class="w-full mb-10">
        <label class="inline-block mb-2 text-[1.15rem] font-medium text-dark" for="Message"> Message </label>
        <textarea rows="6" type="text" name="Message" id="Message" class="w-full px-4 py-3 text-base/normal rounded-xl font-medium block transition-colors duration-200 ease-in-out bg-secondary-light focus:bg-secondary/40 text-stone-500 border focus:outline-none" placeholder="Enter your message"></textarea>
      </div>
      <div class="text-end">
        <button class="inline-block text-base font-medium leading-normal text-center align-middle cursor-pointer rounded-xl transition-colors duration-150 ease-in-out text-white bg-dark shadow-none border-0 px-5 py-4 hover:bg-dark-dark active:bg-dark-dark focus:bg-dark-dark ms-auto" type="submit">Send Message</button>
      </div>
    </form>
  </div>
</div>

Radio

Component from Riva Dashboard Tailwind Builder
<div class="flex items-center draggable">
    <input checked="" id="default-radio-2" type="radio" value="" name="default-radio" class="w-5 h-5 text-primary border-gray-100">
    <label for="default-radio-2" class="ml-2 text-gray-900 font-medium">Radio</label>
</div>

Typography P

Component from Riva Dashboard Tailwind Builder
<p class="draggable">Riva Pharagraph</p>

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>

Input

Component from Riva Dashboard Tailwind Builder
<input type="text" name="Name" id="Name" value="" class="peer w-full px-4 py-3 text-base/normal rounded-xl font-medium block transition-colors duration-200 ease-in-out bg-secondary-light focus:bg-secondary/40 text-stone-500 border focus:outline-none" placeholder="Enter your full name" required="">

Switch

Component from Riva Dashboard Tailwind Builder
<label class="relative inline-flex items-center cursor-pointer draggable">
    <input type="checkbox" value="" class="sr-only peer" checked="">
    <div class="w-11 h-6 bg-gray-200 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:left-[1.5px] after:bg-white after:border-gray-200 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-primary peer-checked:after:border-primary"></div>
    <span class="ml-3 font-medium text-gray-600">Switch</span>
</label>

Profile Section With Image

Component from Riva Dashboard Tailwind Builder
<div class="relative flex flex-col w-full min-w-0 mb-6 break-words border border-dashed bg-clip-border rounded-2xl border-stone-200 bg-light/30 draggable">
  <!-- card body -->
  <div class="px-9 pt-9 flex-auto min-h-[70px] pb-0 bg-transparent">
    <div class="flex flex-wrap mb-6 xl:flex-nowrap">
      <div class="mb-5 mr-5">
        <div class="relative inline-block shrink-0 rounded-2xl">
          <img class="inline-block shrink-0 rounded-2xl w-[80px] h-[80px] lg:w-[160px] lg:h-[160px]" src="https://raw.githubusercontent.com/Loopple/loopple-public-assets/main/riva-dashboard-tailwind/img/avatars/avatar1.jpg" alt="image" />
          <div class="group/tooltip relative">
            <span class="w-[15px] h-[15px] absolute bg-success rounded-full bottom-0 end-0 -mb-1 -mr-2  border border-white"></span>
            <span class="text-xs absolute z-10 transition-opacity duration-300 ease-in-out px-3 py-2 whitespace-nowrap text-center transform bg-white rounded-2xl shadow-sm bottom-0 -mb-2 start-full ml-4 font-medium text-secondary-inverse group-hover/tooltip:opacity-100 opacity-0 block"> Status: Active </span>
          </div>
        </div>
      </div>
      <div class="grow">
        <div class="flex flex-wrap items-start justify-between mb-2">
          <div class="flex flex-col">
            <div class="flex items-center mb-2">
              <a class="text-secondary-inverse hover:text-primary transition-colors duration-200 ease-in-out font-semibold text-[1.5rem] mr-1" href="javascript:void(0)"> Alec Jhonson </a>
            </div>
            <div class="flex flex-wrap pr-2 mb-4 font-medium">
              <a class="flex items-center mb-2 mr-5 text-secondary-dark hover:text-primary" href="javascript:void(0)">
                <span class="mr-1">
                  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5">
                    <path fill-rule="evenodd" d="M11.54 22.351l.07.04.028.016a.76.76 0 00.723 0l.028-.015.071-.041a16.975 16.975 0 001.144-.742 19.58 19.58 0 002.683-2.282c1.944-1.99 3.963-4.98 3.963-8.827a8.25 8.25 0 00-16.5 0c0 3.846 2.02 6.837 3.963 8.827a19.58 19.58 0 002.682 2.282 16.975 16.975 0 001.145.742zM12 13.5a3 3 0 100-6 3 3 0 000 6z" clip-rule="evenodd" />
                  </svg>
                </span> New York, NY </a>
              <a class="flex items-center mb-2 mr-5 text-secondary-dark hover:text-primary" href="javascript:void(0)">
                <span class="mr-1">
                  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5">
                    <path d="M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z" />
                    <path d="M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z" />
                  </svg>
                </span> [email protected] </a>
            </div>
          </div>
          <div class="flex flex-wrap my-auto">
            <a href="javascript:void(0)" class="inline-block px-6 py-3 mr-3 text-base font-medium leading-normal text-center align-middle transition-colors duration-150 ease-in-out border-0 shadow-none cursor-pointer rounded-2xl text-muted bg-light border-light hover:bg-light-dark active:bg-light-dark focus:bg-light-dark "> Follow </a>
            <a href="javascript:void(0)" class="inline-block px-6 py-3 text-base font-medium leading-normal text-center text-white align-middle transition-colors duration-150 ease-in-out border-0 shadow-none cursor-pointer rounded-2xl bg-primary hover:bg-primary-dark active:bg-primary-dark focus:bg-primary-dark "> Hire </a>
          </div>
        </div>
        <div class="flex flex-wrap justify-between">
          <div class="flex flex-wrap items-center">
            <a href="javascript:void(0)" class="mr-3 mb-2 inline-flex items-center justify-center text-secondary-inverse rounded-full bg-neutral-100 hover:bg-neutral-200 transition-all duration-200 ease-in-out px-3 py-1 text-sm font-medium leading-normal"> 320 Following </a>
            <a href="javascript:void(0)" class="mr-3 mb-2 inline-flex items-center justify-center text-secondary-inverse rounded-full bg-neutral-100 hover:bg-neutral-200 transition-all duration-200 ease-in-out px-3 py-1 text-sm font-medium leading-normal"> 2.5k Followers </a>
            <a href="javascript:void(0)" class="mr-3 mb-2 inline-flex items-center justify-center text-secondary-inverse rounded-full bg-neutral-100 hover:bg-neutral-200 transition-all duration-200 ease-in-out px-3 py-1 text-sm font-medium leading-normal"> 48 Deals </a>
          </div>
        </div>
      </div>
    </div>
    <hr class="w-full h-px border-neutral-200">
    <ul nav-tabs class="group flex flex-wrap items-stretch text-[1.15rem] font-semibold list-none border-b-2 border-transparent border-solid active-assignments">
      <li class="flex mt-2 -mb-[2px]">
        <a aria-controls="summary" class="py-5 mr-1 sm:mr-3 lg:mr-10 transition-colors duration-200 ease-in-out border-b-2 border-transparent group-[.active-summary]:border-primary group-[.active-summary]:text-primary text-muted hover:border-primary" href="javascript:void(0)"> Summary </a>
      </li>
      <li class="flex mt-2 -mb-[2px]">
        <a aria-controls="assignments" class="py-5 mr-1 sm:mr-3 lg:mr-10 transition-colors duration-200 ease-in-out border-b-2 border-transparent group-[.active-assignments]:border-primary group-[.active-assignments]:text-primary text-muted hover:border-primary" href="javascript:void(0)"> Assignments </a>
      </li>
      <li class="flex mt-2 -mb-[2px]">
        <a aria-controls="marketing" class="py-5 mr-1 sm:mr-3 lg:mr-10 transition-colors duration-200 ease-in-out border-b-2 border-transparent group-[.active-marketing]:border-primary group-[.active-marketing]:text-primary text-muted hover:border-primary" href="javascript:void(0)"> Marketing </a>
      </li>
      <li class="flex mt-2 -mb-[2px]">
        <a aria-controls="followers" class="py-5 mr-1 sm:mr-3 lg:mr-10 transition-colors duration-200 ease-in-out border-b-2 border-transparent group-[.active-followers]:border-primary group-[.active-followers]:text-primary text-muted hover:border-primary" href="javascript:void(0)"> Followers </a>
      </li>
      <li class="flex mt-2 -mb-[2px] group">
        <a aria-controls="history" class="py-5 mr-1 sm:mr-3 lg:mr-10 transition-colors duration-200 ease-in-out border-b-2 border-transparent group-[.active-history]:border-primary group-[.active-history]:text-primary text-muted hover:border-primary" href="javascript:void(0)"> History </a>
      </li>
    </ul>
  </div>
</div>

Avatar Text

Component from Riva Dashboard Tailwind Builder
<div class="rounded-full relative cursor-pointer shrink-0 draggable">
    <span class="relative flex items-center justify-center text-sm font-semibold bg-dark text-secondary border-2 border-white/50 w-[40px] h-[40px] rounded-full shrink-0">RT</span>
</div>

Card Project

Component from Riva Dashboard Tailwind Builder
<div class="relative flex flex-col min-w-0 break-words bg-green-500 border-0 bg-clip-border rounded-2xl mb-5 draggable">
    <!-- card header -->
    <div class="px-9 pt-5 flex justify-between items-stretch flex-wrap min-h-[70px] pb-0 bg-transparent">
        <div class="flex flex-col items-start justify-center m-2 ml-0 font-medium text-xl/normal text-dark">
        <!--begin::Amount-->
        <h3 class="text-white text-5xl/none font-semibold mr-2 tracking-[-0.115rem] font-display">92</h3>
        <!--end::Amount-->

        <!--begin::Subtitle-->
        <span class="pt-1 font-medium text-white/80 text-lg/normal">Completed Tasks</span>
        <!--end::Subtitle-->
        </div>
    </div>
    <!-- card body  -->
    <div class="flex items-end flex-auto py-8 pt-0 px-9 ">
        <!--begin::Progress-->
        <div class="flex flex-col items-center w-full mt-3">
        <div class="flex justify-between w-full mt-auto mb-2 font-semibold text-white/80 text-lg/normal">
            <span class="mr-4">12 Pending</span>
            <span>85%</span>
        </div>

        <div class="mx-3 rounded-2xl h-[8px] w-full bg-white/20">
            <div class="rounded-2xl bg-white w-[85%] h-[8px]"></div>
        </div>
        </div>
        <!--end::Progress-->
    </div>
    <!-- end card body  -->
</div>