|
15 | 15 |
|
16 | 16 | | On Success | On Failure | |
17 | 17 | |--|--| |
18 | | -|  |  | |
| 18 | +|  |  | |
19 | 19 |
|
20 | 20 | ## Installation |
21 | 21 | 1. Add it in your root build.gradle at the end of repositories: |
|
33 | 33 |
|
34 | 34 | ```groovy |
35 | 35 | dependencies { |
36 | | - implementation 'com.github.SimformSolutionsPvtLtd:android-morphing-button-jetpack-compose:Tag' |
| 36 | + implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.0' |
37 | 37 | } |
38 | 38 | ``` |
39 | 39 |
|
|
42 | 42 |
|
43 | 43 | ```kotlin |
44 | 44 | var submitButtonState by remember { mutableStateOf(SSButtonState.IDLE) } |
45 | | - SSLoadingButton( |
| 45 | + SSJetPackComposeProgressButton( |
46 | 46 | type = SSButtonType.CLOCK, |
47 | 47 | width = 300.dp, |
48 | 48 | height = 50.dp, |
@@ -120,7 +120,7 @@ Copyright 2021 Simform Solutions |
120 | 120 | ``` |
121 | 121 |
|
122 | 122 | [//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax) |
123 | | - [git-repo-url]: <https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose.git> |
124 | | - [stargazers]: <https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose/stargazers> |
125 | | - [Contributing Guide]: <https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose/blob/main/CONTRIBUTING.md> |
126 | | - [GitHub Issues]: <https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose/issues> |
| 123 | + [git-repo-url]: <https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton.git> |
| 124 | + [stargazers]: <https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton/stargazers> |
| 125 | + [Contributing Guide]: <https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton/blob/main/CONTRIBUTING.md> |
| 126 | + [GitHub Issues]: <https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton/issues> |
0 commit comments