Answer the question
In order to leave comments, you need to log in
How customizable are component libraries?
Now we are planning to develop a new project.
We are at the design stage. Previously implemented, the entire uikit from scratch. Now we want to use one of the component libraries.
So the question is, how redesignable are the styles of these libraries?
I ran through the settings of the viewfinder, it seems like you can put your own colors there.
Does it mean that if you take a ui library, then you need to draw a design using its components?
Or are there very flexible solutions? Considering both Vue and React
Answer the question
In order to leave comments, you need to log in
how redesignable are the styles of these libraries?
If I were to use such libraries, I would import everything except the default CSS. As a maximum, I would copy it to my *.css\scss file.
If he (css) is imported in addition with js functionality, then he would take this library from node_modules and use it not as part of the vendor, but as part of his project (removing it from package.json later).
And then, having all the styles on hand, without redefining them, I would customize them.
Or at all would delete and write from scratch.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question