49 components available
Components

SMS Alert

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

  return <SMSAlert title={title} description={description} />
};

Installation

API Props

PropTypeDefault
title
string
description
string
Inspired by: https://www.clerk.com