Recipe

Security settings

A security settings panel with owner recovery details and account controls.

Preview

Security

Access controls

Passkey ready
Three owners have a passkey enrolled.

Ingredients

The recipe only uses documented Axie primitives.

CardFieldInputSwitchAlert

Accessibility

  • Use persistent field labels for sensitive account data.
  • Use native switches with direct descriptions so security settings are understandable without extra help.
  • Place positive security state in a status alert, not only a color change.

Code

code
<Card>  <Field label="Recovery email">    <Input type="email" />  </Field>  <Switch label="Require two-step login" />  <Switch label="Session review" />  <Alert title="Passkey ready" tone="accent" /></Card>