安装
¥Installation
Web
为 Web 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for web applications.
pnpm install lucideyarn add lucidenpm install lucidebun add lucide更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
React
为 React 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for React applications.
pnpm install lucide-reactyarn add lucide-reactnpm install lucide-reactbun add lucide-react更多详细信息,请参阅 documentation。对于 React Native,请使用 lucide-react-native 包。
¥For more details, see the documentation. For React Native use the lucide-react-native package.
Vue
为 Vue 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Vue applications.
pnpm install lucide-vue-nextyarn add lucide-vue-nextnpm install lucide-vue-nextbun add lucide-vue-next更多详细信息,请参阅 documentation。对于 Vue 2,请使用 lucide-vue 包。
¥For more details, see the documentation. For Vue 2 use the lucide-vue package.
Svelte
为 Svelte 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Svelte applications.
pnpm install lucide-svelteyarn add lucide-sveltenpm install lucide-sveltebun add lucide-svelte更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
实线
¥Solid
为 Solid 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Solid applications.
pnpm install lucide-solidyarn add lucide-solidnpm install lucide-solidbun add lucide-solid更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
Angular
为 Angular 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Angular applications.
pnpm install lucide-angularyarn add lucide-angularnpm install lucide-angularbun add lucide-angular更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
Preact
为 Preact 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for preact applications.
pnpm install lucide-preactyarn add lucide-preactnpm install lucide-preactbun add lucide-preact更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
Astro
为 Astro 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Astro applications.
pnpm install @lucide/astroyarn add @lucide/astronpm install @lucide/astrobun add @lucide/astro更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
静态使用
¥Static usage
为多种用途实现 lucide 图标库,例如:SVG 文件图标、SVG 雪碧图、图标字体和静态 SVG 字符串在 Common JS 模块(适用于 NodeJS)中导出。
¥Implementation of the lucide icon library for multiple usages that like to use: SVG files icons, SVG Sprite, Icon Fonts and static SVG strings export in Common JS modules (for NodeJS).
pnpm install lucide-staticyarn add lucide-staticnpm install lucide-staticbun add lucide-static更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
Figma
Lucide figma 插件。
¥The lucide figma plugin.
访问 Figma 社区页面 安装插件。
¥Visit Figma community page to install the plugin.
Flutter
为 Flutter 应用实现 Lucide 图标库。
¥Implementation of Lucide icon library for Flutter applications.
flutter pub add lucide_icons更多详细信息,请参阅 pub.dev。
¥For more details, see the pub.dev.