Answer the question
In order to leave comments, you need to log in
Component framework for vue?
Was looking for a set of components for vuejs.
There is for example vuetify - but it does not give control over html, i.e. to apply it, you need a mandatory element <v-app>
, and in addition, even those components that can do without javascript are formatted like this: <v-icon>fas fa-edit</v-icon>
i.e. seems like a redundant wrapper here, instead of just using <span class="icon-xxx"></span>
it like in bootstrap.
I would like a css framework more modern than bootstrap, the ability to use its html elements, and at the same time a set of tested vue components that are compatible with this css framework.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question