Is it possible to get https://chakra-ui.com/docs/components/overlay/alert-dialog#changing-the-transition as a dialog for an example. You want a prompt for the person to read text/close it manually? For an example, you want to provide a list of something to someone.
lib.registerDialog({
id = 'popup_example',
title = 'Ingredients: McMuffin',
description = '1. Egg\n2. Bread\n3. Peanut Butter'
})
lib.showDialog('popup_example')
Is it possible to get https://chakra-ui.com/docs/components/overlay/alert-dialog#changing-the-transition as a dialog for an example. You want a prompt for the person to read text/close it manually? For an example, you want to provide a list of something to someone.