FAQ
Find Answers to Common Questions and Troubleshooting Tips.
Last updated
Find Answers to Common Questions and Troubleshooting Tips.
Last updated
You can get the update in your purchase dashboard.
If you are already logged in:
Select the tab: Downloads
If you haven't logged in yet
Login here: https://mui.com/store/sign-in/
In your menu dropdown account select: Download history
Yes, you can do that. When you intend to upgrade the product package, please contact us, and we will provide you with a discount code to reduce your previous/lower license cost.
After having a discount code, you can follow the steps below to apply:
Select your concern license from the product page.
Enter discount code
Payment
Done
After successfully purchasing the product, you get 6 months of technical support and free updates for 1 year.
Once the license has expired you will no longer be able to receive new updates from us. And you need to renew or purchase a new license to receive updates.
Contact us if you want to renew your license.
Mantis has an ample number of components to help customers with most of their needs. It is a large project and due to that, first render will take some time (around ~3-4 min) to light it up. This has nothing to do with performance. The real performance of React can be measured in prod build which you can always observe here. If you still have doubts about it, please check the seed version which is a very minimal version without any extra components. It can light up within a minute.
Start with the seed version
If you think, you know react well, you can start with the seed version. This version has just the theme and components. All the unreferenced pages and packages have been removed for you. This is a great start for an experienced react developer. P.S. you need to move all your needed pages and their references from full-version to this.
Disable RTL and live customization
You can disable RTL and live customization in full-version if don't need it. You may see some improvement using this.
const App = () => (
<ThemeCustomization>
<RTLLayout> // Remove or comment out this
<Locales>
<ScrollTop>
<AuthProvider>
<>
<Routes />
<Snackbar />
</>
</AuthProvider>
</ScrollTop>
</Locales>
</RTLLayout> // Remove or comment out this
</ThemeCustomization>
);
There are many third-party open-source packages used in Mantis and all packages update their code in a timely manner. We always tried to keep updated packages in mantis those are possible. We do that with every release. So if you see an older version of any package, you can try upgrading yourself or wait for the next release.
We truly appreciate your interest in sharing a review! Please follow the steps below to submit your feedback on MUI:
Log in to the MUI Store using the same credentials you used at the time of purchase: MUI Store Login
After a successful login, open Mantis in the same browser: https://mui.com/store/items/mantis-react-admin-dashboard-template/
You will see a button to write a review. Click it and share your feedback!
You can only leave a review if logged into your MUI account.
Thanks again for your time and support! 😊