React UI library with easy-to-use components

6 years ago
JavaScript
UI library
Design
Ant Design

A very nice friend of mine introduce me to a very great React UI library, Ant Design.

The moment I started to use its components in a few experiments, I discovered that this is truly making the development of web application in React easier and better. One of the challenge that I always encountered is regarding the animation styling of the application. It has built-in the CSS3 animation and transition into its components.

I also have created a template in CodePen that can be used to quickly test creating component with Ant Design components. Here is the link. Feel free to fork and play around with it. However this is for older version of Ant Design. I could not get the newer version of Ant Design to work in CodePen yet. I hope I can figure it out sometime sooner or later.

Ant Design is not just having UI library for React. It also has for Angular and Vue too. Here are the links;

See more information about Ant Design from here.

Thanks for reading!