Skip to content

Commit 48e4731

Browse files
Merge branch 'main' into CollapseOnOverlayTap
2 parents 60296f4 + dc2049b commit 48e4731

File tree

138 files changed

+20187
-202
lines changed

Some content is hidden

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

138 files changed

+20187
-202
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The Syncfusion® Toolkit is built with community collaboration in mind, aiming t
4343
| | Bottom Sheet | Slides up from the bottom of the screen to display additional content or functionality. |
4444
| Layout | Carousel | Smooth, touch-enabled sliding galleries for showcasing images or featured content. |
4545
| | Text Input Layout | Enhances input fields with floating labels and validation, improving user interaction. |
46+
| | Cards |Create dismissible cards or a stack of cards, and customize their background, borders, and corners. |
4647
| Buttons | Chips | Interactive tags for filtering, labeling, or visual options, perfect for e-commerce or task management. |
4748
| | Segmented Control | Quickly switch between views or categories, ideal for apps with multiple layout options. |
4849
| | Button | Customizable button control with icon support, background images, and visual state styling. |

maui/samples/Gallery/ControlList.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@
1919
<Assembly Name="NumericEntry" />
2020
<Assembly Name="NumericUpDown" />
2121
<Assembly Name="Calendar" />
22+
<Assembly Name="Popup"/>
23+
<Assembly Name="Cards" />
2224
</Assemblies>
2325
</SampleBrowser>
30.4 KB
Loading
41.1 KB
Loading
3.79 KB
Loading
1.75 KB
Loading
31.8 KB
Loading
41.3 KB
Loading
1.64 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<SyncfusionControls>
3+
<ControlCategory Name="Layouts">
4+
<Control Title="Cards"
5+
Image="cards.png"
6+
ControlName="SfCards"
7+
Description="A container control that allows users to create dismissible cards or a stack of cards.">
8+
<Sample Title="Card view" SampleName="CardView"/>
9+
</Control>
10+
</ControlCategory>
11+
</SyncfusionControls>

0 commit comments

Comments
 (0)