Adyen / lume

Lume is a component library for visual representations of data, built for Vue with D3.
https://lumedataviz.com
MIT License
37 stars 1 forks source link

🚸 Improve lume-tooltip usability by introducing opened prop #396

Closed joao-m-santos closed 5 months ago

joao-m-santos commented 5 months ago

Closes #395

πŸ“ Description

πŸ’₯ Is this a breaking change (Yes/No):

Note: It still works the old way too (e.g. <lume-tooltip v-if="opened" />), but it's not recommended.

πŸ“ Additional Information

Users can now do

<template #tooltip="tooltipProps">
  <lume-tooltip v-bind="tooltipProps">
    ...
  </lume-tooltip>
</template>

and it works out-of-the-box.

Before submitting the PR, please make sure you do the following

netlify[bot] commented 5 months ago

Deploy Preview for adyen-lume ready!

Name Link
Latest commit 04d617a71189d90d40fbe2d3245362b29040b595
Latest deploy log https://app.netlify.com/sites/adyen-lume/deploys/65a8fc1324ee41000848be56
Deploy Preview https://deploy-preview-396--adyen-lume.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.