<simple-boost>

The one-click tipping button

Example: No-Confetti

By default there will be confetti when a user sends a payment. You can disable this with the no-confetti attribute.

HTML

<simple-boost
no-confetti="1"
class="hey"
address="hello@getalby.com"
amount="100"
>
</simple-boost>

React

<SimpleBoostButton
noConfetti={true}
className="hey"
address="hello@getalby.com"
amount={100}
/>