The Ko-fi button you know and love, as a React component!
In your terminal:
npm install --save kofi-button
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: