semanticUi


License

License

MIT
Categories

Categories

Ant Build Tools
GroupId

GroupId

com.lambdaminute
ArtifactId

ArtifactId

semanticui_sjs0.6_2.12
Last Version

Last Version

0.0.2-test+12-96b5def1
Release Date

Release Date

Type

Type

jar
Description

Description

semanticUi
semanticUi
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 semanticui_sjs0.6_2.12

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
org.scala-js : scalajs-library_2.12 jar 0.6.22
me.shadaj : slinky-web_sjs0.6_2.12 jar 0.3.2

test (1)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.12 jar 0.6.22

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+12-96b5def1