Tag

icon

1 views collected around this technical thread.

macrozheng
macrozheng
Nov 28, 2024 · Frontend Development

Essential Free Tools for Logos, Icons, and Illustrations for Developers

This guide compiles a curated list of free online tools and open‑source libraries for creating and sourcing logos, icons, and illustrations, offering quick customization options and direct download links to help developers enhance the visual assets of their web and mobile projects.

Frontenddesign toolsicon
0 likes · 7 min read
Essential Free Tools for Logos, Icons, and Illustrations for Developers
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 16, 2022 · Frontend Development

Integrating Icon Components into Ant Design Vue Buttons and Building a Visual Icon Selector

This article explains how to extend Ant Design Vue's Button component with a custom icon prop, create a VpButton wrapper that preserves all original button features, and develop a visual icon selector that generates an icon list from public iconfont scripts for low‑code admin interfaces.

Ant Design VueTypeScriptbutton
0 likes · 14 min read
Integrating Icon Components into Ant Design Vue Buttons and Building a Visual Icon Selector
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 11, 2022 · Frontend Development

Web Fonts, SVG Icons, and Building an SVG Icon Component with Vite and Ant Design Vue

This article explains the fundamentals of computer fonts, compares bitmap, vector, and stroke fonts, discusses why SVG icons are preferred over font icons on the web, and provides a step‑by‑step guide to implementing a reusable SVG icon component using Vite, Ant Design Vue, and related tooling.

Ant Design VueFrontendSVG
0 likes · 14 min read
Web Fonts, SVG Icons, and Building an SVG Icon Component with Vite and Ant Design Vue
Ctrip Technology
Ctrip Technology
Mar 8, 2016 · Frontend Development

Creating Scalable SVG Sprite Icons with Grunt for Front‑End Projects

This tutorial explains how to create scalable, anti‑aliased SVG sprite icons for web pages by downloading SVGs from IcoMoon, merging them with the Grunt svgstore plugin, and integrating the resulting sprite.svg into HTML with optional IE8 fallback support.

FrontendGruntSVG
0 likes · 4 min read
Creating Scalable SVG Sprite Icons with Grunt for Front‑End Projects