Skip to content

Commit

Permalink
README updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
NazimMertBilgi committed Jun 25, 2020
1 parent e926f92 commit 316e778
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ publish/src
publish/package
demo/report/report.html
demo/report/stats.json
!demo-vue/app/app.js
!demo-vue/app/app.js
untitled.webm
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ Based on:
tns plugin add nativescript-sweet-alert
```

![Sample Android](screenshots/alert-android.gif)
![Sample Android](android_example.gif| width=100)

<img src="android_example.gif" width="400">





# Android Specifications
Expand Down Expand Up @@ -61,6 +66,11 @@ SweetAlert.showError(options).then(value => {
- `showCheckbox(options: ShowCheckbox): Promise<any>`


## How can I change the colors?

App_Resources/Android/src/main/res/values/colors.xml add to [Color Properties](https://github.com/F0RIS/sweet-alert-dialog/blob/master/library/src/main/res/values/colors.xml)


## Why the TNS prefixed name?

`TNS` stands for **T**elerik **N**ative**S**cript
Expand All @@ -76,6 +86,8 @@ Need extra help getting these SweetAlert working in your application? Check out

[SweetAlert in a NativeScript Core Demo](https://github.com/NazimMertBilgi/nativescript-sweet-alert/blob/master/demo/app/home/home-page.ts)

[SweetAlert in a NativeScript Angular Demo](https://github.com/NazimMertBilgi/nativescript-sweet-alert/blob/master/demo-angular/src/app/home/home.component.ts)

## License

MIT
Binary file added android_example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 316e778

Please sign in to comment.