Skip to content

ResponsiveMenu

Source: client/lib/theme/vueda-tailwind/display/index.js

Full-screen mobile dialog surface with a fixed header row and a bounded body row.

Vue component: ResponsiveMenu

SlotDefault classesDescription
dialoggrid-rows-[auto_minmax(0,1fr)] overflow-hiddenFull-screen mobile dialog surface with a fixed header row and a bounded body row.
dialogHeaderborder-b-hairline px-4 py-4 pr-12Visible mobile dialog header; right padding leaves room for the built-in close control.
dialogBodymin-h-0 overflow-y-auto overscroll-contain p-4Padded scrolling region below the fixed mobile dialog header.

dialog

Full-screen mobile dialog surface with a fixed header row and a bounded body row.

Default classes:

grid-rows-[auto_minmax(0,1fr)] overflow-hidden

Source: client/lib/theme/vueda-tailwind/display/ResponsiveMenu.theme.js:19

dialogHeader

Visible mobile dialog header; right padding leaves room for the built-in close control.

Default classes:

border-b-hairline px-4 py-4 pr-12

Source: client/lib/theme/vueda-tailwind/display/ResponsiveMenu.theme.js:23

dialogBody

Padded scrolling region below the fixed mobile dialog header.

Default classes:

min-h-0 overflow-y-auto overscroll-contain p-4

Source: client/lib/theme/vueda-tailwind/display/ResponsiveMenu.theme.js:27

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2