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
Props
| Name | Type | Options | Default |
|---|---|---|---|
icon | enum | lucide:inbox, lucide:search, lucide:folder, lucide:file | lucide:inbox |