Skip to content
On this page

Filter Dialog Vue prototype

A reusable custom dialog created using Codex Dialog component.

Demo

A basic filter dialog example

Usage

Props

Prop nameDescriptionTypeDefault
isLoadingWhen true the dialog has loading styles and the 'progressive' button is disabledBooleanfalse
openWhether the dialog is visible. Should be provided via a v-model:open binding in the parent scopeBooleanfalse

Slots

NameDescriptionBindings
defaultContent in the dialog body
doneBtnText for the progressive action button in the dialog header
taskCountText to display in the dialog footer
taskCountLoadingText to display in the dialog footer when isLoading
titleText to display in the dialog header

Events

Event namePropertiesDescription
closeObjectEmitted when the dialog is closed
update:openBooleanWhen the open/close dialog state changes