LoginMagicLink
LoginMagicLink is a sub-component of the Login organism.
It allows the user to login using a magic link that would get sent to their email address.
Basic Usage
import { Login, LoginMagicLink } from '@krakentech/coral-organisms';
<Login>
<LoginMagicLink linkText="Send me a magic link" linkHref="#!" />
</Login>Full API
| Name | Type | Default |
|---|---|---|
linkHref | stringThe URL to link to | |
linkText | stringThe text to display in the link |
Last updated on