If you are ok to pay for not learning CSS I suggest you to take a look at TailwindUI where there are a lot of screens already created.
[0]: https://nickjanetakis.com/blog/reviewing-tailkit-300-tailwin...
11–20 of 59 posts
If you are ok to pay for not learning CSS I suggest you to take a look at TailwindUI where there are a lot of screens already created.
[0]: https://nickjanetakis.com/blog/reviewing-tailkit-300-tailwin...
Bootstrap and tailwind would be my other recommendations as they’re well documented and pragmatic.
If you need anything more custom then you have no choice besides diving into HTML and CSS (getting the HTML right makes the CSS much easier). Or pay someone.
Try to get the preconception that it's boring grunt work out of your head and just dedicate some time to learn it. You'll be much happier later.
Do start with a framework though.
> I'm simply dreading CSS What’s the problem?
I like css, because it is just incredibly powerful, if you know how to use it. There are still some things that could really improve (css needs a "contains" selector that allows you to e.g. select paragraphs that contain an image, without selecting paragraphs that just contain text). Certain things that are common usecases (like centering a container on a page) are not straightforward in all cases etc.
That being said a lot has improved in the last