Inline Dialog

Compared to Tooltip Inline Dialog does take children as props. This is because it's designed to hold more complex components.

Usage

Focusing

Inline Dialog will automatically focus the first tabbable element in the its body.

If you want to auto focus a specific element instead of the first tabbable element. You have to pass data-autofocus to the element.

Placing

There are quite a few options for placing the Tooltip.

  • auto-start
  • auto
  • auto-end
  • top-start
  • top
  • top-end
  • right-start
  • right
  • right-end
  • bottom-end
  • bottom
  • bottom-start
  • left-end
  • left
  • left-start

Props