211 comments found.
Hi, Please invite me to your GitHub account. Username: markogi
Hi, Invited
plugin:vite:css D:/yemen-store-starter/Complete Admin/tailux/ts/starter/src/styles/index.css:4:1: `@layer base` is used but no matching `@tailwind base` directive is present. D:/yemen-store-starter/Complete Admin/tailux/ts/starter/src/styles/index.css:4:0 2 | 3 | @import ”./colors.css” layer(base); 4 | | ^ 5 | @import ”./variants.css” layer(base); 6 | @import ”./layouts.css” layer(base);
Hey, what are you doing?
I am facing an issue with your Advanced Table (cryptoActivityTable).
On the first click, the row deletion works correctly.
On the second click, it again deletes one row.
If I click on the last row, it deletes the rows one by one, but eventually the screen shows an error.
In the console, I see the following error:
1.React Router caught the following error during render: Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
2.react-dom-client.development.js:8331 Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
I checked your demo at: https://tailux.piniastudio.com/tables/advanced-tables and found that the same error occurs there as well when deleting rows repeatedly from the last column.
It seems the issue is triggered inside the RowAction component when handling the delete click.
Kindly look into this.
Hi. Thanks for your notice. We will fix it ASAP
I’m using StyledListbox from src/components/shared/form/styledListBox.tsx. The component is imported as export { StyledListbox as Listbox };. It supports multiple selection. When I set the multiple prop to false, it correctly allows selecting a single item. However, when I set multiple to true, the issue occurs—sometimes a single click doesn’t select the item properly. Please help resolve this issue.
You can see the multi-select example there, and it’s working correctly. Could you please test the demo in your environment and let us know if you’re still experiencing the issue?
If not, and the issue only occurs in your project, please send us the details (with screenshots) via email at piniahelp@gmail.com.
How to change secondary color (single or palette) ?
Documentation only explains the process for primary
Hi, ‘src\styles\index.css’ you can see the ‘—color-secondary: #e000ad;’
Your typescript version (both starter and demo) has the same issue. The issue is :
“You’re trying to install typescript-eslint@8.38.0, which requires TypeScript <5.9.0, but your project uses TypeScript 5.9.2.”
yarn or npm install command succeeds in starter version but they don’t succeed in demo version.
Also, in your documentation, you are asking us to use yarn. But your project contain package-lock.json which is used by npm. Please clarify this
?
Hi, thanks for your message. It seems the issue came with an earlier update a few hours ago, but it’s now fixed. You can either clone the latest version from GitHub or re-download it.
We will test ‘yarn’, ‘npm’ and ‘pnpm’ in every release. You can use any packmanager.
Hey, I have purchased your template. Please give me access to github for future updates.
https://github.com/siftullah?
Hi, just invited
hello, are the files in jsx? since it mentions its using tailwind which is react mixed with tailwind syntax
Hi, This is a React and Tailwind template, available in both JSX and TSX formats. For styling, we’ve used Tailwind CSS.
nice, i bought the template, really modern looking ui. i see that i can be invited into git repo for new changes? https://github.com/AzazelDaniel
Hi, invited
Hi Team,
I have recently purchased this item and facing few issues with dev server in windows.
1. Issue : @rollup/rollup-win32-x64-msvc , cannot find module.
Tried below 1. Adding plaform sepcific dependencies and override 2.Installing latest MS Visual C++ runtime 3. Adding lighning css
The issue is with vite config for tailwind css
OS : win 11 Arch: x64 Node : 24.x.x npm : 11.x.x
Hello. you should delete node_modules folder and install dependencies again
dosyaları indirdim fakat dosyalar içerisinde html dosyalarını bulamadım yanlış bir işlem mi yaptım acaba ?
Hi, this is React template, you have JSX and TSX files.
I purchased your template, please give me access to your GitHub for updates. https://github.com/Sergiodfdez
Hi, Invited
Hi there,
i was looking at your beautiful theme Tailux. My question: Can i use you theme with basic laravel + tailwind + vuejs?
best regards Christian
Hi, this is react.js theme, not vue.js
I purchased can you add me to github, thanks!
Hi, Invited
Hello In the past few days we are working on the tailux template to launch our startup. But the UI/UX Designer need to have components of the tailux for designing accurately based on thoae components.
Is it possible to request link of the tailux figma or assets files?
Hi, currently we don’t have figma files
Hi there, Please invite me to your GitHub account. Username: Imvenkat06
Hi, Invited
are they html, css and js files because i want to use these with my flask application so i would need html , css and js files for it
This is a React-based template. For your needs, you should use an HTML template instead. I recommend the Lineone theme:
https://themeforest.net/item/lineone-multipurpose-admin-and-webapp-ui-kit-based-on-tailwind-css/38247812Hi. Wanted to let you all know that the lodash/debounce import doesn’t work when I initially downloaded from themeforest. Also cslx, isn’t included in the package.json.
In order to compile an remove errors and had to install cslx and instead of using “lodash/debounce” needed to use install lodash.debounce and import debounce from “lodash.debounce”;
Thanks. Hopefully this helps.
Hi. Thanks for your helpful feedback
Hi, can i use Vite as build tool for this template (Tailux)?
Hi, Tailux is already built using Vite as the build tool.
Great, i can use pnpm too ?
Yes
I’m unable to use Tables because the backend forces pagination and a limited number of items per request. However, the template I’m working with requires access to all data at once for features like filtering, searching, and other dynamic actions. This is very challenging, especially since the database contains over 11,000 records.
Is there any recommended solution, example, or documentation (video, tutorial, or official guide) that addresses this kind of situation? Any help would be greatly appreciated.
Hi, after changing the base to app the Webapp gives 404, how can resolve this? My app would run from a subdirector on the server.
Thanks
export default defineConfig({ plugins: [react(), svgr(), tailwindcss()], base: ’/app’, resolve: { alias: { ”@”: path.join(__dirname, “src”), }, }, });
Hi, can you show us more about your changes? Send details to piniahelp@gmail.com