N
N
noneim2019-07-10 15:45:33
Vue.js
noneim, 2019-07-10 15:45:33

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

1 answer(s)
R
Roman, 2019-07-10
@procode

ElementUI

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question