This example shows how to use Next.js along with Ant Design of React using LESS. This is intended to show the integration of this UI toolkit with the Framework.
This includes dark and compact theme generation along with modifying less variables.
Install it and run:
npm install
npm run dev
# or
yarn
yarn dev