Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 927 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 927 Bytes

Scala.js wrapper API for Lobibox

Introduction

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.

How to Use

SBT Settings

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")

API Reference

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.

License

This project is provided under the terms of Apache License, Version 2.0.