diff --git a/README.md b/README.md index 2e53af2..f004198 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,23 @@ # ✨ Lucide.Avalonia -Implementation of the [Lucide](https://github.com/lucide-icons/lucide) icon library for [AvaloniaUI](https://github.com/AvaloniaUI/Avalonia). +Implementation of the [Lucide icon library](https://github.com/lucide-icons/lucide) for [AvaloniaUI](https://github.com/AvaloniaUI/Avalonia). **Simple, fast, and hassle-free**. [![NuGet Version](https://img.shields.io/nuget/v/Lucide.Avalonia?logo=nuget)](https://www.nuget.org/packages/Lucide.Avalonia) [![GitHub License](https://img.shields.io/github/license/dme-compunet/Lucide.Avalonia)](https://github.com/dme-compunet/Lucide.Avalonia/blob/main/LICENSE) -# Examples +--- + +## ⚡ Advantages + +- **No xmlns declaration required** – it works out of the box. +- **No styles include required** – just add and use. +- **Fast and simple** – get started in seconds. + +--- + +## 🚀 Usage Examples + +### Using the `LucideIcon` Element ```xml @@ -13,10 +25,21 @@ Implementation of the [Lucide](https://github.com/lucide-icons/lucide) icon libr ``` -Markup Extension +### Using a Markup Extension ```xml