Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.26k stars 529 forks source link

AntDesign: Migrate v4 to v5 #4450

Open stsrki opened 1 year ago

stsrki commented 1 year ago

https://ant.design/docs/react/migration-v-5

https://cdnjs.com/libraries/antd

stsrki commented 1 year ago

Considering AntDesign now works with CSS-in-JS, we need to see if this migration is possible. If anyone else reads this, we're open to any suggestions.

GeertvanHorrik commented 1 year ago

This part might be relevant:

https://ant.design/docs/react/customize-theme#whole-export

stsrki commented 1 year ago

This part might be relevant:

https://ant.design/docs/react/customize-theme#whole-export

That's great. I wasn't able to find it before. Thank you @GeertvanHorrik