8 comments

[ 6.9 ms ] story [ 32.0 ms ] thread
It's a fantastic UI library, and I'd highly recommend it to anyone using React.
How does it compare to the more popular Material UI?
It's got some downsides (or maybe not I could be wrong on these parts) from what I've seen:

1. if you want the antd style for a particular component I do not believe you can import a css file specific to just that component. you are importing the full Antd css. it's sort of big. If anyone knows how I can import just the css for a component please show me how.

2. the Antd css has a lot of rules that address generic html elements, i.e. not antd classnames only. This makes component reuse more difficult.