Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
matachi committed Jun 23, 2024
1 parent 7c8fa4a commit ca522be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

FluentAvalonia.FuncUI.Bindings is a library that integrates [FluentAvalonia](https://github.com/amwx/FluentAvalonia) with [Avalonia.FuncUI](https://github.com/fsprojects/Avalonia.FuncUI). It contains bindings that enable the use of FluentAvalonia's controls in an F# context offered by Avalonia.FuncUI.

[![NuGet version](https://img.shields.io/nuget/vpre/FluentAvalonia.FuncUI.Bindings?logo=nuget&color=green)](https://www.nuget.org/packages/FluentAvalonia.FuncUI.Bindings/)
[![Downloads](https://img.shields.io/nuget/dt/FluentAvalonia.FuncUI.Bindings?logo=nuget)](https://www.nuget.org/packages/FluentAvalonia.FuncUI.Bindings)
[![Top language](https://img.shields.io/github/languages/top/matachi/FluentAvalonia.FuncUI.Bindings)](https://www.nuget.org/packages/FluentAvalonia.FuncUI.Bindings/)

## Contributing

Please contribute to this project through issue reports, pull requests, code reviews, documentation and discussions.
Expand All @@ -13,3 +17,13 @@ This project is newly created and all help to develop it further is greatly appr
For helping with development and testing, there is a sample application that demonstrates the usage of the library. Feel free to contribute to it as well!

![Screenshot of the sample application](Assets/Screenshot.png)

## Star history

<a href="https://star-history.com/#matachi/FluentAvalonia.FuncUI.Bindings&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=matachi/FluentAvalonia.FuncUI.Bindings&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=matachi/FluentAvalonia.FuncUI.Bindings&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=matachi/FluentAvalonia.FuncUI.Bindings&type=Date" />
</picture>
</a>

0 comments on commit ca522be

Please sign in to comment.