add demos to README.md
This commit is contained in:
@@ -42,6 +42,7 @@ val radiusHistory by tracking(state::radius)
|
||||
### DemoDifferencing01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoDifferencing01.kt)
|
||||
@@ -69,6 +70,7 @@ The second one contains `Property` in its name and can be
|
||||
modified after its creation and even be linked to a UI
|
||||
to modify the behavior of the delegate function in real time.
|
||||
The `Property` argument overrides the other.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoFollowing01.kt)
|
||||
@@ -76,6 +78,7 @@ The `Property` argument overrides the other.
|
||||
### DemoSmoothing01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoSmoothing01.kt)
|
||||
@@ -83,6 +86,7 @@ The `Property` argument overrides the other.
|
||||
### DemoSpring01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoSpring01.kt)
|
||||
|
||||
Reference in New Issue
Block a user