安装
Web
用于 Web 应用程序的 lucide 图标库实现。
sh
pnpm install lucidesh
yarn add lucidesh
npm install lucidesh
bun add lucide更多详情,请参阅文档。
React
用于 React 应用程序的 lucide 图标库实现。
sh
pnpm install lucide-reactsh
yarn add lucide-reactsh
npm install lucide-reactsh
bun add lucide-react更多详情,请参阅文档。 对于 React Native,请使用 lucide-react-native 包。
Vue
用于 Vue 应用程序的 lucide 图标库实现。
sh
pnpm install lucide-vue-nextsh
yarn add lucide-vue-nextsh
npm install lucide-vue-nextsh
bun add lucide-vue-next更多详情,请参阅文档。 对于 Vue 2,请使用 lucide-vue 包。
Svelte
用于 Svelte 应用程序的 lucide 图标库实现。
sh
pnpm install lucide-sveltesh
yarn add lucide-sveltesh
npm install lucide-sveltesh
bun add lucide-svelte更多详情,请参阅文档。
Solid
用于 Solid 应用程序的 lucide 图标库实现。
sh
pnpm install lucide-solidsh
yarn add lucide-solidsh
npm install lucide-solidsh
bun add lucide-solid更多详情,请参阅文档。
Angular
用于 Angular 应用程序的 lucide 图标库实现。
sh
pnpm install lucide-angularsh
yarn add lucide-angularsh
npm install lucide-angularsh
bun add lucide-angular更多详情,请参阅文档。
Preact
用于 Preact 应用程序的 lucide 图标库实现。
sh
pnpm install lucide-preactsh
yarn add lucide-preactsh
npm install lucide-preactsh
bun add lucide-preact更多详情,请参阅文档。
Astro
用于 Astro 应用程序的 lucide 图标库实现。
sh
pnpm install @lucide/astrosh
yarn add @lucide/astrosh
npm install @lucide/astrosh
bun add @lucide/astro更多详情,请参阅文档。
Static usage
用于多种用途的 lucide 图标库实现,例如:SVG 文件图标、SVG Sprite、图标字体,以及在 Common JS 模块(用于 NodeJS)中导出的静态 SVG 字符串。
sh
pnpm install lucide-staticsh
yarn add lucide-staticsh
npm install lucide-staticsh
bun add lucide-static更多详情,请参阅文档。
Figma
Lucide Figma 插件。
访问 Figma 社区页面 以安装插件。
Flutter
用于 Flutter 应用程序的 Lucide 图标库实现。
bash
flutter pub add lucide_icons更多详情,请参阅 pub.dev。