* Fixes incorrect relative links in documentation pages * Unifies documentation page names to avoid 404 links --------- Co-authored-by: Karsa <karsa@karsa.org>
2.2 KiB
title
| title |
|---|
| Installation |
Installation
Web
Implementation of the lucide icon library for web applications.
npm install lucide
or
yarn add lucide
For more details, see the documentation.
React
Implementation of the lucide icon library for react applications.
yarn add lucide-react
or
npm install lucide-react
For more details, see the documentation.
Vue 2
Implementation of the lucide icon library for vue applications.
yarn add lucide-vue
or
npm install lucide-vue
For more details, see the documentation.
Vue 3
Implementation of the lucide icon library for vue applications.
yarn add lucide-vue-next
or
npm install lucide-vue-next
For more details, see the documentation.
Svelte
Implementation of the lucide icon library for vue applications.
yarn add lucide-svelte
or
npm install lucide-svelte
For more details, see the documentation.
Angular
yarn add lucide-angular
or
npm install lucide-angular
For more details, see the documentation.
Preact
Implementation of the lucide icon library for preact applications.
yarn add lucide-preact
or
npm install lucide-preact
For more details, see the documentation.
Figma
The lucide figma plugin.
Visit Figma community page to install the plugin.
Laravel
Implementation of Lucide icon's using blade-icons for Laravel based projects.
composer require mallardduck/blade-lucide-icons
For more details, see the documentation.
Flutter
Implementation of Lucide icon library for Flutter applications.
flutter pub add lucide_icons
For more details, see the pub.dev.