0.1.3 • Published 2 years ago

rescript-react-tweet-embed v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rescript-react-tweet-embed

ReScript React component to embed tweets.

Install

npm install rescript-react-tweet-embed

Add rescript-react-tweet-embed to your bsconfig.json:

{
  "bs-dependencies": ["rescript-react-tweet-embed"]
}

Usage

<TweetEmbed
  id="1435927427662946317"
  theme=#dark
  onLoad={element =>
    switch element {
    | Ok(element) => Js.log2("Tweet loaded: ", element)
    | Error() => Js.log("Tweet failed to load")
    }}
/>

Development

make start
0.1.3

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago