0.1.5 • Published 4 years ago

svelte-popper v0.1.5

Weekly downloads
30
License
MIT
Repository
github
Last release
4 years ago

Svelte Popper

Build Status npm version npm downloads code style: prettier

A simple wrapper component for the popular library popper.js.

Table of Contents

  1. Install
  2. Running Locally
  3. Credits & Inspiration

Install

Via package managers:

npm install svelte-popper --save
# or
yarn add svelte-popper

Running Locally

clone repo

git clone git@github.com:bgreenacre/svelte-popper.git

move into folder

cd ~/svelte-popper

install dependencies

npm install or yarn

run dev mode

npm run dev or yarn dev

open your browser and visit:

http://localhost:5000/

Credits & Inspiration

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago