Post Widget #
You can embed messages from public groups and channels anywhere.
Demo #
Usage #
vue
<script setup>
import { WidgetPost } from 'televue'
</script>
<template>
  <WidgetPost post="televuenews/3" />
</template>
Props #
| Property | Type | Default | Options | 
|---|---|---|---|
| post | string | Required prop | |
| width | string | '100%' | |
| author-photo | string | 'auto' | 'auto','show'or'hide' | 
| dark-mode | boolean | false | |
| accent | string | Color in hex format | |
| dark-accent | string | Color in hex format | 
Try an official configurator to learn more about widget options