vue-twitter-timeline
v1.0.2
Published
A Vue3 component which allows you to easily embed twitter timelines.
Maintainers
Readme
Vue Twitter Timeline
A Vue3 component which allows you to easily embed twitter timelines. If you are looking for a Vue3 component to embed tweets check out this.
Installation
npm install vue-twitter-timelineUsage
import TwitterTimeline from 'vue-twitter-timeline';<TwitterTimeline
url="TwitterDev/lists/national-parks?ref_src=twsrc%5Etfw"
description="Loading..."
height="720"
width="720"
lang="de"
theme="dark"
doNotTrack
></TwitterTimeline>Props
| Property | Description | Type | Default |
| ------------- | -------------------------------------------------- | ---------------- | ------------------------ |
| url | The timeline url part after https://twitter.com/ | string | - |
| description | Text to show while loading or if it can't load | string | '' |
| height | Height in pixels | string | '' |
| width | Width in pixels | string | '' |
| lang | Language key to use | string | browser setting / en |
| theme | Theme to use | light / dark | system setting / light |
| doNotTrack | If tracking should be prevented | boolean | false |
Project setup
npm installCompiles and hot-reloads for development
npm startRelease and publish new version
npm run releaseBuild for demo site
npm run build-siteUpdate dependencies
npm run updateLicense
MIT
