Singularity UI React Library
Singularity UI React Library
npm i @sentinel-one/sui-react
The following line can be included in your src/index.js or App.tsx file
``shell`
import '@sentinel-one/sui-react/styles.css';
import '@sentinel-one/sui-react/index.css';
import '@sentinel-one/sui-react/sui-global-styles.css';this is global style for scrollbar. there are cases like in data set where they dont want to use this still
import '@sentinel-one/sui-react/global-scrollbar.css';
shell
npm install @mui/material @emotion/react @emotion/styled
``