Discussion on Tailwise - Tailwind CSS HTML, Vue, React, Laravel Admin Dashboard Kit + Figma Design File

Discussion on Tailwise - Tailwind CSS HTML, Vue, React, Laravel Admin Dashboard Kit + Figma Design File

Cart 407 sales
Well Documented

Left4code supports this item

Supported

This author's response time can be up to 2 business days.

78 comments found.

Will there be landing type views? Do you like blogs and applications? Or maybe as custom work?

Hi there,

Thanks for supporting us by using Tailwise!

Right now, we don’t have any plans to add landing pages or blog views to Tailwise, but we’re open to exploring new designs in the future. We’re pretty swamped with other projects at the moment, so we haven’t had the chance to implement these features yet.

If you have any other questions or need further assistance, feel free to reach out!

Best regards

Any chance of bootstrap 5?

Hi there,

Thank you for reaching out! Currently, we are only working with Tailwind and do not have plans to support Bootstrap 5.

If you have any other questions or need further assistance, feel free to ask.

Best regards

Any chance a Svelte/Svelte Kit version will come?

Hey there,

Currently, our Svelte versions of the templates don’t have a consistent user base, so we don’t have immediate plans to convert “Tailwise” to a Svelte version. Additionally, considering the UI component community for Svelte isn’t as extensive yet, it’s another factor we’re considering.

Let us know if you have any other questions or if there’s anything else we can assist you with!

Thanks for reaching out!

InvalidArgumentException PHP 8.3.7 11.7.0 Unable to find a class or view for component [base.pagination.Link].

Let me be clearer. When using the Laravel template, I am receiving the error reported in the previous comment. How can I fix it? And the second question is, can I easily integrate Livewire3 with this theme to achieve JS reactivity with this beautiful template?

Hi there,

We just responded to your previous comment regarding the error. Please check and let us know if you need further assistance with that.

Thank you! We look forward to your response.

Best regards

I am accepting this error in Laravel theme

InvalidArgumentException
PHP 8.3.7
11.7.0
Unable to find a class or view for component [base.pagination.Link].

Could you use it with Livewire?

Let me be clearer. When using the Laravel template, I am receiving the error reported in the previous comment. How can I fix it? And the second question is, can I easily integrate Livewire3 with this theme to achieve JS reactivity with this beautiful template?

Sorry for the delayed response. It looks like there might be a capitalization error in your component call. Please check and make sure you’re using “base.pagination.link” instead of “base.pagination.Link”.

Thank you

We’re glad to hear you like our template! Unfortunately, we haven’t used Livewire3 ourselves, so we can’t provide specific recommendations or guidance on integrating it with our template.

Thank you for understanding.

Hi there,

Thanks for the template. I love it.

I have some questions. I would like to migrate a few pages from another template to Tailwise.

Would you be able to helP?

Hi there,

I’m thrilled to hear that you love the template! :)

If the pages you want to migrate from another template already use Tailwind, you should just need to copy the HTML markup since Tailwind works with utility classes. Could you provide more details about what you need assistance with?

Best regards

I had been working on another template and created some pages. they use bootstrap instead of tailwind.

There are some pages, elements, backgrounds and themes to add. About 3-4 pages. 1 Theme request

Would you be able to help and what are the requirements?

Thanks for reaching out. Unfortunately, we’re currently focused on preparing a dark mode version, and due to our team’s current capacity, we’re unable to take on custom page requests at this time.

We appreciate your understanding, and please let us know if there’s anything else we can assist you with.

Thank you

theme vue with error, fix

export const getTheme = (search?: Themes["name"]) => {
  const theme = search === undefined ? localStorage.getItem("theme") : search;
  const filteredThemes = themes.filter((item) => item.name === theme);
  return filteredThemes.length > 0 ? filteredThemes[0] : themes[0];  // Returns a default theme if none found
};
?

Hi there,

Thanks for reaching out!

We can’t quite understand the issue you’re experiencing with the theme in Vue. Could you please provide more details or share any error messages you’re seeing? This will help us better assist you in resolving the problem.

Looking forward to your response!

Best regards

There was no standard template selected, and no layout was displayed, so I made this correction to set a default layout in case none is found.

Thanks for pointing that out. We’ve released an update to fix this issue. If you have any other questions or need further assistance, feel free to reach out.

Thank you!

Hii, notice that the Vue is running on typescript , may i know do u have the version for Javascript ?

Hi there,

Thanks for reaching out. Currently, our Vue setup is based on TypeScript. While we don’t have a JavaScript-specific version at the moment, you can tweak the TypeScript configuration a bit to make the compiler less strict and resemble a JavaScript project more closely. Let us know if you need guidance on how to do that, or if there’s anything else we can assist you with!

where can i review documentation for Laravel version? thank u

Hi there,

Apologies for the delayed response. Unfortunately, we don’t have an online documentation link available at the moment.

so there is no documentation at all?

hi there I have installed the project as per documentation and it works. I am having trouble getting it work with Jetstream. any advise on the steps or sequence to follow ? thanks

Hi there,

We apologize for the delayed response. However, our team hasn’t had prior experience with Laravel Jetstream, so we’re unable to provide detailed guidance on integrating it with our project. If you have any other questions or need assistance with aspects we’re familiar with, please don’t hesitate to ask.

Hey, I’ve been using your React template and really like it. But I’ve run into a problem where the modal lags when browser hardware acceleration is turned off. Any chance you could look into this or suggest a fix?

Hi there,

We apologize for the delay in response. To address the lagging issue with the modal when browser hardware acceleration is turned off, we suggest avoiding the use of CSS backdrop blur.

