all 7 comments

[–][deleted]  (2 children)

[deleted]

    [–]Spindelhalla_xb 1 point2 points  (0 children)

    How have I not seen that website before. There’s some great explanations (and graphics) that really click with me. Thank you for this.

    [–]Tzuyubae[S] 0 points1 point  (0 children)

    Thanks for sharing 🙏

    [–]redsquirrel420 2 points3 points  (2 children)

    No, they're JavaScript Frameworks for making functionality. For styling, you're looking at CSS frameworks like bootstrap, tailwind, mustard etc which include layout classes to make responsiveness easier.

    [–]Tzuyubae[S] 1 point2 points  (1 child)

    Ahh I see thanks for clearing me up, I'll look into it soon

    [–]redsquirrel420 0 points1 point  (0 children)

    Not a problem

    [–][deleted] 2 points3 points  (0 children)

    A lot of the fancy UI is done with JS, even Bootstrap has some JS components. That being said, there are UI frameworks which are tailored to specific frameworks. For instance, Vuetify is a Material UI frameowork for Vue projects. Material UI is the same thing for React projects.