Link Social 🚫 Important noteThe link-social component is deprecated and will be removed with next major release.Use link component with corresponding social icon instead. The p-link-social component is a set of pre-defined social icons for various fields of application like linking to social media platforms or social sharing dialogs. FacebookprevnextVanilla JSReactAngularVueOpen in Stackblitz<!doctype html> <html lang="en" class="auto"> <head> <title></title> </head> <body class="bg-base"> <p-link-social href="https://example.com" icon="logo-facebook" target="_blank" rel="nofollow noopener"> Facebook </p-link-social> <script> </script> </body> </html>