Skip to content

Commit ef8d212

Browse files
committed
Readme update v.1.5
1 parent 662a2e7 commit ef8d212

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,19 @@ _Installing manually you get the latest updates (beware! :-) )_
3030

3131
##Demo projects
3232
* **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.
3434
* **material_button**: a simple example to overlay a button on the form or any other control, with sliding animations.
3535
* **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.
3737
* **ButtonSet**: mimics Android's Camera toolbuttons laying over your content.
3838
* **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+
4146

4247
# Contributions
4348
This is an open source project, so obviously every contribution/help/suggestion will be very appreciated.

0 commit comments

Comments
 (0)