You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Google's Material Design, Google introduce **Bottom sheets**.([Components – Bottom sheets](https://material.google.com/components/bottom-sheets.html))<br/>
6
-
**Bottom sheets** slide up from the bottom of the screen to reveal more content.
7
-
8
-
If you want a Slideable number pad with an integrated Calculator, you can use this library.<br/>
9
-
10
-
**SliderNumPad** is simple number pad using bottom sheet.
11
-
5
+
If you want a Slideable number pad with an integrated Calculator, you can use this library.<br/> This component uses the **Bottom Sheets** for Android from Google.
6
+
12
7
<br/><br/>
13
8
14
9
@@ -34,7 +29,7 @@ dependencies {
34
29
35
30
## How to use
36
31
### 1. Basic Usage
37
-
SliderNumPad is very easy to use, Just Use the code to render the Number Pad with default configurations.
32
+
SliderNumPad is very easy to use, Just use the following code to render the Number Pad with default configurations.
SliderNubPad also provides different ways to customize the components, You can tune the component as it has to look in your app. Look at the following code for different configurations available.<br/>
47
+
SliderNumPad also provides different ways to customize the components, You can tune the component as it has to look in your app. Look at the following code for different configurations available.<br/>
0 commit comments