We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f93c5 commit 7603892Copy full SHA for 7603892
README.md
@@ -6,15 +6,15 @@ scalajs-react-components
6
Reusable [scalajs-react] (https://github.com/japgolly/scalajs-react) components
7
8
9
-#### Setup
+# Setup
10
11
```scala
12
// add this line to your build.sbt
13
libraryDependencies += "com.github.chandu0101.scalajs-react-components" %%% "core" % "0.1.0"
14
15
```
16
17
-#### Demo With Code Examples
+# Demo With Code Examples
18
19
**Online :**
20
@@ -32,6 +32,6 @@ http://localhost:8090/
32
33
34
35
-#### Contribute
+# Contribute
36
[Guidelines](https://github.com/chandu0101/scalajs-react-components/blob/master/doc/CONTRIBUTE.md)
37
0 commit comments