Added product

An added product component contains a link to an item that was added into an editable list. Each item contains the action to remove it from the list. For example: a product as added to the basket and can therefore still be removed from the list of products.

Default

px

			
				<div class="a-added-product ">
	<a class="a-added-product__link" href="#">
		Grafieken en 3D effecten met Adobe Illustrator
	</a>
	<button class="a-icon-button a-icon-button--animated a-added-product__button ">
		<span class="a-icon-button__icon icon-cancel"></span>
	</button>
</div>