Implementation of the lucide icon library for React applications. Installation pnpm add lucide-react npm install lucide-react yarn add lucide-react bun add lucide-react Documentation For full documentation, visitlucide.dev Community Join theDiscord serverto chat with the maintainers and other users. ...
Installation pnpm add lucide-react-native npm install lucide-react-native yarn add lucide-react-native bun add lucide-react-native Documentation For full documentation, visit lucide.dev Community Join the Discord server to chat with the maintainers and other users. License Lucide is licensed under ...
A simple, type-safe React component for displaying Lucide icons with autocomplete functionality. Installation npm i lucide-icon-component Usage import Icon from 'lucide-icon-component'; <Icon icon="user-check" size={24} />; Autocomplete The icon prop is type-safe, so you can use autocomplete...
Installation Package managers CDN Usage Web React Vue 2 Vue 3 Angular Preact Static Figma Laravel Flutter Contributing Community LicenseUsageAt its core, Lucide is a collection of SVG files. This means that you can use Lucide icons in all the same ways you can use SVGs (e.g. img, ...
Installation Package managers CDN Usage Web React Vue 2 Vue 3 Angular Preact Static Figma Laravel Flutter Contributing Community License Usage At its core, Lucide is a collection ofSVGfiles. This means that you can use Lucide icons in all the same ways you can use SVGs (e.g.img,background...
This option is useful if you use a CommonJS-compatible framework like React or Vue. It will automatically replace the imports with the correct syntax depending on whether your framework supports CJS or not. License MIT Readme Keywords vite ...
applications to make sure you only bundle the used icons from this icon library (Threeshaking). Otherwise it will load all the icons, making you webpage loading slower. Threeshaking is only available in the packages:lucide,lucide-react,lucide-vue,lucide-vue-next,lucide-angular,lucide-preact ...
Implementation of the lucide icon library for preact applications. > What is lucide? Read it [here](https://github.com/lucide-icons/lucide#what-is-lucide). ## Installation ```sh yarn add lucide-preact # or npm install lucide-preact ``` ## How to use It's build with ESmodules so...
## Installation ```sh npm install @react-native-vector-icons/lucide ``` ## Usage ```js import Lucide from '@react-native-vector-icons/lucide'; // ... <Lucide name="house" color="#ff0000" size={20} /> ``` ## Contributing See the [contributing guide](../../CONTRIBUTING.md...
Installation You can use either npm or yarn: Using npm: npm install lucide-nativewind Using yarn: yarn add lucide-nativewind Usage lucide-nativewind is built with ES modules so it's completely tree-shakable. Each icon can be imported as a react component. All icons can be imported the sam...