Skip to content

Commit c7780f2

Browse files
Merge branch 'syncfusion:main' into main
2 parents 8fe24cd + 8682db5 commit c7780f2

File tree

256 files changed

+37495
-397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+37495
-397
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ body:
4444
label: Version with bug
4545
description: In which version are you encountering this issue?
4646
options:
47+
- 1.0.3
4748
- 1.0.2
4849
- 1.0.1
4950
validations:
@@ -103,4 +104,4 @@ body:
103104
label: Relevant log output
104105
description: Include a stack trace for further analysis.
105106
render: shell
106-
107+

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,16 @@ The Syncfusion® Toolkit is built with community collaboration in mind, aiming t
3838
| Calendars | Calendar | The calendar supports month, year, decade, and century views, multiple selection modes, and customizable appearance. |
3939
| Editors | Numeric Entry | Advanced control for numeric input with support for various formats and validation. |
4040
| | Numeric Up Down | Adjust values with up/down buttons and culture-specific formatting. |
41+
| | OTP Input | Secure input field for one-time passwords with customizable length, masking options, and validation. |
4142
| Navigation | Navigation Drawer | Slide-in menu for navigation, positionable on any side of the app with customizable animations. |
4243
| | Tab View | Organize app content with customizable tabs, enabling easy navigation across sections. |
4344
| | Bottom Sheet | Slides up from the bottom of the screen to display additional content or functionality. |
4445
| Layout | Carousel | Smooth, touch-enabled sliding galleries for showcasing images or featured content. |
4546
| | Text Input Layout | Enhances input fields with floating labels and validation, improving user interaction. |
47+
| | Expander | Allows users to expand or collapse content dynamically, improving space management and user experience. |
48+
| | Accordion | Organizes content into multiple expandable sections, allowing only one section to be open at a time for better navigation and space management.|
49+
| | Popup | Allows users to display an alert message with customizable buttons or load any desired content inside a popup view.|
50+
| | Cards | Create dismissible cards or a stack of cards, and customize their background, borders, and corners. |
4651
| Buttons | Chips | Interactive tags for filtering, labeling, or visual options, perfect for e-commerce or task management. |
4752
| | Segmented Control | Quickly switch between views or categories, ideal for apps with multiple layout options. |
4853
| | Button | Customizable button control with icon support, background images, and visual state styling. |

maui/samples/Gallery/ControlList.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<Assembly Name="BottomSheet" />
1919
<Assembly Name="NumericEntry" />
2020
<Assembly Name="NumericUpDown" />
21-
<Assembly Name="Calendar" />
21+
<Assembly Name="Calendar" />
22+
<Assembly Name="OtpInput" />
23+
<Assembly Name="Expander" />
24+
<Assembly Name="Accordion" />
25+
<Assembly Name="Cards" />
26+
<Assembly Name="Popup"/>
2227
</Assemblies>
2328
</SampleBrowser>
2.09 KB
Loading
30.4 KB
Loading
41.1 KB
Loading
3.79 KB
Loading
1.75 KB
Loading
31.8 KB
Loading
13.4 KB
Loading

0 commit comments

Comments
 (0)