Conversation
commit: |
|
@benjamincanac I dont see a thread to comment on - but I see the resize handle in the main docs page example (not working) and is there a reason to use |
|
@mikenewbon Here is fine! It's not a resize handle but a rail you can click on. There is no specific reason for using |
|
@benjamincanac ahh makes sense, I see the cursor difference now. Looking at the other components in Nuxt UI, Separately, I was curious whether there's a reason the base Sidebar doesn't support |
|
@mikenewbon I didn't try to implement it because it added a layer of complexity and in my mind we needed a wrapper component to orchestrate this like we do with |
|
@benjamincanac I don't think we need a wrapper component for this, |
|
When will it be available for use? It doesn't appear in version |
@mtzrmzia the patch version releases are for bugs/security afaik, it should be released in 4.6.0! |
@mikenewbon That makes sense, I hope it doesn't take too long 🤞🏾 |
🔗 Linked issue
❓ Type of change
📚 Description
New standalone Sidebar component. Collapsible, fixed sidebar that pushes page content. On desktop it renders inline with
offcanvas,icon, ornonecollapse modes. On mobile it opens a Modal, Slideover, or Drawer.Also ships an AI chat panel in the docs site using the new Sidebar, with live theme customization via tool calls.
📝 Checklist