!
Error Toast
Error notification
LOCALHOST:3000
✖ Failed
NORMAL100%
InstallationBASH
npx siddcn add notify-errorUsageTSX
import { ErrorToast } from 'siddcn';
export default function App() {
return <ErrorToast>Failed</ErrorToast>;
}Error notification
✖ Failed
npx siddcn add notify-errorimport { ErrorToast } from 'siddcn';
export default function App() {
return <ErrorToast>Failed</ErrorToast>;
}