Skip to content

Commit 8331c9e

Browse files
committed
add dependency to readme
1 parent 842a170 commit 8331c9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Generates reactive HTML forms directly from type definitions. These forms can be used with ScalaJS and [Outwatch](github.com/outwatch/outwatch) and the generated HTML/CSS is fully customizable. Scala 2.13 and 3 are supported. Here's a [Demo](https://fdietze.github.io/formidable) and it's [Code](demo/src/main/scala/Main.scala).
44

5+
```scala
6+
libraryDependencies += "com.github.fdietze" %%% "formidable" % "<version>"
7+
```
8+
59
```scala
610
import outwatch._
711
import outwatch.dsl._

0 commit comments

Comments
 (0)