211 comments found.
If I purchase it now with react 19 and tailwind v3, will I get free upgrade to react 19 and tailwind v4 version of template.
Hi, you’ll have lifetime access to all future versions, including updates for Tailwind v4.
Hi there, Which version of tailwind css and react version your are using?
Hi, We used React 19 and Tailwind CSS v3, but we will update to Tailwind CSS v4 before the end of current month
Hi, we just purchased a Tailux and it is not supporting Tailwind 4?? when will you support it please?
Hi, Before the end of current month..
Thanks for creating such an amazing product!
Can you please explain, how to use and set theme configuration?
Hi,
You can easily update and customize the theme configuration -including the color scheme, theme skins, and default notification language – in src/configs/theme.config.js.
Hi,
How to handle the logout?
Hi,
Similar to the login method, you can import useAuthContext and use the logout method from this hook.
Very nice template. I am interested in buying it. However, I noticed a bug with selecting inside data tables (it selects the whole table, and with more items in the selection, for some reason, it darkens the overlay). I don’t think this is the desired outcome. Can you provide me with a rough bug-fix date?
Hello, Could you clarify your meaning more clearly?
When you select a row, it gets a distinct style to help the user easily identify the selected row.
So I tested, and it appears to only be broken on Safari, here is an image of what I meant: https://imgur.com/a/5MIeyHl
Thank you. We will fix it asap.
Based on the previous messages, as far as I understand, this theme will never have an HTML version, right?
When do you think the TypeScript version will be released?
Hi,
Quality is our top priority. We plan to add TypeScript support by the end of this month.
Outside of the documentation, where would be a good place to start to learn how to use this template? I’m guessing knowledge of Javascript and React are prerequisites.
Hi, exactly! You’ll need web development skills and experience with the React framework, as mentioned here: https://tailux.piniastudio.com/docs/getting-started#prerequisite
How is NextJS 15 support for this template?
Hi, this template is powered by Vite. Currently, we don’t have a Next.js edition, but we’ve implemented best practices to prevent issues when using SSR and transitioning to SSR frameworks.
Best regards
Hi, I tried to run both demo and starter projects, but none of them worked. It shows “Something Went Wrong” and below given error in the console
Failed to update locale: TypeError: (intermediate value)[newLocale] is undefined updateLocale Provider.jsx:29 LocaleProvider Provider.jsx:49 React 29 performWorkUntilDeadline scheduler.development.js:44 Provider.jsx:38:14 Failed to update locale: TypeError: (intermediate value)[newLocale] is undefined updateLocale Provider.jsx:29 LocaleProvider Provider.jsx:49 React 27 performWorkUntilDeadline scheduler.development.js:44 Provider.jsx:38:14 TypeError: (intermediate value)[locale] is undefined LanguageSelector LaguageSelector.jsx:54 React 10 performWorkUntilDeadline scheduler.development.js:44
Hi,
Right now I checked the demo, everything works well. Did you changed anything? Didyou tried to clear your localstorage?
Hi, while running the demo, I am getting “Something Went Wrong” error.
Failed to update locale: TypeError: (intermediate value)[newLocale] is undefined updateLocale Provider.jsx:29 LocaleProvider Provider.jsx:49 React 29 performWorkUntilDeadline scheduler.development.js:44 js scheduler.development.js:219 js scheduler.development.js:364 __require chunk-EWTE5DHJ.js:12 js index.js:6 __require chunk-EWTE5DHJ.js:12 React 2 __require chunk-EWTE5DHJ.js:12 js React __require chunk-EWTE5DHJ.js:12 <anonymous> react-dom_client.js:17892
Hi, I am planning to purchase this theme. But I would like to confirm, if the theme uses React with Tailwind CSS.
Post your confirmation, I would like to proceed.
Thanks in advance
Hi, yes This admin template created with React and Tailwind CSS. You can check the documentation for more details…
Best regards
Is react needed, or can we also just use the html, css and js ?
I think this is the correct link: https://themeforest.net/item/lineone-multipurpose-admin-and-webapp-ui-kit-based-on-tailwind-css/38247812?s_rank=2 right?
Yes
Hello, when will you update the typescript version?
Quality is our top priority. We plan to add TypeScript support by the end of this month.
I am using the Tailux react template, I want to understand how login / create user pages work.
is there a control flow diagram, or document which can help.
or sample page which is working with login logout/registration process.
Hi, we used a simple JWT authentication for the theme since developers often prefer different authentication methods—some prefer JWT, while others use AWS Cognito, Auth0, Firebase, etc.
Hi,
I added new menu but it showing transkey only not a title.
Hi,
If your app is not multilingual, please avoid using transKey and use title instead.
Okay, Thank you
Hello,
Is there a way to make the MainPanel into a expandable sidebar when hover over the panel or click on the toggle button so that it can expand and collapse?
Hi,
Yes! If you check the file:
src\app\layouts\MainLayout\Sidebar\MainPanel\Menu\index.jsx
Between lines 18-23, you’ll find the logic for the button click. Here, you can replace ‘open’ with ‘toggle’.
Hi, team,
Could we have the HTML5 file for this template ?
Thank a lot
Hi, this is a React template – we don’t have an HTML version.