@sentinel-one/sui-react
v3.6.9
Published
Singularity UI React Library
Downloads
349
Maintainers
Keywords
Readme
sui-react
Singularity UI React Library
Installation SUI React
npm i @sentinel-one/sui-react
Add Style
The following line can be included in your src/index.js or App.tsx file
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';
Peer Dependencies
"react-dropzone": "^14.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", "@types/react": "^18.0.15", "@emotion/react": ">= 11.9.3", "@emotion/styled": ">= 11.9.3", "@mui/material": ">= 5.9.2", "lodash": ">= 4.17.21", "notistack": ">= 3.0.1", "react-window": "^1.8.9",
Installation Peer Dependencies
npm install @mui/material @emotion/react @emotion/styled