wrappers


License

License

MIT
GroupId

GroupId

com.lambdaminute
ArtifactId

ArtifactId

wrappers_2.12
Last Version

Last Version

0.0.2-test
Release Date

Release Date

Type

Type

jar
Description

Description

wrappers
wrappers
Project URL

Project URL

https://github.com/hejfelix/slinky-wrappers
Project Organization

Project Organization

com.lambdaminute
Source Code Management

Source Code Management

https://github.com/hejfelix/slinky-wrappers

Download wrappers_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.lambdaminute/wrappers_2.12/ -->
<dependency>
    <groupId>com.lambdaminute</groupId>
    <artifactId>wrappers_2.12</artifactId>
    <version>0.0.2-test</version>
</dependency>
// https://jarcasting.com/artifacts/com.lambdaminute/wrappers_2.12/
implementation 'com.lambdaminute:wrappers_2.12:0.0.2-test'
// https://jarcasting.com/artifacts/com.lambdaminute/wrappers_2.12/
implementation ("com.lambdaminute:wrappers_2.12:0.0.2-test")
'com.lambdaminute:wrappers_2.12:jar:0.0.2-test'
<dependency org="com.lambdaminute" name="wrappers_2.12" rev="0.0.2-test">
  <artifact name="wrappers_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lambdaminute', module='wrappers_2.12', version='0.0.2-test')
)
libraryDependencies += "com.lambdaminute" % "wrappers_2.12" % "0.0.2-test"
[com.lambdaminute/wrappers_2.12 "0.0.2-test"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.3

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.4

Project Modules

There are no modules declared in this project.

*** HELP WANTED ***

The demo needs to be fleshed out. It serves as a sanity check / ad hoc test suite, but I don't have much time for this project since I became a dad. If you want to help, let me know!

Demo

See the demo here: https://hejfelix.github.io/slinky-wrappers/

Maven central

  • React router React Route
  • Semantic UI React Route
  • Material UI React Route

Installation

See in build.sbt how the demo project is set up using scalajs-bundler. For a bigger example using material ui, please see this project: https://github.com/hejfelix/wishr

slinky-wrappers

These are wrappers that I'm writing for my own projects. Currently, there's somewhat more support for Material UI than Semantic UI. There's an example using it here: https://github.com/hejfelix/wishr

There are some things which are very difficult to model using Scala's type system. Many of these problems could potentially be fixed by Dotty (singleton types, intersection-/union types, proper enums).

Furthermore, the intellij support is not (IMHO) amazing when using the @react macro. Hence, I'm not too busy with this project.

Versions

Version
0.0.2-test
0.0.2
0.0.1
a6db0013