Snackbar

Snackbars show short updates about app processes at the bottom of the screen

Known Limitations (Beta)

  • No queue/stacking and no controlled open prop.

Usage

Snackbars display brief messages about app processes. They appear above other elements and disappear automatically.

import { Snackbar } from "@udixio/ui-react"
<Snackbar message="Message sent" />

Auto dismiss

Use duration (ms) to auto-close the snackbar; pass onClose to be notified.

Custom close icon

Provide a custom FontAwesome icon via closeIcon.