# ShareButton
# Example
<template>
<ShareButton />
</template>
<script>
import ShareButton from './ShareButton'
export default {
components: { ShareButton }
}
</script>
# Props
Check the props for options.
# Entity
If you use the Entity
component then you can enable it via the share
-prop.
<template>
<Entity share />
</template>