🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vue-twitter-timeline

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-twitter-timeline

A Vue3 component which allows you to easily embed twitter timelines.

1.0.2
latest
Source
npm
Version published
Weekly downloads
36
2.86%
Maintainers
1
Weekly downloads
 
Created
Source

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-timeline

Usage

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

PropertyDescriptionTypeDefault
urlThe timeline url part after https://twitter.com/string-
descriptionText to show while loading or if it can't loadstring''
heightHeight in pixelsstring''
widthWidth in pixelsstring''
langLanguage key to usestringbrowser setting / en
themeTheme to uselight / darksystem setting / light
doNotTrackIf tracking should be preventedbooleanfalse

Project setup

npm install

Compiles and hot-reloads for development

npm start

Release and publish new version

npm run release

Build for demo site

npm run build-site

Update dependencies

npm run update

License

MIT

Keywords

vue

FAQs

Package last updated on 12 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts