Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.56 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.56 KB

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