133 comments found.
Hello, I just bought the Midone Admin template (React version), but the package I received is in Typescript.
I’d like to know if you also provide the React version without Typescript, using only .jsx files
Thank you in advance
we purchased this template years back but never used
now we are planning to use in in internal crm project
But when we download we are getting 2022 version and when we run yarn run dev we are getting error also when we checked changelong there is no change since 2022.
We purchased this template.
Do we have Laravel integration with this React template?
Your quick response is much appreciated.
If i purchase midone react template then can I use it forever lifetime Regular License $29
@Left4code reply
Hey! Sorry for the late reply. Yes, if you purchase the Regular License for $29, you can use it forever (lifetime use) and you’ll also get access to all future updates at no extra cost.
Let me know if you have any other questions!
If i purchase midone react template then can I use it forever lifetime
Hey! Sorry for the late reply. Yes, if you purchase the Regular License for $29, you can use it forever (lifetime use) and you’ll also get access to all future updates at no extra cost.
Let me know if you have any other questions!
thanks
You’re very welcome.. 
Hi Author, we are building ERP system and we have used this template for our ERP but we recognised even extended licenses willn’t allow us to resell our ERP system without buying extended license for each company we will work with. so is there any way to solve this before adopting a new template. we really loved your product. Thanks
Hi! Sorry for the late reply, and thank you so much for reaching out – we really appreciate your kind words about the template!
Yes, you can use the Extended License for that purpose. It allows you to include the template in a product like your ERP system that will be sold to multiple clients.
Let us know if you have any other questions or need clarification -happy to help!
does the theme support rtl ?
Hi, Sorry for the late reply. Unfortunately, we do not support RTL versions at the moment.
Hi, when will React router v7 be added to the React version?
Hi,
Thank you for your question! At the moment, we do not have any plans to add React Router v7 to the React version of our template.
If you have any other questions or need further assistance, please don’t hesitate to reach out to us.
Best regards
Could you please send me the js version and the pure html version of this template at drainthapa13@gmail.com ?
Hi there,
Thank you for reaching out! We’ve just released a compiled version of the template within the package, so you can redownload the project and you’ll find it included.
Regarding the JavaScript version, we currently only offer TypeScript, so unfortunately, we don’t have a JavaScript version available to send. If you need any further assistance with TypeScript, though, feel free to let us know—we’d be happy to help!
Best regards
There is all the jQuery files on js folder, on which integrating the HTML Version with React gives the problem.How to resolve it ?
Thank you for your question!
We understand your confusion, but we also find the question somewhat puzzling. For your information, React and jQuery have fundamentally different approaches to DOM management. React uses a reactivity system and virtual DOM to efficiently handle changes, while jQuery performs direct DOM manipulation.
We’d like to clarify that the HTML version of our template does not actually use jQuery. Instead, it includes lightweight helper functions that may look similar to jQuery but are not the same. These helpers are designed to keep the template simple and functional without relying on the full jQuery library.
Combining these helpers with React could still lead to conflicts, especially when modifying DOM elements outside of React’s control. Therefore, we generally do not recommend mixing these approaches.
Hi Team,
How can i set menu active in child path?
Thank you.
Hi there,
Sorry for the late reply. We have just released an update to accommodate this feature.
Please update the “src/themes” directory, as we have added a React context that allows you to force the active menu from a child page.
You can now set the active menu from your pages with the following code:
import { forceActiveMenuContext } from "@/themes/Rubick/SideMenu/side-menu"; import { useEffect, useContext } from "react"; function Main() { const menuContext = useContext(forceActiveMenuContext); useEffect(() => { menuContext.forceActiveMenu("/dashboard-overview-2"); }, []); }Let us know if you need any further assistance!
Best regards
Hi Team,
In what way can I modify this code to work with Next.js? Since ‘react-router-dom’ is not used by Next.js like it is by React.
Thank you.
Hi,
Unfortunately, we haven’t tried using Next.js yet, so we can’t provide specific suggestions at this time. Let us know if there’s anything else we can help with. Thank you!
Hi Im getting this warning,
A PostCSS plugin did not pass the `from` option to `postcss.parse`. This may cause imported assets to be incorrectly transformed. If you’ve recently added a PostCSS plugin that raised this warning, please contact the package author to fix the issue.
Hi there,
Sorry for the late reply. You can ignore this warning as it will not affect the production build and only appears in development mode. Let me know if you have any other concerns! 
Hi,
We are using the Midone – Tailwind CSS React Admin Dashboard Template. One of the libraries you are using in your template has been abandoned and can no longer be used in the template. When we run the ‘yarn build’ command, there is an error called “Type error: Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax ’\x09’ instead.”
https://github.com/orchidjs/tom-select/pull/748Can you please provide a substitute for this library for the template?
Hi there,
Thank you for using our template and for bringing this issue to our attention. We are aware of the problem with the library.
For the time being, we recommend using the TypeScript version “~5.3.3” to avoid this issue while we search for an alternative plugin reference.
We appreciate your understanding and patience as we work on a solution. If you have any further questions or need assistance, feel free to reach out.
Best regards
I recently purchased your Midone Tailwind CSS React Admin Dashboard template. It is amazing and I really want to use it in my project immediately. The template contains multiple themes and layout which gives me a lot of choice, but in my project, I only want to use one – probably Enigma with Side Menu – and get rid of the code that is not used, including other themes and the theme switcher. Do you have a guideline for this? I tried to work it out by myself but the code is very complex so it will be great if you can provide some instructions. Thank you.
Hello,
Thank you for your purchase and for your kind words about the Midone Tailwind CSS React Admin Dashboard template! We’re glad to hear that you’re eager to use it in your project.
To quickly customize the template for your needs, you can start by editing the stores/themeSlice.ts file. In the selectTheme function, please modify it as follows:
export const selectTheme = (state: RootState) => {
if (localStorage.getItem("theme") === null) {
localStorage.setItem("theme", "enigma");
}
if (localStorage.getItem("layout") === null) {
localStorage.setItem("layout", "side-menu");
}
return state.theme.value;
};
Next, you can adjust the themes variable by leaving only the “Enigma” theme and the “Side Menu” layout, like this:
export const themes = [
{
name: "enigma",
layout: "side-menu",
component: EnigmaSideMenu,
}
] as const;
This should help streamline the code and remove the unused themes and the theme switcher, making your project more focused.
If you need further assistance, feel free to reach out. We’re here to help!
Best regards
Thank you for the reply, though it’s not what I really wanted. After a few days of investigation, I have managed to achieve my goal. Thanks anyway.
Thank you for your follow-up! If you have any more questions or need further assistance in the future, don’t hesitate to reach out.
I want react vite jsx template is it available
Thank you for your inquiry.
At this time, we only offer the template in TypeScript. We do not currently have a JSX version with React Vite available. If you have any other needs or require further assistance, please don’t hesitate to reach out to us.
Thank you!
Best regards
Hello,
I am experiencing an issue while using Tomselect within a table component. When the Tomselect dropdown is active, it gets cut off by the table. I have tried modifying Tomselect with z-index and position absolute, but it hasn’t worked. Is there another way to resolve this issue?
I am using the Midone React template.
Thank you.
Hi there,
Thanks for supporting us by using Midone, and sorry for the delayed response. This issue typically shouldn’t occur unless `overflow-hidden` is being used on the table. Could you please provide a code snippet so we can better understand and help resolve the problem?
Best regards
This is true because the table doesn’t use ‘overflow-hidden’. I realized this after I looked into it. But when Table responsive={true} overflow-hidden is not used because overflow needs to be mobile responsive. My case here I need a responsive Table but this also affects the dropdown UI being truncated.
here is my code “I tried to markdown my code but it didn’t work in this themeforest comment. I don’t know why so I embedded my code snippet link in https://carbon.now.sh
https://carbon.now.sh/?bg=rgba%288%2C11%2C13%2C1%29&t=dracula-pro&wt=none&l=javascript&width=680&ds=true&dsyoff=20px&dsblur=68px&wc=true&wa=true&pv=56px&ph=56px&ln=false&fl=1&fm=Hack&fs=14px&lh=133%25&si=false&es=2x&wm=false&code=%253CTable%2520responsive%253D%257Btrue%257D%253E%250A%2520%2520%253CTable.Thead%253E%250A%2520%2520%2520%2520%253CTable.Tr%253E%250A%2520%2520%2520%2520%2520%2520%253CTable.Th%253EAction%253C%252FTable.Th%253E%250A%2520%2520%2520%2520%2520%2520%253CTable.Th%253EUnit%253C%252FTable.Th%253E%250A%2520%2520%2520%2520%253C%252FTable.Tr%253E%250A%2520%2520%253C%252FTable.Thead%253E%250A%2520%2520%253CTable.Tbody%253E%250A%2520%2520%2520%2520%253CTable.Tr%253E%250A%2520%2520%2520%2520%2520%2520%253CTable.Td%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253CMenu%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253CMenu.Button%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253CEllipsisVertical%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253C%252FMenu.Button%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253CMenu.Items%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253CMenu.Item%253EEdit%253C%252FMenu.Item%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253CMenu.Item%253EDelete%253C%252FMenu.Item%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253C%252FMenu.Items%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253C%252FMenu%253E%250A%2520%2520%2520%2520%2520%2520%253C%252FTable.Td%253E%250A%2520%2520%2520%2520%2520%2520%253CTable.Td%253EExample%253C%252FTable.Td%253E%250A%2520%2520%2520%2520%253C%252FTable.Tr%253E%250A%2520%2520%253C%252FTable.Tbody%253E%250A%253C%252FTable%253E%250AHi there,
Thanks for reaching out and sorry for the delayed response. Appreciate the code snippet you shared! Unfortunately, this is a limitation with the current version of HeadlessUI we’re using, which doesn’t support “portal” to move the dropdown element to the “root” document.
One solution for now is to add some bottom padding like this:
<div classname="pb-20 overflow-x-auto">
<table>
<table.thead>
<table.tr>
<table.th>Action</table.th></table.tr></table.thead></table>.Th>
<table.th>Unit.Th>
.Tr>
.Thead>
<table.tbody>
<table.tr>
<table.td>
<Menu>
<Menu.Button>xx</Menu.Button>
<Menu.Items>
<Menu.Item>Edit</Menu.Item>
<Menu.Item>Delete</Menu.Item>
</Menu.Items>
</Menu>
.Td>
.Tr>
.Tbody>
</table.td></table.tr></table.tbody></table.th></div>
Hope this helps! Let us know if you need any more assistance.
I upgraded the headlessui version to @headlessui/react@2.1.2, and it worked successfully, and the dropdown UI meets my expectations
alternatively I use Popover in version @headlessui/react@2.1.2
Hey there,
Thanks for the update! We’re glad to hear that upgrading to @headlessui/react@2.1.2 worked for you and that the dropdown UI meets your expectations.
For future versions of Midone, we are considering transitioning to ShadcnUI due to the slower updates with HeadlessUI recently.
If you need any further assistance, feel free to reach out!
Best
Hello, Could you help me fix warning: Ckeditor: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
Hi there,
Thanks for reaching out! 
We’ve noticed this issue with some of the components and have released a fix for it. To remove the warning, you’ll need to update some of the components in the ”/src/components” directory.
If you need any help with this, just let us know, and we’ll be happy to guide you through it!
Best regards
Everything working fine, thanks man
That’s awesome to hear! I’m really glad everything’s working fine for you.. 
Best regards
Good morning! Is there currently a version with just the bare essentials to start developing? For example, only one theme (enigma). Just the Navbar and the Sidebar and a blank page. No additional dependencies or example pages, just the components and the router with the layout.
Good morning,
Unfortunately, we currently do not offer a version with only the bare essentials as you described. However, if you have any specific requirements or preferences, please let us know, and we’ll do our best to assist you further.
Best regards
i have seen a serious bug in your project… whenever I do some changes in files and save files.. useEffects which has no dependency ie [] are also executed which is causing lot of issues and should not happen. is there anything I am missing or that you have missed it?
never mind.. resolved it
Hey there,
I’m glad to hear that you were able to resolve the issue on your own! If you ever have any more questions or run into any other issues, please don’t hesitate to reach out. We’re here to help and make sure your experience with our project is as smooth as possible.
If there’s anything else I can assist you with, feel free to let me know. Have a great day!
Best regards
Hi, We have purchased Midone template and it looks great. But looks like it is Typescript based template. We are looking for javascript based template. Do you have javascript version for this template? let us know if you have any solution to convert to javascript base.
Hey there,
Thanks for reaching out, and I’m glad to hear you’re liking the Midone template! While we currently don’t have a JavaScript-specific version of the template available, I might have a solution that could work for you.
You see, even though the Midone template is built with TypeScript, there’s a configuration option called `allowJs` that you can use to include JavaScript files alongside TypeScript files in your project. This means you can still code in JavaScript within a TypeScript project.
To apply this configuration, you’ll need to modify your `tsconfig.json` file. Here’s how you can do it:
1. Open your tsconfig.json file. You should find this file in the root directory of your TypeScript project.
2. Add or modify the allowJs option. If it’s not already there, add a “allowJs”: true property in your tsconfig.json file. If it’s already present, just ensure it’s set to true.
3. Save the `tsconfig.json` file.
Here’s an example snippet of how your tsconfig.json file might look after adding the allowJs option:
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
// Other compiler options...
}
}
After making these changes, you should be able to seamlessly work with JavaScript files alongside TypeScript files in your project.
If you need further assistance or have any other questions, feel free to let us know. We’re here to help you out!
Best regards
Excuse me. I just bought your template, can this template be used for next js? Please help
can i get jsx version? thank you
Hi,
Certainly! You’ll need to make manual adjustments for integration with Next.js. Currently, we provide a TypeScript version. If you have any specific questions or need guidance on adapting it to Next.js, feel free to reach out. We’re here to assist you!
Best regards.