Hello Team,
I have recently purchased the Metronic Angular theme (version v8.1.8, Demo1). I am currently integrating a multiselect dropdown component in my Angular application. However, I could not find any existing implementation or example of a multiselect dropdown in the provided theme components or documentation.
Could you please confirm whether a multiselect dropdown component is available in this version of the theme? If it's not included by default, could you recommend the best way to integrate one that aligns well with the Metronic UI/UX guidelines?
Thank you for your assistance.
Thank you for reaching out.
Regarding the Metronic Angular v8.1.8 Demo1, it does not include a builtâin multiselect dropdown component. However, you can seamlessly integrate one that aligns with Metronic’s design:
Bootstrap Multiselect
Metronic’s Bootstrap version supports multiselect with the mt-multiselect class
devs.keenthemes.com
github.com
+12
preview.keenthemes.com
+12
primeng.org
+12
. If you're using Bootstrap bundles in your Angular setup, you can adapt this feature for Angular components.
ngâmultiselectâdropdown
A well-maintained Angular package ideal for multiselects is ng-multiselect-dropdown. It supports features like search, select-all, and theming—perfect for matching Metronic’s style
c-sharpcorner.com
stackblitz.com
+8
npmjs.com
+8
c-sharpcorner.com
+8
.
@ng-select/ng-select or PrimeNG
Use @ng-select/ng-select for a sleek, customizable multiselect—straightforward to integrate
primeng.org
+3
itsolutionstuff.com
+3
geeksforgeeks.org
+3
.
Alternatively, PrimeNG offers a robust <p-multiSelect> component with rich features
keenthemes.com
+15
primeng.org
+15
stackblitz.com
+15
.
Recommended approach:
Install your chosen library (e.g., npm install ng-multiselect-dropdown).
Import its module into your Angular module.
Use within your component template, applying styling that matches Metronic.
You can view demos and documentation on each package’s GitHub or npm page to ensure seamless alignment with your design.
Also, if you're interested in tools to find the best ways to manage your development time, try my timeâmanagement site’s calculadora de potenciação: ( calculadoradehub.com.br/calculadora-de-potencia/ )
Let me know if you’d like help with implementation or styling tips!