Git Product home page Git Product logo

ntoastjs's Introduction

NToastJS

Toast messages

  • NToast Show to Official Page!

  • Made with by nodo-shanidze [[email protected] & [email protected]]

  • ceated at 11/26/2021

  • version (v0.1.5) 12/26/2021 (11:57) Created

  • version (v0.1.6) 11/28/2021 Updated (optimized code, add functions: costum autoclose time, add blur effect, fix bugs safari browser)

NToast(

(1) => "#5060DC blur",                  ( BACKGOUND COLOR (v0.1.6 -> "blur" option)  )
(2) =>  "tr",                           ( position:  TR - TopRight / TL - TopLeft | BR - BottomRight | BL - BottomLeft )
(3) =>  "Welcome To NToastJs v0.1.6",   ( text )
(4) =>  true,                           ( icon [FALSE,TRUE] )
(5) =>  "fa fa-check",                  ( change icon only class name [fontawesome or others] )
(6) =>  true,                           ( show hide progress bar [FALSE,TRUE] )
(7) =>  "100"                           ( v0.1.6 change autoclose time (if you delete line -> auto on normal speed [125]) )

)

NToast( background, position, toastMessage, showIcon, iconClass, showProgress, autoDismissTime )

NToast(

"#5060DC", 
"tr", 
"Welcome To NToastJs,
this is beta version",
true, 
"fa fa-check",
true,
"100"

)

ntoastjs's People

Contributors

nshanidze avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.