Skip to content

feat: add react shimmer pulse tooltip for crypto interfaces#39498

Merged
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
deepsikha-dash:feature/38609-react-tooltip-shimmer-pulse-crypto
Jul 9, 2026
Merged

feat: add react shimmer pulse tooltip for crypto interfaces#39498
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
deepsikha-dash:feature/38609-react-tooltip-shimmer-pulse-crypto

Conversation

@deepsikha-dash

Copy link
Copy Markdown
Contributor

Pull Request Description

Adds a React Tooltip component featuring a smooth Shimmer Pulse interaction for Crypto interfaces. The component is built with React, uses EaseMotion CSS utility classes, supports responsive layouts, and includes accessible tooltip semantics with customizable props.


Type of Change

  • ✨ New animation / hover effect
  • 🧩 New component
  • 📝 Documentation improvement
  • 🐛 Bug fix in an existing submission
  • Other (describe below)

Submission Checklist

⚠️ PRs that fail this checklist will be closed without review.

  • All changes are inside submissions/ (e.g., submissions/examples/your-feature-name/ or submissions/docs/your-feature-name/)
  • Includes demo.html — self-contained, opens in browser with no server
  • Includes style.css — raw CSS for the proposed feature
  • Includes README.md — what it does, how to use it, why it fits EaseMotion CSS
  • No changes to core/
  • No changes to components/
  • One feature per PR (no bundled unrelated changes)

Feature Description

What does this add?

Adds a reusable React tooltip component with a crypto-inspired appearance and shimmer pulse animation using EaseMotion CSS utility classes.

How does a developer use it?

import ShimmerPulseTooltip from "./ShimmerPulseTooltip";

export default function App() {
  return (
    <ShimmerPulseTooltip
      label="ETH"
      text="Ethereum network activity is increasing."
      position="top"
    />
  );
}

Why does it fit EaseMotion CSS?

The component follows the EaseMotion CSS philosophy by combining lightweight motion, reusable React structure, accessibility, responsiveness and utility-class based styling.


Demo

  • Demo added (demo.html works by opening directly in a browser)

Browser Testing

  • Chrome
  • Firefox
  • Edge
  • Safari (optional but appreciated)

Notes for Maintainer

  • Uses semantic tooltip attributes (role="tooltip" and aria-describedby).
  • Built as a reusable React component.
  • Uses ease-fade-in and ease-hover-lift utility classes.
  • Styling is isolated inside the submission folder.
  • No external libraries or additional dependencies were used.

Closes #38609


Reminder: Only the repository maintainer may merge pull requests.
Do not self-merge, even if you have write access.
Maximum 25 active assigned issues per contributor — unassign extras before opening a PR.

Tip: Once you open your PR, feel free to showcase your design or component in the #showcase channel on our official Discord Server!

@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions ECSoC26 good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions help wanted Extra attention needed level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jul 9, 2026
@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

✅ React/SCSS Submission Validated!

Great work @deepsikha-dash! 🎉 Your react submission passed all quality checks.

⚛️ Folder: submissions/react/react-tooltip-shimmer-pulse-crypto

  • ✅ React component file (.jsx/.tsx)
  • ✅ README.md
  • ✅ CSS/SCSS stylesheet

🚀 What happens next?

  • A maintainer will review your React component
  • Respond promptly to any feedback
  • Once approved, it will be merged into main!

Thank you for contributing to EaseMotion CSS! ⚡

@SAPTARSHI-coder SAPTARSHI-coder added the react React integration features and components label Jul 9, 2026
@SAPTARSHI-coder SAPTARSHI-coder merged commit 6920d25 into SAPTARSHI-coder:main Jul 9, 2026
14 checks passed
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

🎉 Congratulations on your PR merge, @deepsikha-dash! 🚀

Thank you so much for your valuable contribution to EaseMotion CSS! Your code is now merged into the main branch.

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

⭐ If you haven't already, please consider giving this repository a Star! It helps show your support, increases project visibility, and helps us grow the community. ✨

Thank you again, and happy coding! 💻

@github-actions github-actions Bot added accepted Contribution approved for integration into EaseMotion CSS good-pr integrated Successfully merged and included in the framework labels Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

🎉 Pull Request Integrated!

Thank you for your contribution, @deepsikha-dash! Your changes have been successfully merged into main and will be credited to your wall. 🚀

📊 Daily Merge Progress: You have merged 2/150 PRs today. Daily quota resets in 13 hrs.

📢 GSSoC Leaderboard Status Update:
Please note that the GSSoC leaderboard servers are currently experiencing platform-wide downtime, so your points may take a few days to reflect. Rest assured, your merged PR is fully recorded in our repository history and all GSSoC labels are correctly assigned.

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions ECSoC26-L1 ECSoC26 good first issue Good for newcomers good-pr gssoc:approved Approved for GSSoC contributions GSSoC-26 Official GSSoC 2026 issue help wanted Extra attention needed integrated Successfully merged and included in the framework level:intermediate Requires moderate project understanding react React integration features and components type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

React: Add React Tooltip Component with Shimmer Pulse for Cryptocurrency Exchange Layouts

2 participants