You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

svelte-menu

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

svelte-menu

```bash npm add svelte-menu or yarn add svelte-menu ```

0.0.4
unpublished
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

svelte-menu

npm add svelte-menu or yarn add svelte-menu
<script lang="ts">
	import { Menu } from 'svelte-menu';
</script>

<menu let:hover>
	<svelte:fragment slot="dog" let:style>
		<div {style} class="bg-blue-500/[0.07] rounded-full duration-200 ease-out" />
	</svelte:fragment>

	<a on:mouseenter={hover} href="/" class="mr-1 px-4 py-2">Menu 1</a>
	<a on:mouseenter={hover} href="/" class="mr-1 px-4 py-2">Menu 2</a>
	<a on:mouseenter={hover} href="/" class="mr-1 px-4 py-2">Menu 3</a>
	<a on:mouseenter={hover} href="/" class="px-4 py-2">Menu 4</a>
</menu>

FAQs

Package last updated on 04 Sep 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