1.0.5 • Published 2 years ago

svelte-bottom-menu v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Svelte bottom menu

Usage

This library is using typescript.

How to use

The simplest possible demo

Installation

npm i -D svelte-bottom-menu

Usage

<script>
  import BottomMenu from "svelte-bottom-menu";
	let active = false;
</script>
<div>
  <button on:click={()=> active = true}>
    active
  </button>
  <BottomMenu bind:active>
    <div class="menu-content">
      <h5>
      Hello world!
      </h5>
    </div>
  </BottomMenu>
</div>
1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago