Socket
Socket
Sign inDemoInstall

@gits-id/menus

Package Overview
Dependencies
278
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gits-id/menus

Menus component for Vue.js


Version published
Weekly downloads
6
decreased by-93.75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

GITS Menus Component

Reusable Menus Component

Installation

npm

npm i @gits-id/menus

yarn

yarn add @gits-id/menus

pnpm

pnpm i @gits-id/menus

Usage

<script setup lang="ts">
// import styles
import '@gits-id/menus/dist/style.css';
// import component
import Menus from '@gits-id/menus';
</script>

<template>
  <Menus />
</template>

Documentation

View Menus documentation here.

License

MIT

Keywords

FAQs

Last updated on 13 Mar 2023

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