Tag

iconfont

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 20, 2024 · Frontend Development

Building a Simple Icon Management System with Iconfont and JavaScript

This article explains how to create a lightweight icon management tool by uploading SVG files, converting them to Symbol elements, packaging them into a JavaScript file for the front‑end, and serving the generated iconfont.js from a back‑end endpoint.

FileReaderJavaScriptcheerio
0 likes · 5 min read
Building a Simple Icon Management System with Iconfont and JavaScript
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 1, 2023 · Frontend Development

Implementing a Bottom Navigation Bar with Vector Icons, CSS Animations, and JavaScript

This article walks through creating a responsive bottom navigation bar using semantic HTML, CSS flexbox layouts, Alibaba Iconfont vector icons, custom active-state styles, blur effects, a moving background circle, and JavaScript event handling to achieve smooth animated transitions.

CSSHTMLJavaScript
0 likes · 11 min read
Implementing a Bottom Navigation Bar with Vector Icons, CSS Animations, and JavaScript
DaTaobao Tech
DaTaobao Tech
Jul 14, 2023 · Frontend Development

Gradient Iconfont Implementation with CSS and React

This article explains how to create gradient iconfonts by using CSS background‑clip:text (with transparent text) and optionally mix‑blend-mode:darken, demonstrates a reusable React component that applies gradient backgrounds via style props, and shows graceful degradation with @supports queries for browsers lacking background‑clip support.

CSSReactfront-end
0 likes · 8 min read
Gradient Iconfont Implementation with CSS and React
php中文网 Courses
php中文网 Courses
Aug 31, 2022 · Frontend Development

Integrating Alibaba SVG Icons into a Vue 3 Project

This tutorial walks through downloading SVG icons from Alibaba's icon library, extracting the iconfont.js file, importing it globally, creating a reusable Vue component, registering it, and finally using the SVG icons within a Vue 3 backend system built with Express, MySQL, TypeScript, and Pinia.

SVGTypeScriptVue
0 likes · 5 min read
Integrating Alibaba SVG Icons into a Vue 3 Project
Baidu App Technology
Baidu App Technology
Jan 4, 2021 · Frontend Development

Developing Chrome DevTools Extensions and Supporting Technologies in San DevTools

The article expands the San DevTools technical analysis by detailing how to build Chrome DevTools extensions—defining a devtools page, creating panels, and debugging them—while also covering supporting technologies such as Yarn‑workspace monorepos, TypeScript path aliases, a lightweight middleware server, message‑batching bridges, and custom SVG icon components.

Chrome ExtensionDevtoolsFrontend Development
0 likes · 12 min read
Developing Chrome DevTools Extensions and Supporting Technologies in San DevTools
360 Tech Engineering
360 Tech Engineering
Mar 19, 2020 · Mobile Development

Using iconFont for iOS App Icon Replacement: A Step‑by‑Step Guide

This article explains how to replace image‑based icons in iOS apps with vector icon fonts from Alibaba's iconFont service, covering selection, download, integration of the TTF file, Swift and Objective‑C usage examples, and common pitfalls such as font conflicts and licensing.

Mobile DevelopmentObjective-CSwift
0 likes · 4 min read
Using iconFont for iOS App Icon Replacement: A Step‑by‑Step Guide
Qunar Tech Salon
Qunar Tech Salon
Apr 11, 2017 · Frontend Development

Interview with Qunar Frontend Director Du Yao on the YIcon Platform

In this interview, Qunar's senior frontend director Du Yao explains the origins, features, deployment model, and practical benefits of YIcon—a private, open‑source icon‑font management platform that improves workflow, ensures stable encoding, and supports multi‑platform projects across the company.

YIcondeploymentfrontend
0 likes · 11 min read
Interview with Qunar Frontend Director Du Yao on the YIcon Platform
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Mar 30, 2017 · Mobile Development

How to Add Custom Icon Fonts in React Native Using Alibaba Iconfont

Learn step-by-step how to integrate custom icon fonts into a React Native app by downloading icons from Alibaba's Iconfont library, creating the assets/fonts directory, configuring iOS and Android projects, and using the fontFamily property to display vector icons across platforms.

AndroidReact Nativecustom fonts
0 likes · 4 min read
How to Add Custom Icon Fonts in React Native Using Alibaba Iconfont