saved-panel-animations

2.0.6 • Public • Published

npm Release new version to NPMJS Create new GitHub Release

saved-panel-animations

A small library for an easy 'Saved Successful!' toast using Bootstrap modals.

Install

NPM

npm i saved-panel-animations

CDN

<link rel="stylesheet" href="https://unpkg.com/saved-panel-animations/dist/index.min.css">
<script src="https://unpkg.com/saved-panel-animations/dist/index.min.js"></script>

Usage

savedPanel

index.js

import { savedPanel } from 'saved-panel-animations'

savedPanel()

deletedPanel

index.js

import { deletedPanel } from 'saved-panel-animations'

deletedPanel()

/saved-panel-animations/

    Package Sidebar

    Install

    npm i saved-panel-animations

    Weekly Downloads

    1

    Version

    2.0.6

    License

    MIT

    Unpacked Size

    11.1 kB

    Total Files

    14

    Last publish

    Collaborators

    • scudderkpls