From ff0d21fbe99282cb56ba15d4f0a15ecd87f74365 Mon Sep 17 00:00:00 2001 From: Brandon Zalcman <96849963+brandonzalcman@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:52:42 +1100 Subject: [PATCH] Added images to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 724251c..d612b36 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ import IosButton from 'bz-ios-button'; />; ``` +##Example +![plain](https://github.com/brandonzalcman/bz-ios-button/assets/96849963/51263a59-fb01-4f6e-a01b-18e5d1d2b810) +![outline](https://github.com/brandonzalcman/bz-ios-button/assets/96849963/3c2c577e-3426-45d8-a9b3-04917b401e1a) +![filled-sm](https://github.com/brandonzalcman/bz-ios-button/assets/96849963/07b93c0d-8173-41af-ac34-38dab1b841d5) +![filled-md](https://github.com/brandonzalcman/bz-ios-button/assets/96849963/8b6ab714-3aa4-402f-838c-337e4c4b5562) +![filled-lg](https://github.com/brandonzalcman/bz-ios-button/assets/96849963/48858ff2-1a26-4f69-b3b1-9d0987625200) + + ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.