AccountLink

The AccountLink component should be used to link to the customer-account (naca). It handles the alignment of the icon and the label. You have to pass a url and a label.

Usage

import AccountLink from "@finanzchef24gmbh/design-system/src/AccountLink";

Props

PropsTypeRequiredValuesDefault
hrefStringThe path or URL to navigate to.-
labelString-

Example logged out

<AccountLink href="" />
Mein Finanzchef24

Example logged in

<AccountLink href="" label="test@finanzchef24.de" />
test@finanzchef24.de