Svelte Twitter Widgets
Svelte wrapper for the official twitter widgets.
Usage
Use as a normal svelte component.
You can use all parameters for embedded tweets and embedded timelines as described in the twitter docs.
Examples:
An example Svelte component embedding some Twitter stuff:
<!-- A single tweet --> <!-- A profile timeline --> <!-- A collection, with a grid layout and a dark theme --> <!-- A list, with a black link color -->
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Credits
- Jeroen Coussement - @coussej - coussej.github.io
License
MIT