Adarsh Srivastava
Adarsh Srivastava
Hey! I've made some changes in CSS hope you like it. Happy Coding!!
` import React from 'react'; import * as TabsPrimitive from '@radix-ui/react-tabs'; import { cn } from '@commenda/utils'; const Tabs = TabsPrimitive.Root; const TabsList = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props...
In this code when I am clicking on submit button and if the validation fails the sheet gets closed automatically, is there a solution for that ``` const Reject =...
The video quality I got when recording a video using my built-in MacBook Pro webcam (2018, 720) was only 640x480. I tried recording using a Logitech 1080p camera, but it...