import { Empty } from "@wfp/react"; () => { return ( <Empty title="No entries found"> You haven't yet created an entry </Empty> ); };
ReactNode
The content to be rendered in the empty state.
The title to be rendered in the empty state.
"undefined" |"large"
The kind of empty state to be rendered.
The icon to be rendered in the empty state.
The button to be rendered in the empty state.
string
The CSS class name to be appended to the top-level node.
The replaceable components to be used for the empty state.