Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Tag: Bootstrap 5 (844)

hi, i just bought metronic through themeforest and when i downloaded it it only contained demo-1, how can i get all metronic versions. thank you for your answer.
I'm searching for the element https://preview.keenthemes.com/metronic8/demo1/documentation/general/search.html for the Metronic 8 - Vue version.The Vue version has an option with search, but the example is not correct for me. You have to click first on the icon to open the search module.I wa...
I have not seen in the documentation that there is anything about typeahead or autocomplete. Typeahead is standard option in bootstrap and it will bi nice if we have example of that.Can we get of example in the Metronic documentation?
Does it come with the design system components set? I use Figma. Thank you
Hi good day how can we use kt-datatable component with axios in vuejs ? When we tried this its not updating the table datasetup() { const tableHeader = ref([ { key: "checkbox", sortable: false, }, { name: "Name", key: "Name", sortable: true, }, ]); let tableData =...
Dear Sir/Madam;I have bought Metronic theme via Envato Market on 13.09.2021. However my encato account is locked and I was informed that there is no way to reactive it. As I have my invoice and purchase code I am trying to downlad metronic however I got warning that something went wrong. Please he...
Hello,I wanted my app to be jquery-free, avoiding importing all these big dependencies. I followed your guidelines : https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/customization/no-jquery.htmlSo I found out by looking at dependencies docs that lots of js depende...
Hi,I try to use the sticky component for vue, but the sticky doesn't work after a route change. It will only work on a fresh page load.Please advice.Thank you
Hi, I have a button that is invoking data-kt-menu. All is working well based on example except:- calling menu button has dynamic text that is updated from subscription- button params: data-kt-menu-trigger="click" data-kt-menu-placement="bottom-start" - if Apply button ((click)="submit()" data-...
PHP Warning: require(/vendor/autoload.php): failed to open stream: No such file or directory
Hi, how can I get datepicker on Metronic - Bootstrap 5? I need to show year first then month then the day. daterangepicker does not have that option?Thank You.
How is it possible to switch from one demo theme to another demo theme?
Good morning :) I would like to know if it is possible to detect the user's operating system theme and automatically apply (if applicable) the metronic dark theme.I say this to avoid putting together both metronic css styles and use:@media (prefers-color-scheme: dark)
I appreciate your amazing work on templates.Saw on landing usage of fs-6 fs-lg-4 , tried to use it myself expecting behavior like in all Bootstrap5 responsive items(cols, paddings, flex alignments, etc.) but it...
Hello,I didn't understand how to use REGEX validation on fields like email, phone, url, vat etc ...The code I use is the following 'email': { validators: { notEmpty: { message: 'e-mail richiesta!' }, regexp: { regexp: /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/, message: 'Indir...
Hi guys, I want to buy a template, but I will use it in Angular framework, Does it prevent me from using it in Angular? On Angular, as we all know the TopeScript language, will it prevent me from using it inside?Would you recommend me to take a template to use in Angular ?I really want to buy it...
When I add an ajax script to the page it's being overrode and still submitting the form with a refresh instead of loading my ajax script. Is there a basic ajax insert script for a form anywhere? Or at least as an example would someone be able to do it to the project settings page?