Install X Component library.
Please note that react and react-dom are peer dependencies,
meaning you should ensure they are installed before installing X Component
library.
To use the start or end icons inside Button or Form components, you must first
install the Font Awesome Icons. You can do so with npm.
npm install @dilan95x/x-component-library
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
npm install @fortawesome/fontawesome-svg-core
npm install @fortawesome/free-solid-svg-icons
npm install @fortawesome/react-fontawesome