Skip to content

Simple VanillaUI Component to fire a message to the user that has a process being save.

Notifications You must be signed in to change notification settings

fabiochiquezi/Chz-Component-PopSave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopSave

Simple Vanilla component that displays a message to the user at the bottom right of the screen. See more in the documentation at chiquezi.com/vanilla/pop-save

🚀 Getting Started

// Install
yarn add @fabiochiquezi/pop-save or npm install @fabiochiquezi/pop-save

// Usage
import "@fabiochiquezi/pop-save/styles.css" // Import the CSS
import { usePopSave } from '@fabiochiquezi/pop-save'

📡 Example

import { usePopSave } from '@fabiochiquezi/pop-save'

const popSave = usePopSave()
popSave.open('Saving... Don‘t close!')
popSave.close()

✋ Author

About

Simple VanillaUI Component to fire a message to the user that has a process being save.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published