We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd3b1c commit be6ae26Copy full SHA for be6ae26
packages/lib/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flowbite-qwik",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Official Qwik components built for Flowbite and Tailwind CSS",
5
"keywords": [
6
"design-system",
packages/lib/src/components/Floating/Floating.tsx
@@ -13,8 +13,8 @@ export const RenderFloatingElement = component$<RenderFloatingElementProps>(({ r
13
ref={ref}
14
class={twMerge(
15
'absolute z-10 inline-block transition-opacity duration-300',
16
- isVisible ? 'block opacity-100' : 'pointer-events-none hidden opacity-0',
17
clsx(classList),
+ isVisible ? 'block opacity-100' : 'pointer-events-none hidden opacity-0',
18
)}
19
{...props}
20
>
0 commit comments