Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added tooltip for Slider #391

Merged
merged 8 commits into from
Jan 5, 2024
Merged

feat: added tooltip for Slider #391

merged 8 commits into from
Jan 5, 2024

Conversation

pkc918
Copy link
Member

@pkc918 pkc918 commented Jan 4, 2024

No description provided.

Copy link

netlify bot commented Jan 4, 2024

Deploy Preview for ikun-ui ready!

Name Link
🔨 Latest commit 095caba
🔍 Latest deploy log https://app.netlify.com/sites/ikun-ui/deploys/6597afc18ce8b20008fcdb30
😎 Deploy Preview https://deploy-preview-391--ikun-ui.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.

@@ -192,9 +193,15 @@
style={btnStyle}
>
{#if $$slots.buttonRender}
<slot name="buttonRender" />
<KTooltip placement="top" content={String(value)}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the display of tooltip can be changed to an optional prop, which is enabled by default.

@baiwusanyu-c baiwusanyu-c merged commit d15c8d6 into ikun-svelte:main Jan 5, 2024
7 checks passed
@baiwusanyu-c
Copy link
Member

good job !!👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants