|
287 | 287 | label="Pick start" |
288 | 288 | /> |
289 | 289 |
|
| 290 | + <div class="w-[250px] h-[100px] shadow-md border-2 border-gray-300 gap-8 overflow-y-auto flex-col justify-center items-center"> |
| 291 | + <Tooltip> |
| 292 | + <div class="flex items-center justify-center bg-gray-500"> |
| 293 | + Hover me to see tooltip |
| 294 | + |
| 295 | + </div> |
| 296 | + <template #tooltip> |
| 297 | + Click me |
| 298 | + </template> |
| 299 | + </Tooltip> |
| 300 | + |
| 301 | + <Tooltip> |
| 302 | + <div class="flex items-center justify-center bg-gray-500"> |
| 303 | + Hover me to see tooltip |
| 304 | + |
| 305 | + </div> |
| 306 | + <template #tooltip> |
| 307 | + Click me |
| 308 | + </template> |
| 309 | + </Tooltip> |
| 310 | + |
| 311 | + <Tooltip> |
| 312 | + <div class="flex items-center justify-center bg-gray-500"> |
| 313 | + Hover me to see tooltip |
| 314 | + |
| 315 | + </div> |
| 316 | + <template #tooltip> |
| 317 | + Click me |
| 318 | + </template> |
| 319 | + </Tooltip> |
| 320 | + |
| 321 | + <Tooltip> |
| 322 | + <div class="flex items-center justify-center bg-gray-500"> |
| 323 | + Hover me to see tooltip |
| 324 | + |
| 325 | + </div> |
| 326 | + <template #tooltip> |
| 327 | + Click me |
| 328 | + </template> |
| 329 | + </Tooltip> |
| 330 | + |
| 331 | + <Tooltip> |
| 332 | + <div class="flex items-center justify-center bg-gray-500"> |
| 333 | + Hover me to see tooltip |
| 334 | + |
| 335 | + </div> |
| 336 | + <template #tooltip> |
| 337 | + Click me |
| 338 | + </template> |
| 339 | + </Tooltip> |
| 340 | + |
| 341 | + |
| 342 | + <Tooltip> |
| 343 | + <div class="flex items-center justify-center bg-gray-500"> |
| 344 | + Hover me to see tooltip |
| 345 | + |
| 346 | + </div> |
| 347 | + <template #tooltip> |
| 348 | + Click me |
| 349 | + </template> |
| 350 | + </Tooltip> |
| 351 | + </div> |
| 352 | + |
| 353 | + |
| 354 | + <div class="w-[250px] h-[100px] shadow-md border-2 bg-gray-50 border-gray-300 gap-8 overflow-y-auto flex-col justify-center items-center"> |
| 355 | + |
| 356 | + <div class="flex items-center justify-center bg-gray-500"> |
| 357 | + <Tooltip> |
| 358 | + Hover me to see tooltip |
| 359 | + <template #tooltip> |
| 360 | + Click me |
| 361 | + </template> |
| 362 | + </Tooltip> |
| 363 | + </div> |
| 364 | + |
| 365 | + <div class="flex items-center justify-center bg-gray-500"> |
| 366 | + <Tooltip> |
| 367 | + Hover me to see tooltip |
| 368 | + <template #tooltip> |
| 369 | + Click me |
| 370 | + </template> |
| 371 | + </Tooltip> |
| 372 | + </div> |
| 373 | + |
| 374 | + <div class="flex items-center justify-center bg-gray-500"> |
| 375 | + <Tooltip> |
| 376 | + Hover me to see tooltip |
| 377 | + <template #tooltip> |
| 378 | + Click me |
| 379 | + </template> |
| 380 | + </Tooltip> |
| 381 | + </div> |
| 382 | + |
| 383 | + <div class="flex items-center justify-center bg-gray-500"> |
| 384 | + <Tooltip> |
| 385 | + Hover me to see tooltip |
| 386 | + <template #tooltip> |
| 387 | + Click me |
| 388 | + </template> |
| 389 | + </Tooltip> |
| 390 | + </div> |
| 391 | + |
| 392 | + <div class="flex items-center justify-center bg-gray-500"> |
| 393 | + <Tooltip> |
| 394 | + Hover me to see tooltip |
| 395 | + <template #tooltip> |
| 396 | + Click me |
| 397 | + </template> |
| 398 | + </Tooltip> |
| 399 | + </div> |
| 400 | + |
| 401 | + |
| 402 | + <div class="flex items-center justify-center bg-gray-500"> |
| 403 | + <Tooltip> |
| 404 | + Hover me to see tooltip |
| 405 | + <template #tooltip> |
| 406 | + Click me |
| 407 | + </template> |
| 408 | + </Tooltip> |
| 409 | + </div> |
| 410 | + </div> |
| 411 | + |
290 | 412 | </div> |
291 | 413 |
|
292 | 414 |
|
|
0 commit comments