To install this package into another application as part of its production build steps, you can follow these general steps:-
1. Run npm install:
during the production build process, run npm install to install dependencies. npm will fetch the package specified in the package.json and install it into the node_modules directory of your project.
2. Include the Package in Your Project:
Run this command
npm install
3. Install Expernal dependencies:
You need to install some external dependencies for some component like Shadow-ui-sidebar contain react-router-dom, shadow-ui-chart contain highchart library here is dependencies give below:-
4.Import CSS:
Import the Path of css file from Package folder in index.js line look like this
import "shadow-ui-react/index.css