Skip to content
Documentation
Packages
nextra-theme-docs
Writing Content
Toast

Toast

Show a toast message to the user


import { toast } from "@visulima/nextra-theme-docs/components";
<button onClick={() => toast("Hello World")}>Toast</button>