Skip to content

[Suggestion] Dialog / Popup (Interface) #35

@PoorLatency

Description

@PoorLatency

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions