An open API service indexing awesome lists of open source software.

https://github.com/da-liii/binding-semanticui

On top of SemanticUI, this Scala.js project provides components defined in Ant Design with Binding.scala
https://github.com/da-liii/binding-semanticui

ant-design scala-js semanticui

Last synced: about 2 months ago
JSON representation

On top of SemanticUI, this Scala.js project provides components defined in Ant Design with Binding.scala

Awesome Lists containing this project

README

        

# Binding-SemanticUI [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.15.svg)](http://scala-js.org)[![Latest](https://index.scala-lang.org/sadhen/binding-semanticui/semantic-ui/latest.svg)](https://index.scala-lang.org/sadhen/binding-semanticui)

## Documentation
==> https://sadhen.github.io/Binding-SemanticUI/ <==

## Developers' Guide

```
$ sbt
> project doc
> fullOptJS
> makeSite
> previewSite
```

`fullOptJS` too slow? Use `fastOptJS` instead, and change the html files under `doc/src/site` manually.

## Roadmap
+ **v0.1**: Implement and polish the components without innerText or innerHTML

## Credits
+ http://semantic-ui.com
+ http://ant.design
+ https://github.com/ThoughtWorksInc/Binding.scala