I have used the Layout Builder, then output the zip file but the files in the zip seem to bear no relation to the ASP.NET Core files,
i.e. I assume that index.html is equivalent to Master.cshtml, but not entirely sure because I can't find any documentation about it.
In index.html there is a re...
Is there a way to make a table scroll X in Metronic 8 Vue Theme .
I've dowloaded the latest version and when I try to run it's broken
Compiled with problems:
ERROR in src/_metronic/i18n/i18nProvider.tsx:34:6
TS2786: 'IntlProvider' cannot be used as a JSX component.
Its instance type 'IntlProvider' is not a valid JSX element.
Types of property 'ref...
will there be a svelte version of the theme, I really like the theme of Medtronic, but with all the awesome editions out there, there is no svelte one I was wondering if there are svelte in development or plan for future svelte version ?
Recently bought that product for my project, where Blazor WASM is part of UI. Downloaded and successfully installed that demo (Blazor version). After reseraching the code I was very dissappointed:
- There are no components, that I can just insert in my code definining parameters
- All the things...
Hi, I build a Metronic 8 VueJS & Laravel by myself from HTML. And create components as I use. So in a component I've build, I need to use the "Dialer" component, which is written in vanilla JS. In Vue JS, When I want to save a form, I have to get all the value from v-model. But inside this form, I c...
Hi Im trying to port some elements from the HTML version to the Angular version but the styles are different, mainly because there are some styles in the style.bundle.css which are not found in the .scss files.
Is this a correct assumption or am i just missing some .scss files?
sample -> this...
I have a problem, when I copy+paste any code ( Modals, Accordions etc ) which includes any data-bs property. The code is not working, it renders but it will not toggle modal or roll down accordions. Any sugestions what can be wrong?
Thank you
Hi there, I have been following the Bootstrap Server Side Integration tutorial but I've been getting this error when I run the command: npm run build.
Error in ./src/sass/style.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build fa...
Recently I purchased the Metronic - Bootstrap Admin Dashboard Theme for developing the React project. I want to know if there is any storybook available for the below form control in React.
https://preview.keenthemes.com/metronic8/react/docs/docs/forms
Hello i bought The Templates and did not become a key or smth is something like that normal ?
I would like to share my modal configuration with you. I thought to myself that you can integrate it automatically.
Because being new to Angular, I spent hours and how to change the size of my modal.
In my modale.componant.ts file
open(options?: NgbModalOptions): Promise {...
I actually don't know how to combine both technologies can u help me about the documentation pls
Hi,
With the latest update (v8.1.7) the react build was producing some warnings:
(44185:3) autoprefixer: end value has mixed support, consider using flex-end instead
webpack compiled with 2 warnings
To fix this, the following lines needed to be changed to use 'flex-end' in...
I have purchased metronic and I want to deploy this project to my server using nginx?
by npm run build, I have made dist and deploy to server using nginx, but i am not able to deploy it,
Can i get some information, how to deploy it?
Hey,
Im trying to include the exclusive components in the build, but specifically the loader component. when I include only mandatory components the loader element won't show the loader itself (circle) everything else works. What argument in the config includes the loader element specifically? an...
when can I get an answer to my question?
https://devs.keenthemes.com/question/init-ktcomponentinit-and-ktlayoutinit
All of them just have a title and no content. Also, the links are broken all over; they all lead to ?page={address} instead of the address
Hi,
I am using Bootstrap Admin Dashboard Theme, and I want to deploy it on Haruko.
so I add this script
"start": "NODE_ENV=production cd theme/tools && yarn install && npm run build --production --demo1"
I am not sure if I am right but I have no idea how to run the app in the production.
I depl...
Your demos have a eCommerce APP example so powerful, but there was not example of a real catalog page for customer's, i mean a maybe infinite product grid listings with filter section or something like this...
I created one with bootstrap cols, it would be nice to have an example designed on APP...
i had a problem with my metronic template demo 5 i am using laravel inertia js with vue3
laravel:v9.2
php:v8.0.2
vue:v3
inertia:v0.6
the scripts.bundle.js is not loaded properly it causes problem in
User Account Menu (KTMenu) not working on click or hover
SideBar not...
Can you rewrite the Laravel install instructions to work with Laravel 9, now that laravel-mix has been killed in leu of Vite?