Discussion on Yeti - Tailwind CSS - HTML, Laravel, React & Vue.js Admin Template

Discussion on Yeti - Tailwind CSS - HTML, Laravel, React & Vue.js Admin Template

Cart 611 sales
Well Documented

YetiThemes supports this item

Supported

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

34 comments found.

Hi, Looks nice ! How easy is it to integrate with Laravel ? Is there an easy way to customize the colors of the theme with is too white/grey ?

Thank you for your kind words :)

It should be fairly easy to integrate with Laravel. If you prefer using Webpack we do have an example config https://yetiadmin.yetithemes.net/docs/docs/tools/#laravel-mix

You can customize the colors as you like. As this theme uses Tailwind CSS, you can follow the simple guide for colors customization https://tailwindcss.com/docs/customizing-colors

Thanks & Regards, Yeti Themes

Such a nice theme. Too bad packaging is firmly stuck in the past with Gulp. I upgraded to Webpack…took all of 30 mins. I do wonder why the author doesn’t want to invest the time to make this a modern package.

Thank you for your kind suggestion.

We tried to stick with Gulp as primary packager, for simplicity. Some users may find Webpack too complex.

We do have Webpack based packager example using Laravel Mix https://yetiadmin.yetithemes.net/docs/docs/tools/

Please email us if you have any question.

Thank you very much, Yeti Themes

hello, thanks for the work. If there is a detailed explanation for laravel + inertia I’m sure there will be more sales. I bought it but it seems not able to work. I will be glad if you support me in this matter.

Hi, Thank you for your suggestion. If you have any difficulty, please let us know. You can email us the error logs so we could dig deeper.

Regards, Yeti Themes

Hi, very nice template, but i have some questions. Is a chance that will work buttons next and previous at the steps and tag inputs at components? Thanks

Hi,

Thank you.

Wizards and tags input have basic functionalities, but we suggest you use 3rd part libraries for advanced functionalities.

Following is a jQuery free alternative for tags input. https://joshuajohnson.co.uk/Choices/

Please email us for further inquiries.

Regards, Yeti Themes

Will customize the scrollbar to something like perfect scroll?

Hi,

Yes, you can use any plugins/libraries you like.

Regards, Yeti Themes

Hi,

ive tried to email you to assist me with the template not loading correct, can you please try assist on how we can still use webpack instead of gulp cause I bouth the template to use it with laravel and vuejs.

now I am trying to apply the tempate it loads but it seems like some styles are misssing which i dont get cause they are there. if i used your complied css file it apply some but the middle section is pushed below not perfect as the demo.

please assist or can you compile a normal js,css file that we can use and can able to edit it then we can minifiy it ourself. !!urgent help

i fyou can able to do a video meeting please let me know i am available and please I have little experiance with the css staff i am backend developer thats whjy i bought the template cause dont understand anything with the gulp and webpack staff.

Hi Thamibn,

We tried to reach you via email, it’s unfortunate you haven’t got our email.

We haven’t converted our template for Webpack workflow. However, we recommend you try similar workflow as in Gulp file we have provided.

You can use compiled CSS & JS. But as this theme is built with Tailwind CSS, it’s expected you use some sort of Preprocessors or PostCSS tool.

Following link might help if you are trying to use it with Laravel. https://tailwindcss.com/docs/guides/laravel

Please email us for further inquiries.

Regards, Yeti Themes

Thanks for this. Can you please show me a code snippet for a two columns form layout inside a card?

You can use any of two ways to create columns.

1. Grid Template Columns (https://tailwindcss.com/docs/grid-template-columns)
    <div class="card p-5">
        <div class="grid grid-cols-2 gap-4">
            <div>Column 1</div>
            <div>Column 2</div>
        </div>
    </div>
2. Flexbox Grids (https://v1.tailwindcss.com/components/flexbox-grids)
    <div class="card p-5">
        <div class="flex -mx-4">
            <div class="w-1/2 px-4">
                <div>Column 1</div>
            </div>
            <div class="w-1/2 px-4">
                <div>Column 2</div>
            </div>
        </div>
    </div>

Please mail us, if additional support required :)

Regards, Yeti Themes

Hi YetiThemes,

Great Work, Congratulations GLWS

If you want this template all functioning with php and link database so two step, first buy this template second hire me.

Check My Fiverr: https://cutt.ly/fh8wQZP

Does it support TailwindCSS 2.0?

Yes it does.

Great Work, Congratulations GLWS :)

Good Morning.

it looks great.

In the documentation you write 3 dashboards. in the demo i see only one?

Greets from austria markus

These features are coming soon. I have updated the docs to clear confusion. Thank you :)

Congratulations…Nice work..GLWS :)

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