Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Status message surface with title, description, icon, and children
Alert
ui.alert({ title = 'Interactive State', description = 'Change values here and the preview updates.', iconComponent = 'lucide:info' })
ui.alert({ title = 'Warning', variant = 'destructive' }, function() ui.text('This action cannot be undone.') end)
ui.alert(props, children?)
lui.alert(props, children?)
title
string
description
variant
'default' | 'destructive'
icon
iconComponent
innerClassName
bodyClassName
contentClassName
titleClassName
descriptionClassName
className
style
Was this page helpful?