8

GitHub - WhiteBlackGoose/MoreFuncUI: Open-source collection of additional Avalon...

 2 years ago
source link: https://github.com/WhiteBlackGoose/MoreFuncUI
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

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"
]

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
]

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK