Closed sergeykorobeynikov closed 5 days ago
Resolved: UDashboardPanelContent
cannot be used inside UDashboardSidebar
.
Not sure to understand your issue. If you want to put a CommandPalette
full height, you might want to apply a flex-1
to it.
@sergeykorobeynikov May I close this issue if it's solved?
Sure, thanks!
For what version of Nuxt UI are you asking this question?
v2.x
Description
What options for implementing scrolling for the
#empty-state
slot exist forUCommandPalette
, we use it insideUDashboardPanel
.P.S. The
UCommandPalette
component has a more original use than what it was originally designed for. This component should be remade into USearchPalette, and the#empty-state
slot should be renamed to #default-state, and scrolling should be implemented! ;-)