component SocialShare { props { class: string = "" title = "Share this page" description = "" url = "" shareText = "" centered = false compact = false showTitle = true showCopy = true networks = [] } state copied = false view { } }