1.0.22 • Published 6 years ago
notify-bajs v1.0.22
📦 Notify BaJS
Installation
npm install notify-bajsUsage
import NotifyBaJS from "notify-bajs";
NotifyBaJS({
type: "success",
title: "Notify BaJS",
content: "Hello world"
});Optional parameters
placement: (string) - Position of notify, can be one oftop-lefttop-rightbottom-leftbottom-right(default:top-right)classContainer: (string) - Customized CSS classtype: (string) -successinfowarningdangerduration: (number) - Time in millisecond before notify is closed (default: 3000)width: (number) - max-width css (default: 300)delay: (number) - Delay in millisecond, before tooltip is showtop: (number) - Distance from the top of the viewport (unit: pixels)closable: (boolean) - Whether a close (x) button is visible on top right of the modal dialog or not
1.0.22
6 years ago
1.0.20
6 years ago
1.0.19
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.12
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.2
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago