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-2208391You may need a special way to use TailwindCSS on CRA.
in Lucent theme, how to make the background just white color without any image?
Hi,
Thank you for reaching out,
What version are you currently using?
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 There! as I mention above I need to know what was the updates and where to make it instead of replacing the files and overwrite my customization for my project also i would recommend www.ag-grid.com for dynamic tables as tabulator works very well with ajax but with API with tokens and permissions it has some issues
Hi,
Thank you for your amazing feedback.. 
Unfortunately, We don’t have git access for customers (at least for now). So the update process must be done manually.
What version are you using? Maybe we can help you to update some files.
Ag-grid is a great plugin, but for now, we’re only focused on using 1 plugin for one functionality.
For example:
1. Charts – Chart.js
2. Icon – Lucide Icon
3. Datagrid – Tabulator
4. etc
We don’t want the template to be too bloated with lots of similar plugins.
You may want to take a look at the following links to configure headers for tokens or other advanced ajax configurations.
http://tabulator.info/docs/5.2/data#ajax-advanced
i use Rocketman vue 1.0.2
btw I wonder if you can add change or update the image for your uploader for a single file upload or add a new form component such as regular upload with validation
Hi,
Unfortunately, we will focus on adding apps and pages in the next update, you might be able to use a 3rd party library for that.
Thank you for your feedback i wonder what are the updated files for my case i use Rocketman vue 1.0.2
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
Hi,
Thank you for reaching out to us,
Please check the following pages.https://rocketman-vue.left4code.com/login
https://rocketman-vue.left4code.com/register
https://rocketman-vue.left4code.com/error-page
Congratulations! Nice Work, GLWS 
Thanks!.. 
Congratulations, best of luck with sales 
Thanks! 