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 b0d61d8 commit e1290b9Copy full SHA for e1290b9
src/main/scala/demo/components/toplevel.scala
@@ -99,6 +99,17 @@ object toplevel {
99
.render(_ =>
100
div(className := "container",
101
div(className := "row", Logo(())),
102
+ div(className := "row",
103
+ div(className := "col-md-12",
104
+ p(className := "alert alert-success",
105
+ "For simplicity, many animations have been stripped out from the Scala.js demo. See ",
106
+ a(href := "http://andreaferretti.github.io/paths-js-demo/", "this demo"),
107
+ " or ",
108
+ a(href := "http://andreaferretti.github.io/paths-js-react-demo/", "this demo"),
109
+ " for an overview of the possibilities."
110
+ )
111
112
+ ),
113
div(className := "row",
114
Panel(PanelContent(
115
id = Some("pie"),
0 commit comments