Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AvaloniaUtils/HyperText.Avalonia
https://github.com/AvaloniaUtils/HyperText.Avalonia
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/AvaloniaUtils/HyperText.Avalonia
- Owner: AvaloniaUtils
- License: mit
- Created: 2022-06-21T20:18:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T16:02:35.000Z (over 1 year ago)
- Last Synced: 2024-02-15T11:34:19.398Z (12 months ago)
- Language: C#
- Size: 121 KB
- Stars: 43
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-avalonia - HyperText - Control for visualising and using hypertext. (Libraries & Extensions / Controls)
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)