API Reference
Complete API reference for every gentleduck/primitives component.
Complete API reference for every primitive. Click any primitive name to see its full API, examples, and keyboard interactions.
Component primitives
| Primitive | Import | Description |
|---|---|---|
| Dialog | @gentleduck/primitives/dialog | Modal/non-modal dialogs |
| Alert Dialog | @gentleduck/primitives/alert-dialog | Confirmation dialogs |
| Arrow | @gentleduck/primitives/arrow | Reusable SVG arrow primitive |
| Popover | @gentleduck/primitives/popover | Floating anchored content |
| Tooltip | @gentleduck/primitives/tooltip | Hover/focus hints |
| Hover Card | @gentleduck/primitives/hover-card | Rich hover previews |
| Context Menu | @gentleduck/primitives/context-menu | Right-click menus |
| Dropdown Menu | @gentleduck/primitives/dropdown-menu | Button-triggered menus |
| Navigation Menu | @gentleduck/primitives/navigation-menu | Composable navigation menu with trigger/content/viewport |
| Menu | @gentleduck/primitives/menu | Base menu primitive |
| Menubar | @gentleduck/primitives/menubar | Horizontal menu bars |
| Sheet | @gentleduck/primitives/sheet | Dialog aliases for sheet-style APIs |
| Progress | @gentleduck/primitives/progress | Progress indicators |
| Input OTP | @gentleduck/primitives/input-otp | Segmented one-time-password inputs |
| Pagination | @gentleduck/primitives/pagination | Structural pagination primitives |
| Select | @gentleduck/primitives/select | Accessible select/dropdown |
| Radio Group | @gentleduck/primitives/radio-group | Single-selection radio controls |
| Slider | @gentleduck/primitives/slider | Range input sliders |
Infrastructure primitives
| Primitive | Import | Description |
|---|---|---|
| Checkers | @gentleduck/primitives/checkers | SVG-to-data-URI indicator hook |
| Primitive Elements | @gentleduck/primitives/primitive-elements | Base elements with asChild |
| Slot | @gentleduck/primitives/slot | Composition utility |
| Presence | @gentleduck/primitives/presence | Animation-aware mount/unmount |
| Portal | @gentleduck/primitives/portal | Render into alternate DOM node |
| Focus Scope | @gentleduck/primitives/focus-scope | Focus trapping |
| Dismissable Layer | @gentleduck/primitives/dismissable-layer | Click-outside/escape dismissal |
| Roving Focus | @gentleduck/primitives/roving-focus | Arrow key navigation |
| Popper | @gentleduck/primitives/popper | Floating element positioning |
| Mount | @gentleduck/primitives/mount | Simple mount helpers |
| Direction | @gentleduck/primitives/direction | Global RTL/LTR provider + hook |
| Visibility Hidden | @gentleduck/primitives/visibility-hidden | Visually hidden accessible content |