68 components available
Proximity Navigation

SMS Alert

Stylized SMS alert component with animated message bubble, lock icon, and dynamic status feedback.
Playground
() => {
  const title = "Nachas alert";
  const description = "3 trades need attention!";

  return <SMSAlert title={title} description={description} />
};
Source Code
Inspired by: https://www.clerk.com