Skip to content

Commit 3814b4a

Browse files
authored
Update README.md
1 parent 5e41edb commit 3814b4a

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,28 @@
22

33
<div align="center">
44

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

77
![Scala CI](https://github.com/kinoplan/scalajs-react-material-ui/workflows/Scala%20CI/badge.svg?branch=master)
88
[![Maven Central](https://img.shields.io/maven-central/v/io.kinoplan/scalajs-react-material-ui-core_sjs0.6_2.12.svg?label=Maven%20Central)](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-
[![Scala](https://img.shields.io/badge/Scala-2.12.10-red.svg?logo=Scala&logoColor=red)](https://www.scala-lang.org/)
10-
[![Scala.js](https://img.shields.io/badge/Scala.js-0.6.32-orange.svg?logo=Scala&logoColor=orange)](https://www.scala-js.org/)
11-
[![react](https://img.shields.io/badge/react-16.7.0-61DAFB.svg?logo=React)](https://ru.reactjs.org/)
12-
[![scalajs-react](https://img.shields.io/static/v1?label=scalajs-react&message=1.6.0&color=blue)](https://github.com/japgolly/scalajs-react)
9+
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.1.0.svg)](https://www.scala-js.org/)
10+
[![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.29.svg)](http://scala-js.org)
11+
[![react](https://img.shields.io/badge/react-16.13.1-61DAFB.svg?logo=React)](https://ru.reactjs.org/)
12+
[![scalajs-react](https://img.shields.io/static/v1?label=scalajs-react&message=1.7.5&color=blue)](https://github.com/japgolly/scalajs-react)
1313
[![material-ui](https://img.shields.io/static/v1?label=material-ui&message=3.9.0&color=ff69b4)](https://v3.material-ui.com/)
1414

1515
</div>
1616

1717
## 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+
1820
1. Add `libraryDependencies` to your [scalajs-react](https://github.com/japgolly/scalajs-react) project:
1921

2022
```scala
2123
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"
2527
)
2628
```
2729

@@ -49,7 +51,7 @@ In the demo you can also find very detailed examples of using a bunch of:
4951
- [scalajs-react](https://github.com/japgolly/scalajs-react)
5052
- [scalacss](https://github.com/japgolly/scalacss)
5153
- [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)
5355

5456
Start:
5557
1. `sbt runDev`

0 commit comments

Comments
 (0)