Socket
Socket
Sign inDemoInstall

vue-twitter-timeline

Package Overview
Dependencies
27
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
316
increased by12.46%
Maintainers
1
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 12 Dec 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc