Discussion on Rocketman - Tailwind CSS React 18+, Vuejs 3, HTML & Laravel 9 Admin Dashboard Template

Discussion on Rocketman - Tailwind CSS React 18+, Vuejs 3, HTML & Laravel 9 Admin Dashboard Template

Cart 466 sales
Well Documented

Left4code supports this item

Supported

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

96 comments found.

Hi, I bought this template few days back. Is there any typescript version of this? I am trying to add this to a new CRA project with typescript but getting below error message: `@layer components` is used but no matching `@tailwind components` directive is present. Any help will be deeply appreciated

Hi there,

Thank you for reaching out to us,

Unfortunately, we don’t currently have a TypeScript version.

It seems for now CRA doesn’t support postcss for the following reasons. https://github.com/tailwindlabs/tailwindcss/discussions/7035#discussioncomment-2208391

You may need a special way to use TailwindCSS on CRA.

in Lucent theme, how to make the background just white color without any image?

it is Lucent v1.0.2

I have figure it out, Thanks

Hi,

Let me know if you still need further help.. :)

Hi!

I just got your template. Would you share the vertical menu from your Midtone theme?

Only that part. Thanks!

Hi,

Thank you for reaching out to us,

Unfortunately, we can’t share layouts or components of other items as they have different licenses.

I can not find where to change the collapsed menu size from 112px to 76px in the CSS code. Can you point this out?

Now worries, I found it. I searched 112 in the code and found the second place it was used in the wrapper.

Hi,

Feel free to contact us if you need further help.. :)

Hi! Is there a upper-vertical menu available in this bundle, similar to the Midtone template?

Hi,

Thank you for reaching out,

Unfortunately, there is only a side menu & a simple menu layout in Rocketman.

Is the new theme Lucent included in this bundle?

Hi,

Thank you for reaching out,

Yes, it’s included in the bundle.. :)

Hello There, I have bought your template rocketman 2 weeks ago and I must say it’s a masterpiece of art do thank you for your work. I have edited some pages and repaired them for my project but now u made updates so I wonder if there is a Git access for the people who bought your theme so I can manage the updates to my project instead of replacing them manually let me know if there is any data you would like me to send to prove the purchase.

Hi,

Please replace the following files to apply the latest updates.

- /src/assets/css/components/_ckeditor.css
- /src/assets/css/components/_mobile-menu.css

i can not find – /src/assets/css/components/_mobile-menu.css

Hi,

Sorry, it was from another version. It should be this file `/src/assets/css/components/_side-nav.css`.

Let me know if you still have any further questions, thank you.

Very clear and professional theme.

I am new to Vue3 and most off technical changes able resolved by assistance from Google.

I am struggling to Add Dynamic Items in TomSelect component.

Appreciate if you can assistance on same with sample code.

Thanks

Hi there,

Thank you for reaching out to us.. :)

You can start by defining an array containing option data for the tom-select option. Please check the following reactive object.


import { reactive } from "vue";

const options = reactive([
  {
    value: 1,
    text: "Leonardo DiCaprio",
  },
  {
    value: 2,
    text: "Johnny Deep",
  },
  {
    value: 3,
    text: "Robert Downey, Jr",
  },
]);

Next, you can iterate the objects with `v-for` directive.


<TomSelect
    v-model="select" 
    :options="{
    placeholder: 'Select your favorite actors',
    }" 
    class="w-full" 
>
    <option
    v-for="option in options" 
    :key="option" 
    :value="option.value" 
    >
    {{ option.text }}
    </option>
</TomSelect>

You can also modify the `options` data on-the-fly if you want to apply and update from ajax or other conditions.

Hi, do this template have a Laravel + Vue version?

Hi,

Thank you for reaching out to us,

It’s not available by default, but we can provide an example configuration if you need it.

Hello , i would like to ask if this works with next.js?

Hi giorgoshadj,

Sorry for the late reply,

Unfortunately, we currently don’t have a next.js version.

Thank you for bringing this back and offering a react.js version.

Hi,

Thank you for choosing our templates! :)

Hope you like its features and design. Please don’t hesitate to contact us if you have any questions.

Hello Author, theme looks attractive and good, but i want to ask you whether this theme is developed with “no jQuery” or does it contain jQuery in Vue version?

Hi prem_popatia,

Thank you for reaching out to us,

We don’t use jquery, all plugins we use are Vanillajs and Vuejs plugins.. :)

Theme looks awesome, however, at the live preview, the Login, Register and Error pages are not shown

Congratulations! Nice Work, GLWS :)

Thanks!.. :)

Great Work,Congratulations GLWS :)

Thanks! :)

Congratulations, best of luck with sales :)

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