You can make this adjustment in the following file for the modal component: ”/src/components/base/Headless/Dialog/index.tsx”. On line 84, replace the existing code with the following:


className="fixed inset-0 bg-gradient-to-b from-theme-1/50 via-theme-2/50 to-black/50" 

This adjustment should help improve the performance of the modal. If you have any further questions or need additional assistance, feel free to reach out.

Hello

I really like your theme.

However, the Modal always snaps to the top after the animation is finished. It is in my own project, but also in the demo page that you provide.

Here is a GIF of the problem: https://imgur.com/a/XRhjq3p You can test it here: https://tailwise.vercel.app/modal

This issue is quite annoying for me as I use modals for the main flows of my app. The issue is also happening for everyone, not only for me.

If you can help me how to fix this, I would be grateful. Thanks.

Hi,

Thank you for your appreciation and bringing this issue to our attention. We’re aware of the problem you’ve encountered with the modal snapping to the top after the animation. We’re currently working on a fix, which will be released soon.

As a quick update, you can address this issue in your project by following these steps:

Open the file ”/src/components/Base/Headless/Dialog/index.tsx”. Locate the line:


className="fixed inset-0 pb-16 overflow-y-auto" 

Replace it with:


className="fixed inset-0 py-16 overflow-y-auto" 

This adjustment should help alleviate the problem until the official fix is released. We appreciate your patience and understanding. If you have any further questions or concerns, feel free to reach out.

Hi, is a Nuxt 3 version planned for Tailwise please? It’s a great theme, just need this Nuxt version to make it perfect. Thanks for a job well done !

Hi,

Thanks for reaching out!

We appreciate your feedback and enthusiasm for Tailwise. While we currently don’t have plans to add a Nuxt 3 version to this theme, your suggestion is noted. Nuxt could definitely inspire future updates. If you have any other questions or suggestions, feel free to let us know. We’re here to help!

3 months new to React, struggling. Using this template for a project rebuild (from HTML JQuery/PHP back-end). What I wish this template had is more code that dealt with user sessions and protected routes (also role based routes). I’m still somewhat of a React beginner and most of the protected route examples found on the web technically won’t work with this theme because of the ’<Layout>’ component. I did manage to put some code in there to help, just not sure if I’m doing this properly, or if there is an implied proper way to do this. I find it strange the React library itself lacks this basic functionality—coming from back-end PHP frameworks that incorporate this core functionality (RBAC).

Hi,

Thank you for sharing your feedback and concerns regarding user sessions and protected routes in your React project. We appreciate your insights and understand the importance of these features for your application.

You’ve made a valid observation about utilizing higher-order components (HOC) or React Router’s Route component to handle authentication and protect routes. Indeed, integrating the logic inside the <Layout> component as you’ve done aligns with best practices.

If you have any further questions or need assistance with refining your implementation, please feel free to reach out.

Best regards

Hey, how can I change the background color?

Hello,

You can change the background color depending on the theme you’re using. For instance, if you’re utilizing the “dagger” theme, you can locate the classname “dagger” to find the base background color associated with it.


<div class="dagger before:content-[''] before:bg-gradient-to-b before:from-slate-100 before:to-slate-50 before:fixed before:inset-0" />

Additionally, to modify the theme color, you can refer to the “tailwind.config.js” file based on the color scheme currently in use.

Best regards

Hello, greetings! I would like to ask a question regarding this incredible template. At the moment, I’m intending to use it in a personal project and I would like to know if you have a “clean/source” version, without many resources applied, ideal to be adjusted to my needs. As it currently stands, I will need to clean up everything I won’t use and if you already had this package ready, it would be extremely useful. I’ll be waiting, thank you!

Purchase code: f673d53f-8a9e-48e3-887c-87573539aad5

Hi there,

Thank you for reaching out with your question about the template. Currently, there isn’t a version available without the applied resources.

However, to better assist you, could you please provide more details about the specific themes, plugins, or pages you’re looking for in the “clean/source” version?

Tailwise includes various pages, themes, and plugins, so by understanding your needs more clearly, we may be able to provide a solution that aligns better with your requirements. Feel free to share any specifics, and we’ll do our best to accommodate your needs.

Best regards

Hello. Do you have an example of a nested list (tree)? Like AWS’s Organizational structure.

Hi there,

Thanks for reaching out,

Unfortunately, we don’t have an example of a nested list (tree) similar to AWS’s Organizational structure in our admin template.

Best regards.

Hi. I have many trouble with the article. This don’t work. Gives me the error: Illuminate  \  Database  \  QueryException PHP 8.2.17 10.48.3 SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘sigap.sessions’ doesn’t exist

there are no sessions table in the migrations. What happens?

Hi there,

I’m sorry you’re experiencing trouble with the article. To help you out, could you provide some steps to reproduce the issue? Specifically, what actions are you taking before encountering this error? This will help us understand the problem better and assist you in finding a solution.

Looking forward to hearing from you.

How do I set one color from the color schemes to be constant?

Hi there,

Thanks for reaching out. Before I can assist you further, could you please provide more details about your purchase license? We want to ensure that we’re providing support to verified customers. Once we have more information, we’ll be able to help you with setting one color from the color schemes to be constant. Let us know!

I purchased this but unfortunately I can’t run the HTML version. I sent you an e-mail but I did not receive a response. Can you please help?

Hi there,

I’m sorry to hear that you’re having trouble running the HTML version of the product you purchased. Before I can assist you further, could you please provide more details about your purchase, such as the purchase code or any other relevant information? We want to ensure that we’re providing support to verified customers. Once we have more information, we’ll do our best to help you resolve the issue.

Looking forward to hearing from you.

Best regards

If you can provide me with an e-mail address, of course I would be happy to share my purchasing information.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey