Reka UI logoReka
backdrop
PropDefaultType
as
'ol'
AsTag | Component

The element or component this component should render as. Can be overwritten by asChild.

asChild
boolean

Change the default rendered element for the one passed as a child, merging their props and behavior.

Read our Composition guide for more details.

hotkey
['F8']
string[]

The keys to use as the keyboard shortcut that will move focus to the toast viewport.

label
'Notifications ({hotkey})'
string | ((hotkey: string) => string)

An author-localized label for the toast viewport to provide context for screen reader users when navigating page landmarks. The available {hotkey} placeholder will be replaced for you. Alternatively, you can pass in a custom function to generate the label.