1.0.11 • Published 1 year ago

@fabiochiquezi/pop-save v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago