InertiaRSS Track and read blogs, news, and tech you care about
Read Original Open in InertiaRSS

Recommended Feeds

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
量子位
Hugging Face - Blog
Hugging Face - Blog
M
MIT News - Artificial intelligence
GbyAI
GbyAI
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
V
Visual Studio Blog
博客园 - 【当耐特】
罗磊的独立博客
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
Y
Y Combinator Blog
Jina AI
Jina AI
有赞技术团队
有赞技术团队

V2EX - 技术

No Articles

Turn images into clickable components — a simple but useful front-end library
rizon · 2026-05-17 · via V2EX - 技术

https://clickable-img.dev.noteloom.app/

This is a front-end library I made while working on a company project.
Our WeChat Mini Program had a pop-up window that operations frequently needed to update, and the pop-up had multiple clickable hot zones. I thought that after the UI team finished the design, operations could configure it themselves with hot updates, without having to modify the code. So this tool was born.
Upload an image, visually select hot zones, and configure click events.
Just listen for click events on the image in the code.

It's a simple tool with a simple principle. However, it can indeed save a lot of work in certain specific scenarios.