COMPONENTS / ATOMS / al-dropdown-panel← ALL COMPONENTS

Dropdown Panel

<al-dropdown-panel><ALDropdownPanel> REACTbeta

Reference generated from the custom elements manifest — 3 properties, 3 slots, 0 events.

PLAYGROUND3 CONTROLS
PREVIEW / al-dropdown-panel / ALTITUDE
Loading preview
List item List item List item List item List item List item List item List item List item List item
FLAGS
CODE — HTML / REACT

Guidance

NOT YET AUTHORED · 20 COMPONENTS COVERED

NO USAGE GUIDANCE HAS BEEN WRITTEN FOR THIS COMPONENT YET. THE API BELOW IS GENERATED FROM THE MANIFEST AND IS COMPLETE; WHAT IS MISSING IS WHEN TO REACH FOR IT AND WHEN NOT TO.

NOT IN FIGMAAltitude Design System

This component exists in code and has no Figma component set.

DECIDED BY
NEVER SYNCED
FIGMA SIDE
NEVER OBSERVED
LAST CONFIRMED SYNC
NEVER
PUBLIC SURFACE
3 ATTR · 3 SLOT · 0 EVENT · 0 PART

The two sides have never been confirmed equal, so there is no baseline to compare against.

Known missing in Figma (altitude-figma-sync MISSING_IN_FIGMA) — needs a bespoke build.

CHECKEVIDENCEDETAILRESULT
Default stateAXEdropdown-panel--DefaultPASS
Advanced statesAXE3 further storiesPASS
Screen readerMANUALNo screen-reader pass has been recorded for this component.NOT RECORDED
Keyboard navigationINTERACTION TESTSNo interaction tests and no manual keyboard pass.NOT RECORDED

MEASURED 2026-09-08 · 4 STORIES · AXE WCAG2A + WCAG2AA + WCAG21A + WCAG21AA + WCAG22AA

COLOR CONTRAST0 RULES FAILING

The CI gate disables color-contrast globally (libs/al-web-components/story-fixture/src/main.ts), so its result never reaches a test run. It is enabled for this measurement, and reported here whichever way it comes out.

NO CONTRAST VIOLATIONS ACROSS THIS COMPONENT’S 4 STORIES.

import '@southleft/al-web-components/components/dropdown-panel';
import { ALDropdownPanel } from '@southleft/al-react';
PROPTYPEDEFAULT
hasScrollbooleanAdds a max height and scrolling of the panel
hasHeaderbooleanChanges styling on panel for variant with headerfalse
hasFooterbooleanChanges styling on panel for variant with footerfalse
SLOTDESCRIPTION
headerContent above the dropdown body.
footerContent below the dropdown body.
(default)The dropdown panel content

THIS COMPONENT DECLARES NO EVENTS IN THE MANIFEST.

SOURCE — components/dropdown-panel/dropdown-panel.ts · Atoms/Dropdown Panel