first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Surface container with padding, border, and rounded corners.
|
||||
component Card {
|
||||
props {
|
||||
class = ""
|
||||
}
|
||||
view {
|
||||
<div class="wire-card {class}"><slot></slot></div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user