Skip to content

Commit

Permalink
readme: add button style image
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Jan 21, 2023
1 parent 60c6665 commit 0e53ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added Docs/button-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ It also includes some example code implementations via Swift Previews of detaile
- Transaction management
- Coin mixing

<img src="https://github.com/reez/WalletUI/blob/main/Docs/hardware-wallet-interaction.gif?raw=true" height="400" alt='hardware-wallet-interaction' />
<img src="https://github.com/reez/WalletUI/blob/main/Docs/hardware-wallet-interaction.gif?raw=true" height="800" width="384" alt='hardware-wallet-interaction' />


## Basic Usage
Expand Down Expand Up @@ -127,6 +127,9 @@ view.addSubview(imageView)
Three button styles are implemented in SwiftUI; BitcoinFilled, BitcoinOutlined and BitcoinPlain.
They have a number of optional parameters, including: width, height, cornerRadius, tintColor, textColor, disabledFillColor and disabledTextColor depending on the type.

<img src="https://github.com/reez/WalletUI/blob/main/Docs/button-dark.png?raw=true" height="400" alt='button-dark' />


SwiftUI

```swift
Expand Down

0 comments on commit 0e53ff7

Please sign in to comment.