Bootstrap Admin Dashboard in React JS
Today, We will see how to make a simple Admin Template in React js using Bootstrap 5. Admin Dashboard in React JS.
As we know that The Bootstrap is a framework of CSS. You can use Material UI or any other design framework for the Admin dashboard.
Installation of Packages
You just have to use two packages ( Dependencies )
1 ). Bootstrap and Fontawesome
2 ). Chart JS
First Install Bootstrap in your react project using the below command. But you can cdn link as well .so It is up to you want you to want to use for your project.
npm install bootstrap --save or using yarn package manager yarn add bootstrap |
Below is the CDN link of bootstrap and font awesome