Skip to content

This is a simple svelte component that is a wrapper for popper.js.

License

Notifications You must be signed in to change notification settings

bgreenacre/svelte-popper

Repository files navigation

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

About

This is a simple svelte component that is a wrapper for popper.js.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages