Skip to content

RealDyllon/next-with-ant-design-less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js App with Ant Design and Less Template

This Next.js template has Ant Design of React preinstalled and preconfigured, with less support.

Demo: https://next-with-ant-design-less.now.sh/

How to use

  1. Fork the repo.

  2. Clone your fork.

  3. Run yarn install

  4. Run next

More info

It's a standard next.js app. Refer to antd docs on component use, setup works out of the box.

Less file is present in /assets/antd-custom.less

Ant Design Less theming docs are here.

Pull Requests

PRs are welcome.

Let me know if you encounter any issues.