Discussion on Midone - Tailwind CSS React Admin Dashboard Template + HTML Version

Discussion on Midone - Tailwind CSS React Admin Dashboard Template + HTML Version

Cart 910 sales
Well Documented

Left4code supports this item

Supported

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

133 comments found.

I have an error to launch my application when i try to install react-query and axios

Hi,

Looked at the documentation you can install the package with `yarn add react-query` or `yarn add axios`.

Unfortunately, we can’t help you with the usage or set up these packages with Midone as they are outside the scope of the item support.

need some help to know how to put the login page as first before other for authentication.Thank you for your great and splendid work

Hi there,

Thank you for using Midone.. :)

You may need to create a component to handle/check authentication and redirect to the login page if the user is not authenticated. Please check this example link.

https://reactrouter.com/docs/en/v6/examples/auth#auth-example

thank you very much for the support i have a question,is react-query compatible with midone template?

Hi,

Thank you for your reply,

We’ve looked at the example code, in short, yes you can use it with Midone.

excuse me,

i just bought your template and i found it so beautiful,but i want to ask for help i’m trying to add new menu with the starter folder but nothing change

Hi there,

Thank you for using Midone.. :)

Please check the `store` files to update the main menu. Example for `side-menu` layout.

https://i.imgur.com/cNyKeNQ.png

Please also make sure to create a new page in `/src/views` and register it to the router config in `/src/router/index.jsx`.

Please use incognito if you are using chrome or use another browser if you can’t open the above link.

Thanks for the template guys, its amazing :)

I was just trying to add form validation on a tom-select. Is there any easy way to add the redborder on a tom-select component?

Kind regards,

Hi there,

Thank you for using Midone.. :)

We have released a minor update for the tom-select component. Now, you can use border class to select components. Please replace the following files to apply the latest updates.

// CSS files
/src/assets/css/_tom-select.css

// JS files
/src/base-components/tom-select

Example usage:

<TomSelect
    value={select}
    onChange={setSelect}
    options={{
    placeholder: "Select your favorite actors",
    }}
    className="w-full border-danger" 
>
    <option value="1">Leonardo DiCaprio</option>
    <option value="2">Johnny Deep</option>
    <option value="3">Robert Downey, Jr</option>
    <option value="4">Samuel L. Jackson</option>
    <option value="5">Morgan Freeman</option>
</TomSelect>

Does this template have a data table?

Hi smartservicesteam,

Thank you for reaching out to us,

Unfortunately we don’t use datatable since it has jquery dependency. We currently use Tabulator as an alternative.

http://tabulator.info/

hello tailwind classes seems not to be responsive, the style isn’t changing when i edit a tailwind class, can you help me please.

We can’t open the link you shared. Can you check it out?

Just checked with the `p-8` class you mentioned and still can’t find the problem. Please check this link.

https://i.imgur.com/UwBcILp.png https://i.imgur.com/MDLWvi1.png

thanks for replying, I am now using the HTML version, is there any way to switch between light and dark modes without rendering another HTML page

You can add `light` or `dark` classes to the `html` root tag. Please check the link below.

https://i.imgur.com/jqUp9sr.png

You could probably use a simple javascript function to override the class.

Hi! Nice work, I have a question, regarding animations, It’s possible to disable it via config?

Hi there,

Thank you for reaching out to us,

Yes, we can disable it just by commenting some CSS file.

Someone likes Dota

Congratulations, Nice Work, GLWS :)

Thanks! :)

Great Work,Congratulations GLWS :)

Thanks! :)

Congratulations, best of luck with sales :)

Thanks! :)

Congratulations, Nice Work, GLWS :)

Thanks! :)

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