Thumbnail
import Thumbnail from '@site/src/components/Thumbnail';
<Thumbnail src='/img/org-management/brand-config.png' alt='add a new card' width='437px' />;
Just pass in all the valid attributes for image as props.
Result UI
A few examples,
import Thumbnail from '@site/src/components/Thumbnail';
<Thumbnail src='/img/org-management/brand-config.png' alt='add a new card' width='437px' />;
Just pass in all the valid attributes for image as props.
A few examples,