Posts Learn Components Snippets Categories Tags Tools About
/
<div class="bg-white p-4 flex items-center flex-wrap">
  <nav aria-label="breadcrumb">
	<ol class="flex leading-none text-blue-500 divide-x">
	  <li class="pr-4">
		<a href="#" class="inline-flex items-center">
		  <svg class="w-5 h-auto fill-current mx-2 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#000000"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z"/></svg>
		</a>
	  </li>

	  <li class="inline-flex items-center px-4 text-gray-700" aria-current="page">
		<a href="#" class="text-gray-600 hover:text-blue-500">
		  Page 1
		</a>
	  </li>

	  <li class="inline-flex items-center px-4 text-gray-700" aria-current="page">
		<a href="#" class="text-gray-600 hover:text-blue-500">
		  Page 2
		</a>
	  </li>

	  <li class="inline-flex items-center px-4 text-gray-700" aria-current="page">
		<a href="#" class="text-gray-600 hover:text-blue-500 text-blue-500">
		  Page 3
		</a>
	  </li>
	</ol>
  </nav>
</div>

Collection of Tailwind CSS breadcrumbs with pipe components. This component contains the pipe divider.

[email protected] 856 views

How to install and add to your project?

Step 1: Include Scripts and Styling CDN inside the head tag

<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/charts.css/dist/charts.min.css">
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>

Step 2: Copy the Tailwind CSS Basic Breadcrumbs with Pipe Component component code above as you need it

Step 3: Preview the component in your browser 🚀

Step 4: For production release make sure to use the official Tailwind CSS Installation

You are done 🎉

Credits or Attribution

If you enjoy using our components, please do give us (PostSrc) credit in your project footer section or about page. Copy the HTML below for attribution.

<a href="https://postsrc.com/components" target="_blank" rel="noopener" title="PostSrc Components - Collection of Tailwind CSS components for everyone to use"><img style="width: auto; height: 46px;" src="https://postsrc.com/img/attr.png" alt="PostSrc logo"></a>

Other Tailwind CSS Breadcrumbs Components

More Components

Sponsors 👑

+ Add Yours
)