Twitter Timeline
Display a twitter accounts timeline.
Installation
import TwitterTimeline from './components/Social/TwitterTimeline';
Vue.component('vcTwitterTimeline', TwitterTimeline);
note: the vc prefix can be changed if desired.
Properties
Property | Type | Description | Required |
---|---|---|---|
username | string | Twitter account name | Required |
limit | integer | Limit the number of tweets returned (defaults to 3). | - |
Example
<vc-twitter-timeline username="laravelnews" limit="3"></vc-twitter-timeline>