Icons
Last Update : 07 August, 2023 | Published : 01 July, 2023 | 1 Min ReadTo use icons in our template you need to install Heroicons - svg icons by Tailwind CSS makers.
Installation:
npm install @heroicons/react
Usage
Now to use the icons - you have to import icons individually to use them.
import { ChartPieIcon } from '@heroicons/react/solid';
function MyComponent() {
return (
<div>
<ChartPieIcon className="h-6 w-6 text-black-500" />
<p>...</p>
</div>
)
}
Looking for Cloud-Native Implementation?
Finding the right talent is pain. More so, keeping up with concepts, culture, technology and tools. We all have been there. Our AI-based automated solutions helps eliminate these issues, making your teams lives easy.
Contact Us