🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@gits-id/menus

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/menus

Menus component for Vue.js

1.0.0-beta.4
latest
npm
Version published
Maintainers
1
Created
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

menus

FAQs

Package last updated on 13 Mar 2023

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