All Projects → kinoplan → scalajs-react-material-ui

kinoplan / scalajs-react-material-ui

Licence: Apache-2.0 license
Scala.js wrapper of http://material-ui.com for use with https://github.com/japgolly/scalajs-react

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to scalajs-react-material-ui

Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+8196.55%)
Mutual labels:  facade
Design patterns in typescript
📐 Design pattern implementations in TypeScript
Stars: ✭ 4,072 (+13941.38%)
Mutual labels:  facade
laravel-s3-tools
This Laravel package contains additional functionality not currently in Laravel for interfacing with Amazon's S3 service (including managing versioned objects).
Stars: ✭ 31 (+6.9%)
Mutual labels:  facade
yii2-facades
Facades for Yii 2
Stars: ✭ 21 (-27.59%)
Mutual labels:  facade
lara-block-io
A Laravel Package/Facade for the Block.io API
Stars: ✭ 22 (-24.14%)
Mutual labels:  facade
win det heatmaps
Window Detection in Facade Using Heatmaps Fushion
Stars: ✭ 29 (+0%)
Mutual labels:  facade
dotnet-design-patterns-samples
The samples of .NET design patterns
Stars: ✭ 25 (-13.79%)
Mutual labels:  facade
zipcode
ZipCode Cep do Brazil
Stars: ✭ 43 (+48.28%)
Mutual labels:  facade
laracash
PHP Laravel Money Package 💰
Stars: ✭ 52 (+79.31%)
Mutual labels:  facade
laravel-barcode-generator
Generate multiple barcode in Laravel as well as in core PHP for your project, Very easy to install and easy to manage, no difficulties or no complexities for use, keep always smile. :)
Stars: ✭ 17 (-41.38%)
Mutual labels:  facade
oh-my-design-patterns
🎨 Record the articles and code I wrote while learning design patterns
Stars: ✭ 33 (+13.79%)
Mutual labels:  facade

scalajs-react-material-ui

Usage

The scalajs-react-material-ui libraries is currently available for Scala.js 1.8.0+ and Scala 2.13.x.

  1. Add libraryDependencies to your scalajs-react project:

    libraryDependencies ++= Seq(
      "io.kinoplan" %%% "scalajs-react-material-ui-core"  % ${version},
      "io.kinoplan" %%% "scalajs-react-material-ui-icons" % ${version},
      "io.kinoplan" %%% "scalajs-react-material-ui-lab"   % ${version}
    )
  2. Add npmDependencies using scalajs-bundler:

    npmDependencies in Compile ++= Seq(
      "@material-ui/core"  -> "3.9.4",
      "@material-ui/icons" -> "3.0.2",
      "@material-ui/lab"   -> "3.0.0-alpha.30"
    )

Demo

See the demo project.

The project has almost all the examples in the js Component Demos written in Scala!

In the demo you can also find very detailed examples of using a bunch of:

Start:1

  1. sbt dev
  2. Open in browser localhost:8080

Contributing

See CONTRIBUTING.md for more details about how to contribute.

License

This project is licensed under the terms of the Apache License, Version 2.0.

Footnotes

  1. (See CONTRIBUTING.md for installing the necessary tools to run)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].