You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been going over this for a bit and can't seem to figure out exactly what is causing it, the Drawer works perfectly on the docs page (both BaseUI's and CossUI's). I believe the issue is in the classes passed to DrawerPrimitive.Popup.
To replicate, I created a new NextJS app and set up CossUI
<Drawer><DrawerTriggerrender={<Buttonvariant="outline"/>}>
Open drawer
</DrawerTrigger><DrawerPopupshowBar><DrawerHeaderclassName="text-center"><DrawerTitle>Notifications</DrawerTitle><DrawerDescription>
This is the description of the drawer.
</DrawerDescription></DrawerHeader><DrawerFooterclassName="justify-center sm:justify-center"variant="bare"><DrawerCloserender={<Buttonvariant="outline"/>}>
Close
</DrawerClose></DrawerFooter></DrawerPopup></Drawer>
I've been going over this for a bit and can't seem to figure out exactly what is causing it, the Drawer works perfectly on the docs page (both BaseUI's and CossUI's). I believe the issue is in the classes passed to DrawerPrimitive.Popup.
To replicate, I created a new NextJS app and set up CossUI
Implement a basic Drawer on
page.tsxScreen.Recording.2026-06-22.at.1.11.36.a.m.mov