diff --git a/README.md b/README.md index 5ed9f1e..069cbec 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ Thanks ! * [Paging and Searching](#paging--searching) + * [TaggedButtonGrid](#tagged-button-grid) + + * [CheckedButtonList](#checked-button-list) + - [Groups](#groups) * [SplitterForm](#splitter-form) @@ -804,6 +808,13 @@ await this.NavigateTo(cd); #### Paging & Searching +### Tagged Button Grid + + +### Checked Button List + + + ## Groups For working with groups, there are multiple different tools which helps to work with and allows bot also to manage "Single-User" chats and group chats. diff --git a/images/checkedbuttonlist.gif b/images/checkedbuttonlist.gif new file mode 100644 index 0000000..f025fb8 Binary files /dev/null and b/images/checkedbuttonlist.gif differ diff --git a/images/taggedbuttongrid.gif b/images/taggedbuttongrid.gif new file mode 100644 index 0000000..8313144 Binary files /dev/null and b/images/taggedbuttongrid.gif differ