Atanas Atanasov's Social links
Installation
npm install scriptex-socials
# or
yarn add scriptex-socials
Usage
Default:
<social-links></social-links>
With custom color
:
<social-links style="color: red" ></social-links>
With custom color
and background-color
<div style="background: black">
<social-links style="color: white"></social-links>
</div>