1.0.2 • Published 2 months ago

longnotify v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

longnotify

W( ̄_ ̄)W

🤯 I JUST WANT TO using notify simply 🤯

if you are in broswer, just using:

longnotify(level : "info" | "success" | "warn" | "warning" | "alert" | "error" , message: str)

for example:

longnotify("info", "📢 hello world info");
longnotify("warn", "🚸 hello world warn");
longnotify("alert", "🔥 hello world alert");

looking like this: using-case

😊 hope you enjoy it ~

using in html

<!-- 使用 jsdelivr 的 -->
<script src="https://cdn.jsdelivr.net/npm/longnotify/dist/index.js"></script>

<!-- 或者 unpkg 的-->
<script src="https://unpkg.com/longnotify@1.0.0/dist/index.js"></script>


<!-- 然后你就可以使用 -->
<script>
    longnotify("info", "📢 hello world info");
    longnotify("success", "✅ hello world success");
    longnotify("warn", "🚸 hello world warn");
    longnotify("warning", "🚸 hello world warning");
    longnotify("error", "❌ hello world error");
    longnotify("alert", "🔥 hello world alert");
</script>
1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago