Hi keentheemes.
Is Metronic 9 landing page availlable as a HTML version not NextJS version ??
If so, where can I download it ?
URL : https://metronic-saas.keenthemes.com/
Thank you
We want to use only layouts, pages, UI blocks. we don’t use next-auth, prisma adaptor. Will there ever be a clean installation guide without these?
In the current situation, you have decided and implemented many issues on our behalf (authentication, orm, database and others) and it is quite diffi...
Hello,
I have installed & set up metrolic 9 in laravel as per this documentation, https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel.
However, it seem to be some issues with the UI.
Could you please help me? Am I missing some css or components here?
Can make a metronic 9 datatable responsive like this other version?
https://preview.keenthemes.com/metronic/demo1/crud/datatables/extensions/responsive.html
I've been following through this tutorial https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/frontend/react in order to install metronic v9 (with tailwindcss) on my vite+react project
project was made from scratch by following and copying the given commands provided by the...
I've noticed a console.log() in the file
`metronic-v9.2.0/src/core/components/component.ts` - line 96
I know we can compile everything again, but I think is a good idea to remove it from source code.
Just a suggestion
How can I get the element that opened the drawer? For KTModal, I use KTModal.getRelatedTarget(), but for drawers the target is always null.
KTDrawer.on('show', async () => {
console.log(KTDrawer.getRelatedTarget());
});
Good morning, I purchased the license expecting to find demos based on Vue.js, but they're not in the files I downloaded. I probably misread what was provided, but the themeforest website seemed to provide examples for Vue as well. I wanted to ask if you plan on releasing demos for Vue.JS in the nea...
What is my Problem?
I searched for "as"
The status filter shows "1" (meaning 1 filter is active)
The pagination shows "1 - 3 of 3" (meaning it found 3 matching items)
BUT the table is showing 7 rows of data, not 3!
The checkboxes are not working (none are checked even though you said you select...
Hi,
@mui/base has been deprecated. I need to upgrade to @base-ui-components/react. May I know when u will make a new release with @base-ui-components/react? I am using your tailwind-react- javascript code.
Hi,
I’m having an issue with KTDatePicker — the event is not triggered when a date is selected.
I’m trying to listen for a date click / selection using the following code:
const calendar = new KTDatePicker('#test-data', {
onClickDate(self, t) {
console.log(self.context.selecte...
I am looking at the example project for angular: https://github.com/keenthemes/metronic-tailwind-html-integration/blob/main/metronic-tailwind-angular/angular.json
Here the "src/assets/css/styles.css" is imported last. It should therefore overwrite classes with the same name of imports before this...
Hi Metronic team,
Love the Metronic 9 Tailwind version!!
Do you have an approximate ETA for Symfony / AssetMapper integration with Tailwind Metronic?
Thanks
Hello Developers,
I’m a backend developer using Metronic Tailwind, and I’m trying to globally integrate components such as file-upload and select across all pages of my project. However, I don’t have experience working with Webpack or advanced frontend build tools.
Could you please guide me on...
Has anyone implemented a modal with vue 3 and TypeScript, I see they have the TypeScript definition files but I can't implement the modal.
If someone has done it, I would appreciate it if you could give an example since it is not included in the documentation, thank you.
I am using KTStepper on Laravel. I try on starter kit laravel livewire. I copied basig usage example KTStepper but not working correctly. kt-stepper-item-active:bg-primary kt-stepper-item-active:text-primary-foreground kt-stepper-item-completed:bg-green-500 kt-stepper-item-completed:text-white not s...