This commit is contained in:
Cecilia Pirotto 2021-07-28 10:29:03 -03:00
parent d3cfd87895
commit 9c2bde2853
1 changed files with 18 additions and 18 deletions

View File

@ -27,8 +27,7 @@ PagerTabStrip provides an interactive component that allows the user to navigate
## Examples
Follow these 3 steps to run Example project: clone PagerTabStrip repository, open PagerTabStrip workspace and run the *Example* project.
Follow these 3 steps to run Example project: clone PagerTabStrip repository, open PagerTabStrip workspace and run the _Example_ project.
## Installation
@ -87,7 +86,6 @@ struct PagerView: View {
}
```
<div style="text-align:center">
<img src="Example/Media/defaultExample.gif">
</div>
@ -130,7 +128,9 @@ struct PagerView: View {
}
}
```
In this example, we add some settings like the tab bar height, indicator bar color and indicator bar height. Let's watch how it looks!
<div style="text-align:center">
<img src="Example/Media/addPagerSettings.gif">
</div>
@ -229,13 +229,13 @@ struct PagerView: View {
## Author
* [Xmartlabs SRL](https://github.com/xmartlabs) ([@xmartlabs](https://twitter.com/xmartlabs))
- [Xmartlabs SRL](https://github.com/xmartlabs) ([@xmartlabs](https://twitter.com/xmartlabs))
## Getting involved
* If you **want to contribute** please feel free to **submit pull requests**.
* If you **have a feature request** please **open an issue**.
* If you **found a bug** or **need help** please **check older issues and threads on [StackOverflow](http://stackoverflow.com/questions/tagged/PagerTabStrip) (Tag 'PagerTabStrip') before submitting an issue**.
- If you **want to contribute** please feel free to **submit pull requests**.
- If you **have a feature request** please **open an issue**.
- If you **found a bug** or **need help** please **check older issues and threads on [StackOverflow](http://stackoverflow.com/questions/tagged/PagerTabStrip) (Tag 'PagerTabStrip') before submitting an issue**.
Before contribute check the [CONTRIBUTING](https://github.com/xmartlabs/PagerTabStrip/blob/master/CONTRIBUTING.md) file for more info.