Element

Search items

Composable Popover, PopoverTrigger, PopoverContent; the panel oozes out of the trigger through an SVG goo filter with a liquid neck, crisp content fading in on top. Click or hover, controlled or uncontrolled.

ReactTailwindOverlay

Composable MorphPopover, MorphPopoverTrigger, MorphPopoverContent; the panel is laid out full size but clipped to the corner nearest the trigger, then unclips as one piece, a single-surface morph with a drop-shadow that hugs the shape. Side/align aware, controlled or uncontrolled.

ReactTailwindOverlay
Animated

Composable primitives (Select, SelectTrigger, SelectValue, SelectContent, SelectItem); the panel pinches off the trigger and separates, with staggered items. Position-aware (opens upward when needed).

ReactTailwind

Composable primitives (MorphSelect, MorphSelectTrigger, MorphSelectValue, MorphSelectContent, MorphSelectItem) where the trigger morphs into the panel via a shared layoutId: one continuous surface that grows open and shrinks back, never detaching.

ReactTailwind

A searchable command palette with scanlines, glowing accents, and HUD corner details.

ReactTailwindOverlay

A trigger-based action menu with scanlines, monospace labels, and HUD corner details.

ReactTailwind

A controlled modal with title, description, footer, scanlines, and HUD corner framing.

ReactTailwind

A compact tooltip with monospace text, primary-color accents, and HUD corner details.

ReactTailwindOverlay
Toast

A toast provider and notification stack with status colors, scanlines, and HUD corners.

ReactTailwindFeedback
AlertDialog

A Jetpack Compose modal prompt that requests a choice or acknowledgment before the current task continues.

ExpoAndroid onlyExpo Go
Alert
Feedback

A SwiftUI prompt that presents a title, supporting message and actions over the current view.

ExpoSwiftUIiOS, tvOS
BasicAlertDialog

A low-level Jetpack Compose modal container for prompts with fully custom content.

ExpoAndroid onlyExpo Go
ModalBottomSheet

A Jetpack Compose modal sheet that slides up from the bottom of the screen to present focused content.

ExpoAndroid onlyExpo Go
BottomSheet

A SwiftUI modal sheet that presents focused content from the bottom of the screen.

ExpoSwiftUIiOS, tvOS
BottomSheet

A universal @expo/ui modal sheet for presenting content from the bottom of the screen on Android, iOS and web.

ExpoUniversalExpo Go
ConfirmationDialog

A SwiftUI action prompt that presents a set of related choices, including destructive and cancel roles.

ExpoSwiftUIiOS, tvOS
Overlay

A SwiftUI layout modifier that places secondary content in front of a primary view.

ExpoSwiftUIiOS, tvOS
Popover

A SwiftUI floating panel anchored to a source view for contextual content or controls.

ExpoSwiftUIiOS only

A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.

ExpoUniversalExpo Go