|
2 | 2 |
|
3 | 3 | <div align="center">
|
4 | 4 |
|
5 |
| -[scalajs-react](https://github.com/japgolly/scalajs-react) facade developed with [scalajs-react-bridge](https://github.com/payalabs/scalajs-react-bridge) for [@material-ui/core](https://github.com/mui-org/material-ui/tree/v3.x/packages/material-ui), [@material-ui/icons](https://github.com/mui-org/material-ui/tree/v3.x/packages/material-ui-icons), [@material-ui/lab](https://github.com/mui-org/material-ui/tree/v3.x/packages/material-ui-lab) |
| 5 | +[scalajs-react](https://github.com/japgolly/scalajs-react) facade for [@material-ui/core](https://github.com/mui-org/material-ui/tree/v3.x/packages/material-ui), [@material-ui/icons](https://github.com/mui-org/material-ui/tree/v3.x/packages/material-ui-icons), [@material-ui/lab](https://github.com/mui-org/material-ui/tree/v3.x/packages/material-ui-lab) |
6 | 6 |
|
7 | 7 | 
|
8 | 8 | [](https://search.maven.org/search?q=g:%22io.kinoplan%22%20AND%20(a:%22scalajs-react-material-ui-core_sjs0.6_2.12%22%20OR%20a:%22scalajs-react-material-ui-icons_sjs0.6_2.12%22%20OR%20a:%22scalajs-react-material-ui-lab_sjs0.6_2.12%22))
|
9 |
| -[](https://www.scala-lang.org/) |
10 |
| -[](https://www.scala-js.org/) |
11 |
| -[](https://ru.reactjs.org/) |
12 |
| -[](https://github.com/japgolly/scalajs-react) |
| 9 | +[](https://www.scala-js.org/) |
| 10 | +[](http://scala-js.org) |
| 11 | +[](https://ru.reactjs.org/) |
| 12 | +[](https://github.com/japgolly/scalajs-react) |
13 | 13 | [](https://v3.material-ui.com/)
|
14 | 14 |
|
15 | 15 | </div>
|
16 | 16 |
|
17 | 17 | ## Usage
|
| 18 | +The scalajs-react-material-ui libraries is currently available for Scala.js 0.6.33/1.1.1 and Scala 2.12.x/2.13.x. |
| 19 | + |
18 | 20 | 1. Add `libraryDependencies` to your [scalajs-react](https://github.com/japgolly/scalajs-react) project:
|
19 | 21 |
|
20 | 22 | ```scala
|
21 | 23 | libraryDependencies ++= Seq(
|
22 |
| - "io.kinoplan" %%% "scalajs-react-material-ui-core" % "0.0.1", |
23 |
| - "io.kinoplan" %%% "scalajs-react-material-ui-icons" % "0.0.1", |
24 |
| - "io.kinoplan" %%% "scalajs-react-material-ui-lab" % "0.0.1" |
| 24 | + "io.kinoplan" %%% "scalajs-react-material-ui-core" % "0.1.0", |
| 25 | + "io.kinoplan" %%% "scalajs-react-material-ui-icons" % "0.1.0", |
| 26 | + "io.kinoplan" %%% "scalajs-react-material-ui-lab" % "0.1.0" |
25 | 27 | )
|
26 | 28 | ```
|
27 | 29 |
|
@@ -49,7 +51,7 @@ In the demo you can also find very detailed examples of using a bunch of:
|
49 | 51 | - [scalajs-react](https://github.com/japgolly/scalajs-react)
|
50 | 52 | - [scalacss](https://github.com/japgolly/scalacss)
|
51 | 53 | - [scalajs-react-material-ui](https://github.com/kinoplan/scalajs-react-material-ui)
|
52 |
| -- [ScalablyTyped/Distribution](https://github.com/ScalablyTyped/Distribution) |
| 54 | +- [scalablytyped](https://scalablytyped.org/docs/readme.html) |
53 | 55 |
|
54 | 56 | Start:
|
55 | 57 | 1. `sbt runDev`
|
|
0 commit comments