All Products
<style>
	.bg-yellow {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 100vh;
		background-color: var(--ric_color_yellow-80, #fff9c4);
	}
</style>

<Docs title="Back Button">
	<div class="bg-yellow">
		<BackButton href="#parent" label="All Products" />
	</div>
</Docs>