oggnimodd

Results 3 comments of oggnimodd

i use onMouseDown to hide all tooltip try it here : https://codesandbox.io/s/staging-feather-3q69z?file=/src/App.js ``` import "./styles.css"; import ReactTooltip from "react-tooltip"; const data = [ { id: "1", label: "Image 1", link:...

try it here : [codesandbox](https://codesandbox.io/s/loving-mccarthy-2ejsz?file=/src/App.js) ``` import { TransformWrapper, TransformComponent } from "react-zoom-pan-pinch"; import { useRef, useState } from "react"; // Style const MainWrapper = { background: "salmon", width: "100%",...

This is my attempt to use ladle with next js (*it will only work in development). ```jsx import { defineConfig, ViteDevServer } from 'vite'; import queryString from 'query-string'; import path...