pnotify icon indicating copy to clipboard operation
pnotify copied to clipboard

Why Svelte....

Open sdudnic opened this issue 4 years ago • 1 comments

Fist thing I expect from a documentation, a basic example using nothing at all, any additional library NPM, Angular, Bambular....

Could you just display a success message using simple html and pure js?

What is the strict minimum to display a notification?

Is

https://cdn.jsdelivr.net/npm/@pnotify/[email protected]/dist/PNotify.min.js
https://cdn.jsdelivr.net/npm/@pnotify/[email protected]/BrightTheme.min.css

enought to display a success notification?

sdudnic avatar Mar 04 '21 23:03 sdudnic

Yes. You don't need to include Svelte. I chose Svelte as the framework to write PNotify in because it compiles down to vanilla JavaScript, so there is no need to include any libraries.

hperrin avatar Apr 15 '21 04:04 hperrin