DEV Community

Vishal_bhuva
Vishal_bhuva

Posted on

2

How To Add PrimeReact Icon In React App

Install PrimeReact and PrimeIcons:

First, make sure you have primereact and primeicons installed in your project.

If not, you can install them using npm or yarn:

npm install primereact primeicons
yarn add primereact primeicons

Import the CSS files: Import the necessary CSS files for PrimeReact and PrimeIcons in your index.js or App.js file.

import 'primereact/resources/themes/saga-blue/theme.css';
import 'primereact/resources/primereact.min.css';
import 'primeicons/primeicons.css';

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Retry later