Hello
I'm building a CRM and as a developer I wanted to buy an admin template to take care of the visual bits for me. I'm building it with Laravel 9, Inertia and Vue. Bootstrap 5 seems like a good choice as for the CSS side.
I wanted to know a few things before using your template.
1/ As a fullstack dev, I like to customize my dashboards a lot. Is the markup / styling easily customizable? Can I easily take out a component from a page and use it wherever?
2/ Your page on themeforest refers to BootstrapVue, which if I'm not wrong still uses Bootstrap 4. How come?
3/ For an Inertia project, of course I won't be using Vue router, nor Vuex (at least not extensively), and I will mostly build my own business logic on the Laravel side, using Metronics only for the visual and interactions. Are your components easily adaptable to rely on themselves only for these purposes?
4/For example, a <table> element that I would like to paginate and call for the server to get the wanted sets of data according to filters and sorting is something I do easily right now without any visual theme. Would your table templates' components be easily adaptable for this?
Thanks ahead.