kofi-btn-react
v0.2.1
Published
This is a simple library adding a react component for a Kofi button.
Downloads
10
Readme
kofi-btn-react
This is a simple library adding a react component for a Kofi button.
I made it because the existing options didnt seem to work for me.
Storybook
You can check out the component with story book if you clone the git repo, or: Storybook Link
Example
Usage is as such:
import KofiButton from 'kofi-btn-react'
...
const Test = () => {
return <KofiButton label='Support Me' user='t2pellet' />
}
It supports a color
prop as well
Source
https://github.com/t2pellet/kofi-btn