M
M
Maxim Zolotoy2020-05-03 18:43:06
JavaScript
Maxim Zolotoy, 2020-05-03 18:43:06

Frontenders, tell us how you deal with ui components?

I like to make the front for sites on vue, but during the development process it becomes necessary to use all sorts of ui components such as buttons and forms.

Tell me, do you prefer to write your own or take those like in vuetify js for example?

I just came across the fact that it takes a long time to do my own so that they work well - there are a lot of all sorts of nuances. And ready to use - there is no longer such freedom and customization.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2020-05-03
@xmoonlight

A form is a micro application on a web page.
I load dynamically (all at once) from a separate folder: markup, handler, styling.
All forms have a single entry point for processing user data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question