saved-panel-animations
v2.0.6
Published
A small library for an easy 'Saved Successful!' toast using Bootstrap modals.
Downloads
11
Readme
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()