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
| Props | Type | Required | Values | Default |
|---|---|---|---|---|
href | String | ✅ | The path or URL to navigate to. | - |
label | String | ✅ | - |
Example logged out
<AccountLink href="" />
Mein Finanzchef24Example logged in
<AccountLink href="" label="test@finanzchef24.de" />
test@finanzchef24.de