Skip to content

API Reference / @gtkx/components / Overlay

Variable: Overlay

const Overlay: (props) => ReactNode & object

Defined in: overlay.d.ts:21

Renders a Gtk.Overlay: a main child with one or more widgets stacked on top, declared via Overlay.Child. Non-Child children form the main content.

Type Declaration

Child

Child: <C>(props) => ReactNode

Type Parameters

C

C extends ElementType

Parameters

props

OverlayChildProps<C>

Returns

ReactNode

Released under the MPL-2.0 License.