# useToast

This composable provides a way to display toast notifications.

The composable `useToast` exported here is taken directly from [GymX UI](https://gymx-ui-dev.fitx.de/?path=/docs/composables-usetoast--docs) and is re-exported 1:1 without modification.
For detailed information on the functionality and usage of useToast, please refer to the official documentation of [GymX UI](https://gymx-ui-dev.fitx.de/).

Note: `useToast` is typically used together with the [fitx-toast](/docs/components-toast--docs) component.
