siddcn logo
siddcn
!

Error Toast

Error notification

LOCALHOST:3000
✖ Failed
NORMAL100%
InstallationBASH
npx siddcn add notify-error
UsageTSX
import { ErrorToast } from 'siddcn';

export default function App() {
  return <ErrorToast>Failed</ErrorToast>;
}