A Lucide icon library package for React applications. Latest version: 0.484.0, last published: 3 days ago. Start using lucide-react in your project by running `npm i lucide-react`. There are 3822 other projects in the npm registry using lucide-react.
在这个示例中,MyCustomIcon是一个由SVG文件转换而来的React组件,你可以像使用其他React组件一样设置其width和height属性来调整图标的大小。 5. 测试并验证自定义图标在lucide-react中的显示效果 最后,确保在你的React项目中测试自定义图标的显示效果。检查图标是否按预期显示,大小、颜色等属性是否设置正确。 通过以上步骤...
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library. This makes it more flexible with all the frontend frameworks and libraries that exist for React. 🚨 Not recommended for regular applications that work fine with the regular static icon...
feat(lucide-react): Add DynamicIcon component #733 Sign in to view logs Summary Jobs build test Run details Usage Workflow file Triggered via pull request January 3, 2025 11:49 ericfennis synchronize #2686 ericfennis:dynamic-imports Status Success Total duration 1m 49s Artifacts – lu...
A Lucide icon library package for React Native applications. Latest version: 0.483.0, last published: 2 days ago. Start using lucide-react-native in your project by running `npm i lucide-react-native`. There are 42 other projects in the npm registry usin
A free, fast, and reliable CDN for @metamist/lucide-react. A Lucide icon library package for React applications
Extender for the `@phragon-react/svg-icon` package.. Latest version: 0.396.0, last published: 7 months ago. Start using @phragon-react/svg-icon-lucide in your project by running `npm i @phragon-react/svg-icon-lucide`. There are no other projects in the n
from 'lucide-react'; interface IconProps extends LucideProps { name: keyof typeof dynamicIconImports; } const Icon = ({ name, color, size }: IconProps) => { const LucideIcon = dynamic(dynamicIconImports[name]) return <LucideIcon color={color} size={size} />; }; export default Icon;...
Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons. - feat(lucide-react): Add DynamicIcon component · lucide-icons/lucide@66fd309
0.474.0-alpha.0•Public• Publisheda month ago React Native Vector Icons - Lucide Lucide font for React Native Vector Icons See theReact Native Vector Icons READMEfor more details. Installation npm install @react-native-vector-icons/lucide ...