gino

Results 5 issues of gino

Hello, I am wondering if this is a known issue but if I compare the JetBrains Nord theme to the Nord theme for VSCode, some colors do not look the...

context-syntax
scope-compatibility
scope-ux
type-support
scope-quality

Hello, What regex should I use if I am using TailwindCSS? I saw an issue with a Tailwind regex but this used the `tw-` prefix. I tried to remove this...

question

Hi there, I was looking for a similar approach to use modals with a hook like this, but I was wondering if something like this would be possible, cause this...

enhancement

Hi there, I am using the `Select` component and trying to apply animations with framer-motion. But unfortunately, exit animations are not working since there is no `forceMount` prop that I...

Type: Feature
Package: react/select

Hi there, I am trying to use `useSuspenseFragment` in combination with the `Suspense` component from React. My component structure looks like the following: ```tsx // Parent const { data }...