Reverse Layout

Ricola Alpine Sage soothes sore throats, coughs and hoarseness. The valuable essential oils and tannins of sage are responsible for its healing effect. Ricola Sage Candy is a combination of sage extract and the 13 tried and tested Ricola herbs from the Swiss mountains.

<Docs title="Layout Default">
	<ImageText title="Default Layout" image={createDummyImage({ width: 300, height: 400 })}>
		<p>
			Ricola Alpine Sage soothes sore throats, coughs and hoarseness. The
			valuable essential oils and tannins of sage are responsible for its
			healing effect. Ricola Sage Candy is a combination of sage extract and
			the 13 tried and tested Ricola herbs from the Swiss mountains.
		</p>
	</ImageText>
</Docs>

<Docs title="Layout reverse">
	<ImageText title="Reverse Layout" layout="reverse" image={createDummyImage({ width: 300, height: 400 })}>
		<p>
			Ricola Alpine Sage soothes sore throats, coughs and hoarseness. The
			valuable essential oils and tannins of sage are responsible for its
			healing effect. Ricola Sage Candy is a combination of sage extract and
			the 13 tried and tested Ricola herbs from the Swiss mountains.
		</p>
	</ImageText>
</Docs>

<Docs title="Use Original Image Ratio">
	<ImageText
		title="Reverse Layout"
		layout="reverse"
		useOriginalImageRatio
		image={createDummyImage({ width: 400, height: 300 })}
	>
		<p>
			Ricola Alpine Sage soothes sore throats, coughs and hoarseness. The
			valuable essential oils and tannins of sage are responsible for its
			healing effect. Ricola Sage Candy is a combination of sage extract and
			the 13 tried and tested Ricola herbs from the Swiss mountains.
		</p>
	</ImageText>
</Docs>

<Docs title="Title Size Large">
	<ImageText title="Title Size Large" titleSize={"large" as ImageTextProps["titleSize"]} layout="reverse" image={createDummyImage({ width: 300, height: 400 })}>
		<p>
			Ricola Alpine Sage soothes sore throats, coughs and hoarseness. The
			valuable essential oils and tannins of sage are responsible for its
			healing effect. Ricola Sage Candy is a combination of sage extract and
			the 13 tried and tested Ricola herbs from the Swiss mountains.
		</p>
	</ImageText>
</Docs>

<Docs title="Title Size Small">
	<ImageText title="Title Size Small" titleSize={"small" as ImageTextProps["titleSize"]} layout="reverse" image={createDummyImage({ width: 300, height: 400 })}>
		<p>
			Ricola Alpine Sage soothes sore throats, coughs and hoarseness. The
			valuable essential oils and tannins of sage are responsible for its
			healing effect. Ricola Sage Candy is a combination of sage extract and
			the 13 tried and tested Ricola herbs from the Swiss mountains.
		</p>
	</ImageText>
</Docs>

<Docs title="No Title">
	<ImageText layout="reverse" image={createDummyImage({ width: 300, height: 400 })}>
		<p>
			Ricola Alpine Sage soothes sore throats, coughs and hoarseness. The
			valuable essential oils and tannins of sage are responsible for its
			healing effect. Ricola Sage Candy is a combination of sage extract and
			the 13 tried and tested Ricola herbs from the Swiss mountains.
		</p>
	</ImageText>
</Docs>

<Docs title="With CTA">
	<ImageText
		title="With CTA"
		layout="reverse"
		image={createDummyImage({ width: 300, height: 400 })}
	>
		<p>
			Ricola Alpine Sage soothes sore throats, coughs and hoarseness. The
			valuable essential oils and tannins of sage are responsible for its
			healing effect. Ricola Sage Candy is a combination of sage extract and
			the 13 tried and tested Ricola herbs from the Swiss mountains.
		</p>
		<IconLink href="#">
			Discover more
		</IconLink>
	</ImageText>
</Docs>