Dear Ajeem,
By default AEM Clientlibrary would include only 1 version of css and html. E.g. if you drag and drop 2 same 'Breadcrumb components' only 1 css and js would be included.
For two different 'Breadcrumb components' if they reference different css and js in both components then both would be included and you would effectively get more code.
1 Common way to avoid this would be to move your code into a a common ClientLibrary folder and drop there your code that you would like to be shared between all 'Breadcrumb components' .
Regards,
Peter