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 4be1e9f commit 68f31b6Copy full SHA for 68f31b6
card/card.go
@@ -0,0 +1,11 @@
1
+package card
2
+
3
+import (
4
+ "github.com/kirillrdy/nadeshiko/html"
5
+ "github.com/sparkymat/webdsl/css"
6
+)
7
8
+type Card interface {
9
+ Html() html.Node
10
+ Css() css.CssContainer
11
+}
0 commit comments