* remove `theme`, `customIdSuffix` in props * remove `import '@ankr.com/cross-navigation/style.css';` in project * remove `react-modern-drawer` from package.json
theme, customIdSuffix in propsimport '@ankr.com/cross-navigation/style.css'; in projectreact-modern-drawer from package.json* #### IMPORTANT
**You must use MUI theme utils from '@mui/material' instead '@mui/styles' in your project
for correctly providing the theme to this component**
* react version 17.0.0 or higher
* react-dom version 17.0.0 or higher
#### Added in v3
* "@mui/material": "^5.15.14",
* "@mui/styles": "^5.15.14",
* "tss-react": "^4.9.4"
npm:
``sh`
npm install @ankr.com/cross-navigation
yarn:
`sh`
yarn add @ankr.com/cross-navigation
`jsx`
import { CrossNavigation, LogoType } from '@ankr.com/cross-navigation';
// ...
js
import '@ankr.com/assets/public/fonts/index.css';
`#### Alternative fonts import
`HTML
rel="preconnect"
href="https://assets.ankr.com"
crossOrigin=""
/>
href="https://assets.ankr.com/fonts/index.css"
rel="stylesheet"
/>
``