Working with Ant Design in React - Customization

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. antd

    An enterprise-class UI design language and React UI library

    But the problem is that it Ant Design uses Less CSS. To use Less, I need to eject my CRA application and use less and less-loader packages. Then, I can override variables simply importing a file overriding the variables.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. craco

    Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.

    Or I could use Craco with Craco-less. Craco 6+ doesn't work with 5+ versions of react-scripts. I know I could use yarn instead of NPM which doesn't stop the installation of craco, but it can't be the solution. We can't scrap the project and restart. Further, Craco 7-alpha installs but then craco-less doesn't.

  4. craco-less

    A Less plugin for craco / react-scripts / create-react-app

    Or I could use Craco with Craco-less. Craco 6+ doesn't work with 5+ versions of react-scripts. I know I could use yarn instead of NPM which doesn't stop the installation of craco, but it can't be the solution. We can't scrap the project and restart. Further, Craco 7-alpha installs but then craco-less doesn't.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Accessible by Default: The Non-Negotiable Frontier of Frontend in 2025

    2 projects | dev.to | 14 Apr 2025
  • 10 Best React Icon Libraries (2025 Edition)

    1 project | dev.to | 17 Mar 2025
  • Best 11 React UI Component Libraries in 2025

    14 projects | dev.to | 11 Mar 2025
  • How to style a PCF like a standard Model Driven App control

    1 project | dev.to | 21 Feb 2025
  • Top React Component Libraries for Faster UI Development

    2 projects | dev.to | 6 Feb 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?