Skip to content

Can blitzjs be used with ant design pro? #2967

Answered by beerose
kjdion84 asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like Ant PRO is a whole scaffolder for admin apps — it creates a new application for you with Ant library and bootstrapped code to build an admin panel. It's a custom framework, with its own solutions.
Blitz also scaffolds a project for you, but it's built on top of Next, so follows all of its core principles.
Hence I think you can consider using the ant design library with Blitz (https://ant.design/docs/react/introduce) instead of creating a project with a pro version. It should work fine with Blitz. You can also create a project with ant pro and copy paste some code to your Blitz app (for example, some UI components).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by kjdion84
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants