Skip to content

Open-source collection of additional Avalonia.FuncUI components, wrappers of those of Avalonia

License

Notifications You must be signed in to change notification settings

WhiteBlackGoose/MoreFuncUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

More FuncUI

This is some collection of FuncUI components I maintain.

MoreFuncUI.WebView

It's a wrapper of awesome WebView.

Example of code:

WebView.create [
    WebView.dock Dock.Top
    WebView.address "https://github.com"
]

screenshot for webview

MoreFuncUI.AvaloniaEdit

It's a wrapper of awesome AvaloniaEdit.

Example of code:

TextEditor.create [
    TextEditor.dock Dock.Left
    TextEditor.document (TextDocument "let a = 5")
    TextEditor.showLineNumbers true
    TextEditor.background Brushes.Transparent
    TextEditor.syntaxHighlightingLanguage (Some "fsharp")
    TextEditor.syntaxHighlightingTheme ThemeName.DarkPlus
]

screenshot for AvaloniaEdit

About

Open-source collection of additional Avalonia.FuncUI components, wrappers of those of Avalonia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages