Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AvaloniaUtils/HyperText.Avalonia


https://github.com/AvaloniaUtils/HyperText.Avalonia

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# HyperText.Avalonia

Little control for big links

![](photo.jpg)

> dotnet add package HyperText.Avalonia

[![nuget](https://img.shields.io/badge/hypertext-nuget-blue)](https://www.nuget.org/packages/HyperText.Avalonia/) or download this repo.

For using

Add control in View
Now hyperlink works as a button and you may set any option for it command.
If you need to continue open url in browser -> check the example MainViewModel in src.

```xml

```

Add style in App.xaml

```xml

```

---
Special thanks for ![Tako](https://github.com/Takoooooo)