import {addToast, Button, cn} from "@heroui/react"; const CustomToastComponent = () => { return ( ), color: "primary", }); }} > Show Toast ); }; export default function App() { return (
); }