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 e99193f commit 9237bb5Copy full SHA for 9237bb5
frameworks/non-keyed/deku/src/Main.purs
@@ -119,8 +119,17 @@ app = Do.do
119
[ DA.klass_ "table table-hover table-striped test-data" ]
120
[ rowsPoll <#~> \rows -> D.tbody_ $ map renderRow rows
121
]
122
+ , footer
123
124
125
+footer :: Nut
126
+footer =
127
+ D.span
128
+ [ DA.klass_ "preloadicon glyphicon glyphicon-remove"
129
+ , DA.ariaHidden_ "true"
130
+ ]
131
+ []
132
+
133
-- Action buttons component
134
actionButtons
135
:: { create :: Int -> Poll (Effect Unit)
0 commit comments