Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

girl-with-jump-rope

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

girl-with-jump-rope

[![NPM](https://img.shields.io/npm/v/girl-with-jump-rope.svg)](https://www.npmjs.com/package/girl-with-jump-rope) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ![NPM](https://img.sh

  • 1.1.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

NPM JavaScript Style Guide NPM npm npm bundle size GitHub stars

Beauty animated navigation menu for react

Examples:


Check demo here:

https://komolio.netlify.app/


Install:

npm i girl-with-jump-rope
---
yarn add girl-with-jump-rope

Usage:

// don't forget change props
import { KomaNavigation } from 'girl-with-jump-rope';


const App = () => {
  return (
    <div>
      <KomaNavigation

        link1='/'
        title1='Main'

        link2='/history'
        title2='History'

        link3='/projects'
        title3='Projects'

        link4='/form'
        title4='Form'

      />
    </div>
  );
};

Props:

They are limited for responsive solution (all be good in mobile too)

propsrequireddefaultdescription
link1(string)yes-link to something
title1(string)yes-name of the link
link2(string)yes-link to something
title2(string)yes-name of the link
link3(string)yes-link to something
title3(string)yes-name of the link
link4(string)yes-link to something
title4(string)yes-name of the link

Keywords

FAQs

Package last updated on 23 Feb 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc