Skip to Content
🎉 Coral x Panda has been released 🎉 Read the Migration Guide

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

NameTypeDefault
linkHrefstring

The URL to link to

linkTextstring

The text to display in the link

Last updated on