click below
click below
Normal Size Small Size show me how
INTPROG - L4
AntDesign
| Question | Answer |
|---|---|
| UI library provides easy-to-use React components that are useful for building interactive user interfaces. | AntDesign |
| It has a complete package of development tools that are useful for building interactive user interfaces. | AntDesign |
| Code to input in the terminal to add antd | npm install antd -- save |
| AntDesignHow to install AntDesign? | It must be in the same directory of your folder with your react app. |
| - Just copy and paste th JavaScript code in AntDesign to your code. | Components in AntDesign |
| a utility-first CSS framework for building custom UI. | Tailwind |
| Highly customizable and provides predefined classes for elements. | Tailwind |