mljr-ui · showcase

Empty State

Centred placeholder for zero-data views. Icon, title, message, action buttons.

feedback empty-state
Controls
icon
Current props
icon: ""

Usage

feedback.EmptyState(feedback.EmptyStateProps{
    Icon:    "lucide:inbox",
    Title:   "No results",
    Message: "Try adjusting your filters or search query.",
},
    primitive.Button(primitive.ButtonProps{Variant: token.Outline}, g.Text("Clear filters")),
)

All combinations (4)

Enum controls only · bool and text use defaults

lucide:inbox
Nothing here yet

Add your first item to get started.

lucide:search
Nothing here yet

Add your first item to get started.

lucide:folder
Nothing here yet

Add your first item to get started.

lucide:file
Nothing here yet

Add your first item to get started.

Props

NameTypeOptionsDefault
iconenumlucide:inbox, lucide:search, lucide:folder, lucide:filelucide:inbox