64 comments found.
Can you provide figma file also of this?
Hi, we have no figma file available at the moment.
do you not provide jsx?
Hi, we do have plans to support a JavaScript version, and we estimate the release will be around mid-April.
if i buy it now without extend support will i get jsx support?
Hi, you can always download the latest version of the template from your ThemeForest download page after purchase, regardless of whether you purchase extended support. This means you’ll be able to get the JSX version as soon as we release it.
Looks like nice work, definitely interested in buying, though I tested the ‘trial’ GIT version and it does have errors. One specifically in SignInForm line:96. Has this been corrected in the production version? Thanks for checking.
Thanks for reporting this issue! It was a type-related problem that needed to be addressed for classNames, but it doesn’t affect any functionality. We’ll update it soon by switching from a logical AND to a ternary operator.
ty 4 quick reply – just made purchase
Thanks for the purchase, please feel free to reach out if you have any questions!
This template looks amazing. Would you be able to make it available in Angular? Thanks!
Thanks for your kind word, however we have no plan to create a Angular version at the moment.
I already got the vite version. so i have to repurchase it if i want the nextjs version?
Yes, but if you are looking for only nextjs version, you can request refund for the vite version.
okay, thanks for your support!
No problem!
Any update on the release of the version in next?
It’s currently under ThemeForest review
Hi, Next.js version is now available! You can check it here https://themeforest.net/item/ecme-nextjs-tailwind-admin-template-app-router/56475600
Thank you, I just made the purchase.
Thanks for the purchase, please feel free to reach out if you have any issues
Hello, there is a responsibility before purchasing. Is an HTML version of this template available? Do you provide HTML?
Hi, we did not have HTML version for this template.
Hello Theme_Nate. I’m interested purchasing this React Admin dashboard. I need to ask if this theme provides the javaScript rather than typeScript patterns with react Please let me know
Also, Will it have the separate zip files for React with TS & React with JS ?
Thank you for your interest in our template, currently we only have Typescript version.
what does this means then ReactJS? if it only offers the TypeScript
The category was named by ThemeForest, not us.
I noticed it has the Vite. So the files extensions will be .TSX. Right? For example: abcd.tsx?
Yes, we use .tsx extension for React components
Hi, we are now offering javascript version as well.
Any update on the next framework version, if by chance it is already available, could you send a link for purchase.
Hi! We’re planning to submit the nextjs version to ThemeForest this week. If everything goes smoothly with their review process, it should be available next week. We’ll leave a message here once the Next.js version is live!
Good morning, Any position on the next version?
Hi, it’s currently under ThemeForest review.
how do i use this
Hi,Thank for interested on our template. Could you provide more details about what you’re looking to use or set up? For example, are you asking about installing the template, integrating it into your project, or using a specific feature? In general, here’s how to get started https://ecme-react.themenate.net/guide/documentation/installation
Please let us know again, if you’re referring to something specific.
Hi. Do you consider upgrading tailwind to version 4?
Yes, we did have plan to upgrade tailwind to v4, we have scheduled an update on February,
FYI, we’ve decided to extend the upgrade plan until March, as we’ve noticed quite a few issues with Tailwind v4 in its current state.
Thank you very much. Stability is very important for me. Have a good day
Thanks for your understanding
Hi, It’s a bit earlier than expected—we’ve released Tailwind 4 update.
I’ve downloaded it today. Thank you very much. You’re great
No problem, let us know if you encounter any issues.
Hi, You have multilevel menu (nested levels) options in Icon Bar mode. i mean Module > Menu > Submenu
Hi, our menu did support multiple cascades in collapsed mode.
Hi, I have a pre-sale question and was wondering which email I should use to send my message. Thank you!
Hi, you can send us messages via our profile page.
Great theme, however, would need to be HTML. Hopefully there are enough requests for you to consider it.
Thanks for your support, we will consider wisely.
Hi, very great theme, we need nextjs version, so is the release date known? If it is soon, we can wait to buy it.thanks..
Hi, thank you for your interest in our theme! The Next.js version is expected to be released by the end of this month or early February.
Hi, Next.js version is now available! You can check it here https://themeforest.net/item/ecme-nextjs-tailwind-admin-template-app-router/56475600
hi this is very first template i have bought here – I have a question, is there any license agreement with this template? or is it once i bought it and download it, i can develop on that however I want (like size of the dev team, changing existing code etc.)?
Hi, thanks for your kind words, this article explains how the licensing work https://themeforest.net/licenses/standard?srsltid=AfmBOopJDHFB7wWHwfU1Dy7l4IDWK61QPqxy1JVl2HoUDQb5f--meGDJ
Good afternoon, could you tell me if the version has already been deleted for the next one, or if you have data to make available?
Hi, if you need the previous version, please drop us an email, we will share it to you.
Good afternoon, sorry, the previous comment was incorrect, I would like to know when they will be released or if they have already made the version of this template available in “nextjs”
Hi, you can find the changelog for our template here, https://ecme-react.themenate.net/guide/changelog Regarding the Next.js version, we’re planning to release it as a separate product. The estimated release timeframe is by the end of this month or early next month. Please let us know if you have any further questions or concerns.
Do you happen to have a waiting list for this version of Nextjs, I would really like to be notified when it is released.
Hi, we will drop you a message when the nextjs version released.
Hi, I plan to purchase the template but I already have an existing project with different architecture (refine.dev based, no zustand, own auth provider etc..) so I plan to only use the UI component and the layout. Can you please tell me if it is possible and how to achieve this Thank you
Hi, we just replied to your email, please check your inbox.
do you have any plan for HTML version of this ? to adapt into vue and other frameworks ?
Hi, thank you for your interest in our template. However, we currently have no plans to create an HTML version.
how to format date in the project exemple if i have 26-03-2024 13:22:45 to 26/03/2024 and timestamps 1711411200 to 26/03/2024
thank you
I found the solution from the project thanks…
import dayjs from ‘dayjs’;
const date = dayjs(‘2013-04-19T00:00:00.000+02:00’);
// Format the date as ‘dd/MM/yyyy’ const formattedDate = date.format(‘DD/MM/YYYY’);
console.log(formattedDate); // Output: 19/04/2013
Good to heard that!