@kano/kbc-share-creation
v2.0.0
Published
Share dialog component
Downloads
13
Maintainers
Keywords
Readme
kbc-share-creation
A React share dialog component based on the Kano sharing flow.
Usage
import KbcShareCreation from '@kano/kbc-share-creation';
const Component = (props) => {
return <KbcShareCreation sharingUrl="https://prod.sharing.kano.me/" env="production" />;
}
Tracking
By Component
| Component (location) | Function | Event / Error Name | Extra Info |
| -------------------- | --------------------------- | ----------------------------- | ---------------------------------------------------- |
| KbcShareCreation | share
| share_creation_success
| module: share-creation-dialog
, action: click
|