I am trying to convert the Html theme to React since i could not really get a good grasp of the code. Everything seems to be working but I am having issues with the drop down and other triggers. What do I need to do to get going?
In Angular version of PasswordMeterComponent, Check method does not count score correctly.
**
public check() {
let score = 0
const checkScore = this.checkScore()
Hi there,
I am looking to point the app api to my backend which is using laravel sanctum.
From the VueJS app, when i update the app url, i get a CORS error and request fails to even hit the backend.
Is there some additional proxy settings needed for this to work on the vueJS App?
when i run npm install on laravel project on Metronic theme it show me this error
134 packages are looking for funding
run `npm fund` for details
14 moderate severity vulnerabilities
To address issues that do not require attention, run:
npm audit fix
To address all issues possible...
Hello, I ran into an interesting problem. I am using the latest version of Metronic and working with Demo 1 Laravel. I wanted to create a widget of my own, and I tried to register it on widget.js. The path to the file is demo1/js/custom/widgets.js. However, I could not compile the code I wrote with...
Hi, can you help check the latest version with react Demo 2? I downloaded it from this site and using yarn install and yarn start, it was an error as below message.
metronic_v8.0.38_react_demo2/demo2/src/_metronic/helpers/components/KTSVG.tsx(13,8):
'SVG' cannot be used as a JSX component.
It...
Hi,
How can I add Vue Browser Detect Plugin to the application?
I followed the instructions of the plugin but without success
#########
https://github.com/ICJIA/vue-browser-detect-plugin
installation
npm install vue-browser-detect-plugin
main.js:
import browserDetect from "vue-br...
Hey
Like many others I'm also struggling to get a Blazor Server example of Metronic up and running.
I have got to the stage where JS is working on initial page load, but anytime I navigate to a new page the JS stops working as per the widgets not loading.
I'm not able to get all of the func...
Hi...
Actually we want below mentioned page code.
https://preview.keenthemes.com/metronic8/demo1/apps/projects/list.html
after open this page click on Create Button. we need code of this page. also Please share full dome package.
Thanks for Answer.
i am getting this error after i run >npm run dev
Error: write EIO
at afterWriteDispatched (node:internal/stream_base_commons:164:15)
at writeGeneric (node:internal/stream_base_commons:155:3)
at WriteStream.Socket._writeGeneric (node:net:795:11)
at WriteStream.Socket._write (...
I get the following error when installing on macOS Monterrey 12.3, PHP 8 dev environment:
#begin terminal
❯ npm run dev
> dev
> npm run development
> development
> mix
[webpack-cli] Error: Cannot find module 'del'
Require stack:
- /Users/luisdeleon/PhpstormProjects/laravel-metroni...
I am testing the metronic vue.js theme and using axios to fetch data from a simple API. I can fetch data in my method and output this in the console, but I cannot update the datatable itself.
here is my code:
export default defineComponent({
name: "kt-entity-list",
components: {...
Hi,
I bought the Metronic Seven Pro theme: https://keenthemes.com/products/seven-html-pro
I want to integrate it to create the dashboard of my application, but I can't integrate it correctly.
I have tried to put the compiled files in my resources but I have errors appearing, functions indica...
I'm using your Laravel version of Metronic, and my modals won't scroll if they are longer than the viewable window. They just get cut off, and there's no way to access the hidden portion of the modal. Is there some sort of CSS class that I need to add? Scrollable seems to be a default feature of Boo...
TS2607: JSX element class does not support attributes because it does not have a 'props' property.
268 | return () => (
269 |
> 270 | 271 | // @ts-ignore
| ^^^^^^^^^^^^^^^^^^^^^^^
> 272 | ref={elTableRef...