Dynamic cards creation

I want to add the dynamic cards in my app and enter the data i am currently using html components do we have any criteria to do it

Welcome to the community!

Could you please specify what exactly you want to achieve?

i am creating cards to show the grwoth in the sales so i want to create the cards dynamically which check the length of the data and create the cards

hi Shivam, (@shivam_misra1101),
What you are trying to do is pretty advanced, but you should be able to do it with pattern matching callbacks. You can find a few examples in the docs and one example with cards in the Dash-Example-Index - click on the Callbacks dropdown and then on the Pattern Match category.