1.0.5 • Published 3 years ago

@vue-cb/alert v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Other

validate

modal

grid

datepicker

select

sidenav

paginate

Development

npm install @cb/alert

Config

import alert from "@cb/alert";

createApp(app).use(alert, {
    header: "แจ้งเตือน",
    ok: "ตกลง",
    cancel: "ยกเลิก",
});

Usage

const alert = inject("alert");
//or
import { alert } from "@cb/alert";

alert.success("is success");
alert.error("is error");
alert.confirm("is confirm", () => {
    //...
});

Option

namevalue
headerstring
okstring
cancelstring
animatonMaskstring
animationAlertstring

📑 License

MIT License

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago