abhinav anshul
abhinav anshul
I don't think there is a permanent fix to this as of now until babel resolves the error.
There are no official recommendations as Shadcn is based on Radix. You can use native HTML methods for validation such as `onChange` or `pattern` attribute
It worked. Thanks.
Can you share your component code?
As far as I can tell, this is somehow adding `height` to your sidebar component and is not a shadcn/ui specific problem.
I need to see some bare minimum code. Do you have a codesandbox?
Do you have `tailwindcss-animate` in your `tailwind.config.js`
This is not a component library, therefore Typography component is not suited here. Is there any specific feature that you would like the Typography component to perform?
@shadcn need your inputs here
`h1` & `h5` is perfectly valid to define elements. Can you point out what these two tags break? and what is the benefit of using `font-size` & `font-weight` over native...