Skip to content

Commit 9237bb5

Browse files
committed
feat: deku -> add footer
1 parent e99193f commit 9237bb5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

frameworks/non-keyed/deku/src/Main.purs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,17 @@ app = Do.do
119119
[ DA.klass_ "table table-hover table-striped test-data" ]
120120
[ rowsPoll <#~> \rows -> D.tbody_ $ map renderRow rows
121121
]
122+
, footer
122123
]
123124

125+
footer :: Nut
126+
footer =
127+
D.span
128+
[ DA.klass_ "preloadicon glyphicon glyphicon-remove"
129+
, DA.ariaHidden_ "true"
130+
]
131+
[]
132+
124133
-- Action buttons component
125134
actionButtons
126135
:: { create :: Int -> Poll (Effect Unit)

0 commit comments

Comments
 (0)