mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 15:07:41 +01:00
Adding Svelte to the readme (#820)
* Adding Svelte to the readme * adding solid section Co-authored-by: Alen Šiljak <dev@alensiljak.eu.org>
This commit is contained in:
69
README.md
69
README.md
@@ -23,24 +23,29 @@ Lucide is trying to expand the icon set as much as possible while staying faithf
|
|||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
* [Installation](#installation)
|
- [Lucide](#lucide)
|
||||||
* [Package managers](#package-managers)
|
- [What is Lucide?](#what-is-lucide)
|
||||||
* [CDN](#cdn)
|
- [Why choose Lucide over Feather Icons](#why-choose-lucide-over-feather-icons)
|
||||||
* [Usage](#usage)
|
- [Table of Contents](#table-of-contents)
|
||||||
* [Web](#web)
|
- [Usage](#usage)
|
||||||
* [React](#react)
|
- [Web](#web)
|
||||||
* [React Native](#react-native)
|
- [React](#react)
|
||||||
* [Vue 2](#vue-2)
|
- [React Native](#react-native)
|
||||||
* [Vue 3](#vue-3)
|
- [Vue 2](#vue-2)
|
||||||
* [Angular](#angular)
|
- [Vue 3](#vue-3)
|
||||||
* [Preact](#preact)
|
- [Angular](#angular)
|
||||||
* [Static](#static-svg-sprite-font-icons-)
|
- [Preact](#preact)
|
||||||
* [Figma](#figma)
|
- [Static (svg sprite, font, icons ..)](#static-svg-sprite-font-icons-)
|
||||||
* [Laravel](#laravel)
|
- [Figma](#figma)
|
||||||
* [Flutter](#flutter)
|
- [Laravel](#laravel)
|
||||||
* [Contributing](#contributing)
|
- [Flutter](#flutter)
|
||||||
* [Community](#community)
|
- [Svelte](#svelte)
|
||||||
* [License](#license)
|
- [Solid](#solid)
|
||||||
|
- [Contributing](#contributing)
|
||||||
|
- [Community](#community)
|
||||||
|
- [License](#license)
|
||||||
|
- [Credits](#credits)
|
||||||
|
- [Sponsors](#sponsors)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -190,6 +195,34 @@ flutter pub add lucide_icons
|
|||||||
|
|
||||||
For more details, see the [pub.dev](https://pub.dev/packages/lucide_icons).
|
For more details, see the [pub.dev](https://pub.dev/packages/lucide_icons).
|
||||||
|
|
||||||
|
### Svelte
|
||||||
|
|
||||||
|
Implementation of the lucide icon library for Svelte applications.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
yarn add lucide-svelte
|
||||||
|
|
||||||
|
# or
|
||||||
|
|
||||||
|
npm install lucide-svelte
|
||||||
|
```
|
||||||
|
|
||||||
|
For more details, see the [documentation](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-svelte#lucide-svelte).
|
||||||
|
|
||||||
|
### Solid
|
||||||
|
|
||||||
|
Implementation of the lucide icon library for solid applications.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
yarn add lucide-solid
|
||||||
|
|
||||||
|
#or
|
||||||
|
|
||||||
|
npm install lucide-solid
|
||||||
|
```
|
||||||
|
|
||||||
|
For more details, see the [documentation](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-solid#lucide-solid).
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
For more info on how to contribute please see the [contribution guidelines](https://github.com/lucide-icons/lucide/blob/main/CONTRIBUTING.md).
|
For more info on how to contribute please see the [contribution guidelines](https://github.com/lucide-icons/lucide/blob/main/CONTRIBUTING.md).
|
||||||
|
|||||||
Reference in New Issue
Block a user