Resources
Documentation.
Welcome to the HeroUI Pro documentation.
Here you'll find everything you need to get started with HeroUI Pro. We assume that you are already familiar with the HeroUI library and have a basic understanding of React.
Install Iconify Icons
Iconify is a popular icons library that supports multiple icon sets, it has over 200,000 icons from 100+ icon sets. HeroUI Pro uses Iconify icons by default to make it easier to use icons.
To use Iconify icons, you need to install the Iconify React component.
npm install --save-dev @iconify/react
To learn more about Iconify, please visit Iconify React
Install `usehooks-ts` package
Some components in HeroUI Pro use the `usehooks-ts` package, which is a collection of reusable React hooks. To use these components, you need to install the `usehooks-ts` package.
npm install usehooks-ts
To learn more about `usehooks-ts`, please visit usehooks-ts Documentation
Install Recharts (New)
HeroUI Pro includes several chart components built on top of Recharts, a composable charting library for React. To use these components, you need to install the Recharts package.
npm install recharts
To learn more about Recharts, please visit Recharts Documentation
You are ready to use HeroUI Pro 🎉
Now you can copy & paste any component from HeroUI Pro and use it in your React application.
To learn more about HeroUI Open Source, please visit HeroUI