Add fonts, autotable, autotable examples
This commit is contained in:
@@ -40,10 +40,8 @@ func RemoteUpdateFlash(when bool) *vdom.VNode {
|
||||
if !when {
|
||||
return nil
|
||||
}
|
||||
return vdom.El("div",
|
||||
vdom.Attr("class", remoteUpdateFlashCls),
|
||||
vdom.El("svg",
|
||||
vdom.Attr("viewBox", "0 0 12 12"),
|
||||
return vdom.Div(vdom.Attr("class", remoteUpdateFlashCls),
|
||||
vdom.Svg(vdom.Attr("viewBox", "0 0 12 12"),
|
||||
vdom.Attr("class", "w-2.5 h-2.5 fill-current"),
|
||||
vdom.Raw(`<circle cx="6" cy="6" r="6"/>`),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user