简体   繁体   中英

how to add Ant design to next.js 13 project,and customize the theme and components

What Ant design has done so well is humanizing their design. They evaluate quality of design by measuring against four human-consciousness and happiness centric values - naturalness, certainty, meaningfulness, and growth. Those act as a standard for designers and guide them in decision-making and better judgment.

above para is just a description pls refer the heading and pls let me know your thought

Just add import 'antd/dist/reset.css' in the _app file(in version 5). You can customize the styles by writing antd class names in your global.css file and add your styles. Then import it after antd CSS in your _app file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM