Toast

A temporary, non-intrusive notification that appears in the bottom-right corner to provide feedback.

        
        
        
            
        
    
Property Description Type
onDismiss Executes a function when the dismiss button is clicked. () => void
id ID passed to the Toast component. Necessary for dismissable functionality. string
variant The style of the toast. default | danger