


Override style properties passed to the rendered anchor tag Requires string properties icon, mask, and color. Override the default icon for when a url is not matched to a social network. Specify a class to attach to the rendered anchor tag

Set the aria-label attribute on the rendered anchor tag (defaults to the social network's name) Override the icon's fill color (defaults to transparent) Override the background fill color (defaults to social network's color) Override which network icon to render (defaults to the url's social network) The rendered component will link to this url and show the social network's icon. This library supports TypeScript since v5.2.0. See more usage options on the example site. Import React from 'react' import ReactDOM from 'react-dom' import from 'react-social-icons' ReactDOM.
