Skip to content

Commit

Permalink
docs: added buymeacoffee button
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 27, 2020
1 parent ecc674e commit 7ba1200
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default () => (

| name | description | required | type | default |
| -------- | ---------------------------------------------------------------------------------------------- | -------- | ------------------------------------ | -------- |
| `preset` | Animation preset, currently options are `['bubble', 'flashy']`. | NO | [`PresetEnum`](./src/presets.ts#L15) | 'bubble' |
| `preset` | Animation preset, currently options are `['bubble', 'flashy']`. | NO | [`PresetEnum`](./src/presets.ts#L15) | 'bubble' |
| `tabs` | Tabs configurations. A generic dictionary of selected preset tab config. | YES | [`TabsConfig<T>`](./src/types.ts#L4) | |
| `style` | View style to be applied to tab bar container, default value will be based on selected preset. | NO | | |

Expand Down Expand Up @@ -221,6 +221,14 @@ Originally `Animated TabBar` started with `Bubble` as the only animation preset

MIT

<div align="center">

Liked the library? 😇

<a href="https://www.buymeacoffee.com/gorhom" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-red.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a>

</div>

---

<p align="center">
Expand Down

0 comments on commit 7ba1200

Please sign in to comment.