## Install
npm install @shardlabs/kusama-tips-widgetUsing CDN: Add the following script to the end of your section.
``html`
Binding the widget:
`js`
kusamaTipsWidget.bind(target, options)
Minimal example:
`html`
Use custom button element:
`html`
You can disable proposals by passing allowProposing: false to the options object:
`html`
| Property | Description | Required | Default |
|-|-|-|-|
| beneficiary | The account to be credited with the assets. Use your substrate address here. | Yes | - |
| element | A custom DOM element on which a click handler will be registered. | No | - |
| buttonText | A custom text for the button if the default value does not fit your use case. | No | Kusama Tips |
| allowProposing | A flag to control tip proposing. This flag can be set to false` in cases where tip proposing is not desired or should not be allowed. Tip proposing is allowed by default. | No | true |