Skip to content

Commit 91acefc

Browse files
committed
Markdown update
1 parent 2db5c3f commit 91acefc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nativescript-Intro-Slides
22

33

4-
Beta...
4+
Beta ....
55

66
Include `xmlns:IntroSlides="nativescript-intro-slides"` in your Page
77

@@ -28,6 +28,12 @@ Include `xmlns:IntroSlides="nativescript-intro-slides"` in your Page
2828
```
2929

3030

31+
### Planned additions
32+
33+
* disable/enable previous and next buttons
34+
* Add function and property for button text, for next button on the last slide.
35+
* add properties to override previous and next buttons text.
36+
3137
add as many slides as you want, top down order, minimum of two.
3238

33-
for {N} version 2.0.0+
39+
for {N} version 1.7.0+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-intro-slides",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "NativeScript intro slides plugin.",
55
"main": "nativescript-intro-slides.js",
66
"nativescript": {

0 commit comments

Comments
 (0)