We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
https://tremor.so/docs/ui/drawer
The import in the Preview code is wrong for Drawer
It should be the correct import
import { Button } from "@/components/Button"; import { Drawer, DrawerTrigger, DrawerContent, DrawerHeader, DrawerTitle, DrawerBody, DrawerFooter, DrawerClose, } from "@/components/Drawer"; ... rest
Its importing other component which is not part of the actual code
import { Button } from '@/components/Button'; import { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from "@/components/Dialog"; ...rest
Chrome
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tremor Raw Component Version
No response
Link to minimal reproduction
https://tremor.so/docs/ui/drawer
Steps to reproduce
The import in the Preview code is wrong for Drawer
What is expected?
What is actually happening?
Its importing other component which is not part of the actual code
What browsers are you seeing the problem on?
Chrome
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: