This project was created as a demo for the 2024 RE:CREATE conference at Clark & Associates. This playground is intended to show to the power of theming in AntD v5, and provide some code examples on how themes can be implemented.
✨ Please open a PR for any new contributions, or provide feedback by opening an issue in GitHub. Your feedback and contributions are welcome!
This is a Next.js site with the Ant Design library installed. To install and run the project...
npm install && npm run dev
# or
yarn install && yarn dev
Open http://localhost:3000 with your browser to see the result.