Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ko-sticky-phone-mail) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ko-sticky-phone-mail
Konuşarak Öğren uygulamarı için geliştirilmiş olan bu paket tailwind css ile oluşturulmuştur ve ekranın sol altına stick olarak telefon butonu, sağ altına da yine sticky olarak mail butonu ekler.
Kullanım
Öncelikle; npm install ko-sticky-phone-mail şeklinde npm kurulumu yapılır
Daha sonra kullanılacak olan js dosyası içinde
const koStickyPhoneMail = require("ko-sticky-phone-mail"); koStickyPhoneMail.stickyButtons;
şeklinde kullanımı sağlanır.
Çalışması için js içinde
window.onload = () => { resetSticky(); const form_sticky = document.getElementById("form_content_sticky"); initPhoneFuncSticky(phone_sticky); };
kodunun eklenmesi gerekir.