You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,19 @@ _Installing manually you get the latest updates (beware! :-) )_
30
30
31
31
##Demo projects
32
32
***wait**: a wait splashscreen with running animation and opacity. Can be show on the top of a whole form or a single FMX control. Runs a task on a background thread and keeps UI responsive.
33
-
***lightbox**: achieves the popular lightbox effect to show different kind of content (pictures, text, data) using a consistent UI. Also provides an example of CommonActions use (the Close button) and provides fade-in animation of content
33
+
***lightbox**: achieves the popular lightbox effect to show different kind of content (pictures, text, data) using a consistent UI. Also provides an example of CommonActions use (the Close button) and provides fade-in animation of content.
34
34
***material_button**: a simple example to overlay a button on the form or any other control, with sliding animations.
35
35
***ViewAndDialogs**: some Material Design-like transition to show a view (employee's details) and a dialog (rate a picture).
36
-
***PictureWall**: show pictures in a TFlowLayout with a fading in transition
36
+
***PictureWall**: show pictures in a TFlowLayout with a fading in transition.
37
37
***ButtonSet**: mimics Android's Camera toolbuttons laying over your content.
38
38
***EditHelper**: adds easy to customize buttons or controls to any TEdit.
39
-
***BottomSheet**: implementation of a bottom sheet UI element with TFrameStand
40
-
***ResponsiveProject**: implementation of responsive application with FMX and TFrameStand
39
+
***BottomSheet**: implementation of a bottom sheet UI element with TFrameStand.
40
+
***ResponsiveProject**: implementation of responsive application with FMX and TFrameStand.
41
+
***WizardSimpleProject**: simple wizard example using frames.
42
+
***FormStandHelloWorld**: Hello, World! demo for TFormStand (!), featuring Fire UI synergy.
43
+
***FormStandActionList**: action list showcase with TFormStand.
44
+
***FormStandLiveBindings**: LiveBindings showcase with TFormStand.
45
+
41
46
42
47
# Contributions
43
48
This is an open source project, so obviously every contribution/help/suggestion will be very appreciated.
0 commit comments