Skip to content

Commit eb21d88

Browse files
committed
Updated Readme.
1 parent 4eaccd4 commit eb21d88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ If you prefer not to use any of dependency managers, you can integrate manually.
5454

5555
### NativeLargeActionButton
5656

57-
Usually used at the bottom of the screen. You can set an icon. You can set how to change the style when you click. Supports states `disabled` and `dimmed`.
58-
5957
<img align="right" src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeLargeActionButton.svg" height="50"/>
6058

59+
Usually used at the bottom of the screen. You can set an icon. You can set how to change the style when you click. Supports states `disabled` and `dimmed`.
60+
6161
Next code for usage:
6262

6363
```swift
@@ -84,9 +84,9 @@ button.frame = .init(x: 0, y: 0, width: 300, height: button.frame.height)
8484

8585
### NativeSmallActionButton
8686

87-
You definitely saw this button in the AppStore. You can use it without the icon.
87+
<img align="right" src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeSmallActionButton.svg" height="29"/>
8888

89-
<img align="right" src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeSmallActionButton.svg" height="50"/>
89+
You definitely saw this button in the AppStore. You can use it without the icon.
9090

9191
Next code for usage:
9292

0 commit comments

Comments
 (0)