kofi-button
v1.1.1
Published
The Ko-fi donate button as a React component.
Downloads
73
Readme
kofi-button
The Ko-fi button you know and love, as a React component!
Installation
In your terminal:
npm install --save kofi-button
Usage
Here is a React functional component which returns a styled Ko-fi button.
import KofiButton from "kofi-button"
export const StyledKofiButton = () => {
return (
<KofiButton color="#0a9396" title="Donate" kofiID="N4N31JDNX" />
)
}
Output: