Skip to content

Commit a30ff5a

Browse files
authored
Update README.md
1 parent c95e047 commit a30ff5a

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1-
# AvaloniaTokenizingTextBox
2-
An attempt at converting WCT TokenizingTextBox to Avalonia
1+
AvaloniaTokenizingTextBox
2+
============
3+
![TextBoxExample](https://user-images.githubusercontent.com/79826944/119290212-42ac5b80-bc8b-11eb-8518-a5a545c68705.gif)
34

4-
Lots of help from and ideas from https://github.com/iterate-ch/tokenizingtextbox
5+
A Tokenizing TextBox for [Avalonia](https://github.com/AvaloniaUI/Avalonia), similar to the one created by [Marcus Perryman](https://github.com/marcpems). Ported from [WindowsCommunityToolkit](https://github.com/windows-toolkit/WindowsCommunityToolkit)
56

6-
![TextBoxExample](https://user-images.githubusercontent.com/79826944/119290212-42ac5b80-bc8b-11eb-8518-a5a545c68705.gif)
7+
Partially based on work from [Jöran Malek](https://github.com/iterate-ch/tokenizingtextbox)
8+
9+
## Usage
10+
11+
```xml
12+
<DockPanel>
13+
<c:TokenizingTextBox DockPanel.Dock="Top"
14+
TokenDelimiter=";"
15+
Items="{Binding Tokens}"
16+
SelectedItem="{Binding SelectedItem}" />
17+
</DockPanel>
18+
```
19+
20+
## Licence
21+
22+
AvaloniaTokenizingTextBox is under the [MIT license](https://github.com/puppetsw/AvaloniaTokenizingTextBox/blob/master/LICENSE).
23+
24+
## Contributing
25+
26+
All contributions and improvements are welcome!

0 commit comments

Comments
 (0)