Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 950c4d3

Browse files
committed
docs: added sponsor stickers
1 parent d05705f commit 950c4d3

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Convert hooks into shared states between react components
2323
[![Watch on GitHub][github-watch-badge]][github-watch]
2424
[![Twitter Follow][twitter-badge]][twitter]
2525

26+
[![donate][coffee-badge]][coffee-url]
27+
[![sponsor][sponsor-badge]][sponsor-url]
28+
[![support][support-badge]][support-url]
29+
30+
[![Storybook][storybook-badge]][website] [![Chromatic][chromatic-badge]][chromatic]
31+
2632
---
2733

2834
### PRs Welcome 👍✨
@@ -124,6 +130,12 @@ MIT © [DaniAkash][twitter]
124130
[codesandbox-example]: https://codesandbox.io/s/rex-counter-2m4zy?file=/src/App.js
125131
[storybook-url]: https://rex-state.netlify.app
126132
[expo-app]: https://expo.io/@daniakash/rex-state-example
133+
[coffee-badge]: https://img.shields.io/badge/-%E2%98%95%EF%B8%8F%20buy%20me%20a%20coffee-e85b46
134+
[coffee-url]: https://www.buymeacoffee.com/daniakash
135+
[sponsor-badge]: https://img.shields.io/badge/-%F0%9F%8F%85%20sponsor%20this%20project-e85b46
136+
[sponsor-url]: https://www.buymeacoffee.com/daniakash/e/6983
137+
[support-badge]: https://img.shields.io/badge/-Get%20Support-e85b46
138+
[support-url]: https://www.buymeacoffee.com/daniakash/e/7030
127139
[build]: https://github.com/react-native-toolkit/rex-state/actions
128140
[build-badge]: https://github.com/react-native-toolkit/rex-state/workflows/build/badge.svg
129141
[coverage-badge]: https://api.codeclimate.com/v1/badges/9bd775907eca8a3dbab3/test_coverage
@@ -142,3 +154,7 @@ MIT © [DaniAkash][twitter]
142154
[github-watch]: https://github.com/DaniAkash/rex/watchers
143155
[github-star-badge]: https://img.shields.io/github/stars/DaniAkash/rex.svg?style=social
144156
[github-star]: https://github.com/DaniAkash/rex/stargazers
157+
[storybook-badge]: https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg
158+
[website]: https://rex-state.netlify.app
159+
[chromatic-badge]: https://img.shields.io/badge/-chromatic-%23fc521f
160+
[chromatic]: https://chromatic.com/library?appId=5f5b21fe6f304800225bd9cf&branch=master

example/src/stories/GettingStarted.stories.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Convert hooks into shared states between react components
3030
[![Watch on GitHub][github-watch-badge]][github-watch]
3131
[![Twitter Follow][twitter-badge]][twitter]
3232

33+
[![donate][coffee-badge]][coffee-url]
34+
[![sponsor][sponsor-badge]][sponsor-url]
35+
[![support][support-badge]][support-url]
36+
3337
Rex State allows you to convert the result of your hooks into a shared state between multiple react components using the Context API.
3438

3539
```jsx
@@ -93,6 +97,12 @@ const ThemeText = () => {
9397
<ThemeText />
9498
</DarkModeProvider>
9599
100+
[coffee-badge]: https://img.shields.io/badge/-%E2%98%95%EF%B8%8F%20buy%20me%20a%20coffee-e85b46
101+
[coffee-url]: https://www.buymeacoffee.com/daniakash
102+
[sponsor-badge]: https://img.shields.io/badge/-%F0%9F%8F%85%20sponsor%20this%20project-e85b46
103+
[sponsor-url]: https://www.buymeacoffee.com/daniakash/e/6983
104+
[support-badge]: https://img.shields.io/badge/-Get%20Support-e85b46
105+
[support-url]: https://www.buymeacoffee.com/daniakash/e/7030
96106
[build]: https://github.com/react-native-toolkit/rex-state/actions
97107
[build-badge]: https://github.com/react-native-toolkit/rex-state/workflows/build/badge.svg
98108
[coverage-badge]: https://api.codeclimate.com/v1/badges/9bd775907eca8a3dbab3/test_coverage

0 commit comments

Comments
 (0)