skip to Main Content

I am working on a react project where I want to add some animation to the UI, and need some advice on what UI library or should I go for which is easy to use and to implement

I do not want framework to which i need to go for plugin and all, I want ready made UI with animation to which i can optimize as per my need.

2

Answers


  1. However, this totally depends on your requirements but here are few suggestions:

    1. Framer Motion
    2. React-Motion
    3. react-spring
    4. Remotion

    Also, do your research and go through other options as well to find the right one for you.

    Login or Signup to reply.
  2. Material-UI is easy to use and provides ready-made UI components for React. They have 40+ ready-made UI components.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search