.vue-simple-context-menu{&--active{ }&__item{&:hover{ } }&__divider{ } } Development #Install dependenciesyarn#Serve with hot reloadyarn dev#Run the testsyarntest#Build demo pageyarn build:example#Build libraryyarn build:library#Build everything and run testsyarn build ...
href="https://github.com/johndatserakis/vue-simple-context-menu" rel="noopener noreferrer" target="_blank" > <svg aria-hidden="true" height="80" style=" fill: #56a6ef; color: #fff; position: absolute; top: 0; border: 0;
<script src="https://unpkg.com/vue-simple-context-menu/dist/vue-simple-context-menu.min.js"></script> <link rel="stylesheet" type="text/css" href="https://unpkg.com/vue-simple-context-menu/dist/vue-simple-context-menu.css"> About Just a simple little menu to be shown where a cli...
📌 Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use. - johndatserakis/vue-simple-context-menu
vue-context provides a simple yet flexible context menu for Vue. It is styled for the standard <ul> tag, but any menu template can be used. The menu is lightweight with its only dependency being vue-clickaway. The menu has some basic styles applied to it, but they can be easily ...
毕升Office/vue-simple-context-menu 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 统计 搜索 Watchers (1) 毕升Office 关注 ...
vue-simple-context-menu是一个专为Vue打造的简单上下文菜单组件。它可以很好地适应左键和右键点击操作,功能简洁实用。这个组件并不过分花哨,只专注于提供基本的上下文菜单功能,并且非常易于使用。无论是在Web应用程序还是网站开发中,vue-simple-context-menu都能帮助用户实现快速、方便的上下文菜单功能,让用户操作更加...
$ yarn add @imengyu/vue3-context-menu # NPM $ npm i @imengyu/vue3-context-menu Description: A simple, lightweight, beautiful, customizable context menu component for Vue 3. Light mode and Dark mode are included. Basic usage: 1. Import and register the context menu component. ...
.vue-simple-context-menu { &--active { } &__item { &:hover { } } } Development # install dependencies npm install # serve with hot reload npm run watch # build demo page npm run build:example # build npm run build # publish to npm ...
vue-context A simple yet flexible context menu for Vue. It is styled for the standard ul tag, but any menu template can be used. The only dependency this package has is Vue, so the majority of styling is up to you, and any package styles for the menu can easily be overridden. ...