Socket
Socket
Sign inDemoInstall

left-links

Package Overview
Dependencies
81
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    left-links

[![NPM](https://img.shields.io/npm/v/left-links.svg)](https://www.npmjs.com/package/left-links) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ![NPM](https://img.shields.io/npm/l/lef


Version published
Maintainers
1
Created

Readme

Source

NPM JavaScript Style Guide NPM npm npm bundle size GitHub stars

Advice: I recommend not to fill your site with a bunch of links, select only the most important ones

Examples:


Check demo here:

https://komolio.netlify.app/


Install:

npm i left-links
---
yarn add left-links

Usage:

// don't forget change links
import { LeftLinks } from 'left-links';


const App = () => {
  return (
    <div>
      <LeftLinks
        github_link='https://github.com/Ivan-Corporation'
        telegram_link='https://www.t.me/KomarIvan'

        custom_link='http://koma-corporation.tilda.ws/'
        custom_name='Koma Corporation'      
      />
    </div>
  );
};

For now there:

  • Twitter
  • Youtube
  • Telegram
  • Your custom website
  • Github
  • Goodreads
  • Medium
  • Steam
  • Tiktok
  • VK
  • Facebook
  • Instagram


Responsive design:

Props:

propsrequireddefaultdescription
github_link(string)no-link to something
telegram_link(string)no-link to something
twitter_link(string)no-link to something
youtube_link(string)no-link to something
facebook_link(string)no-link to something
instagram_link(string)no-link to something
goodreads_link(string)no-link to something
vk_link(string)no-link to something
tiktok_link(string)no-link to something
steam_link(string)no-link to something
medium_link(string)no-link to something
custom_link(string)no-link to something
custom_name(string)if custom_link - yes-name of the link

Keywords

FAQs

Last updated on 22 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc