docs(readme): Update readme files (#2634)

* Update readme files

* Update readme files

* Fix typos react native readme

* Add back headings
This commit is contained in:
Eric Fennis
2024-11-25 12:01:13 +01:00
committed by GitHub
parent 91391eea7b
commit c6c645ca7f
24 changed files with 528 additions and 567 deletions

View File

@@ -1,32 +1,48 @@
<p align="center">
<a href="https://github.com/lucide-icons/lucide#gh-light-mode-only">
<img src="https://lucide.dev/package-logos/lucide-vue.svg#gh-light-mode-only" alt="Lucide Vue Next - Implementation of the lucide icon library for Vue 3 applications." width="540">
</a>
<a href="https://github.com/lucide-icons/lucide#gh-dark-mode-only">
<img src="https://lucide.dev/package-logos/dark/lucide-vue.svg#gh-dark-mode-only" alt="Lucide Vue Next - Implementation of the lucide icon library for Vue 3 applications." width="540">
<a href="https://github.com/lucide-icons/lucide">
<img src="https://lucide.dev/package-logos/lucide-vue.svg" alt="Lucide icon library for Vue applications." width="540">
</a>
</p>
# Lucide Vue Next
<p align="center">
Lucide icon library for Vue applications.
</p>
<div align="center">
[![npm](https://img.shields.io/npm/v/lucide-vue-next?color=blue)](https://www.npmjs.com/package/lucide-vue-next)
![NPM Downloads](https://img.shields.io/npm/dw/lucide-vue-next)
[![GitHub](https://img.shields.io/github/license/lucide-icons/lucide)](https://lucide.dev/license)
</div>
<p align="center">
<a href="https://lucide.dev/guide/">About</a>
·
<a href="https://lucide.dev/icons/">Icons</a>
·
<a href="https://lucide.dev/guide/packages/lucide-vue-next">Documentation</a>
·
<a href="https://lucide.dev/license">License</a>
</p>
# Lucide Vue
Implementation of the lucide icon library for Vue 3 applications.
> What is lucide? Read it [here](https://github.com/lucide-icons/lucide#what-is-lucide).
> :warning: This version of lucide is for Vue 3, For Vue 2 got to [lucide-vue](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-vue#lucide-vue)
## Installation
```sh
yarn add lucide-vue-next
pnpm add lucide-vue-next
```
or
```sh
npm install lucide-vue-next
```
```sh
yarn add lucide-vue-next
```
## Documentation
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-vue-next)