import { Playground, Props } from "@slytrunk/docs";
import { Text, View } from "mazlo-ui";
import Embed from "./Embed";
import Social from "./Social";

# Embed

<Props of={Embed} />

## Basic usage

<Playground>
  <Embed html="<b>Hello world</b>" />
</Playground>

## Twitter

<Playground>
  <Social
    platform="twitter"
    url="https://twitter.com/DickKingSmith/status/1225353607140257792"
  />
</Playground>

## Instagram

<Playground>
  <Social platform="instagram" url="http://instagr.am/p/fA9uwTtkSN/" />
</Playground>

## www.TheFacebook.com

<Playground>
  <Social
    platform="facebook"
    url="https://www.facebook.com/20531316728/posts/10154009990506729/"
  />
</Playground>
