scalajs-lobibox is Scala.js wrapper API for Lobibox library (http://lobianijs.com/site/lobibox). You can use it to add notification and message box support for your Scala.js applications.
Add the following lines to your sbt
build definition:
libraryDependencies += "com.greencatsoft" %%% "scalajs-lobibox" % "0.1-SNAPSHOT"
And add Sonatype snapshot repository to the resolver list as follows:
resolvers += Resolver.sonatypeRepo("snapshots")
There is no Scaladoc available for now. But as the API is a pretty straightforward port of the original library, you can refer to the documentation from the official Lobibox site.
This project is provided under the terms of Apache License, Version 2.0.