Skip to content

ivan-developer-01/alert-prompt-confirm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alert-prompt-confirm

Бесплатная альтернатива alert, prompt, и confirm.

Пример:

(async function() {
    const userText = await prompts({
        modalMessage: "Введите текст:"
    });

    alerts({
        modalMessage: `Вы ввели: "${userText}"`
    })
})();

Попробовать онлайн можно тут: ivan-developer-01.github.io/alert-prompt-confirm.

Замечание: Основной код находится в папке apc. Файлы index.html, script.js используются для веб-страницы проекта.

About

Free alert, prompt and confirm alternative. GPL license.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published