Files
lucide/docs/installation.md

144 lines
2.2 KiB
Markdown
Raw Normal View History

---
title: Installation
---
# Installation
## Web
Implementation of the lucide icon library for web applications.
```bash
npm install lucide
```
or
```sh
yarn add lucide
```
For more details, see the [documentation](packages/lucide.md).
## React
Implementation of the lucide icon library for react applications.
```bash
yarn add lucide-react
```
or
```sh
npm install lucide-react
```
For more details, see the [documentation](packages/lucide-react.md).
## Vue 2
Implementation of the lucide icon library for vue applications.
```bash
yarn add lucide-vue
```
or
```sh
npm install lucide-vue
```
For more details, see the [documentation](packages/lucide-vue.md).
## Vue 3
Implementation of the lucide icon library for vue applications.
```bash
yarn add lucide-vue-next
```
or
```sh
npm install lucide-vue-next
```
For more details, see the [documentation](packages/lucide-vue-next.md).
## Svelte
Implementation of the lucide icon library for vue applications.
```bash
yarn add lucide-svelte
```
or
```sh
npm install lucide-svelte
```
For more details, see the [documentation](packages/lucide-svelte.md).
## Angular
```bash
yarn add lucide-angular
```
or
```sh
npm install lucide-angular
```
For more details, see the [documentation](packages/lucide-angular.md).
## Preact
Implementation of the lucide icon library for preact applications.
```bash
yarn add lucide-preact
```
or
```sh
npm install lucide-preact
```
For more details, see the [documentation](packages/lucide-preact.md).
## Figma
The lucide figma plugin.
Visit [Figma community page](https://www.figma.com/community/plugin/939567362549682242/Lucide-Icons) to install the plugin.
![Setting Page Size](https://www.figma.com/community/plugin/939567362549682242/thumbnail 'Figma Lucide Cover')
## Laravel
Implementation of Lucide icon's using `blade-icons` for Laravel based projects.
```bash
composer require mallardduck/blade-lucide-icons
```
For more details, see the [documentation](https://github.com/mallardduck/blade-lucide-icons/blob/main/README.md).
## Flutter
Implementation of Lucide icon library for Flutter applications.
```bash
flutter pub add lucide_icons
```
For more details, see the [pub.dev](https://pub.dev/packages/lucide_icons).