/scalajs-react-components

Reusable scalajs-react components

Primary LanguageScalaApache License 2.0Apache-2.0

scalajs-react-components

Join the chat at https://gitter.im/chandu0101/scalajs-react-components

Reusable [scalajs-react] (https://github.com/japgolly/scalajs-react) components

Setup

// add this line to your build.sbt
libraryDependencies += "com.github.chandu0101.scalajs-react-components" %%% "core" % "0.1.0"

Demo With Code Examples

Online :

http://chandu0101.github.io/sjrc/

Local :

cd demo
sbt ~fastOptJS
//open a new terminal tab/window
npm install
npm start
//open in browser
http://localhost:8090/

Contribute

Welcome Mama