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
- Host: GitHub
- URL: https://github.com/da-liii/binding-semanticui
- Owner: da-liii
- Created: 2017-01-22T16:18:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T05:51:57.000Z (over 6 years ago)
- Last Synced: 2024-04-14T15:24:12.585Z (about 1 year ago)
- Topics: ant-design, scala-js, semanticui
- Language: Scala
- Homepage:
- Size: 627 KB
- Stars: 16
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binding-SemanticUI [](http://scala-js.org)[](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