first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Centered, max-width page container. Children go in the <slot>.
|
||||
component Container {
|
||||
props {
|
||||
class = ""
|
||||
}
|
||||
view {
|
||||
<div class="wire-container {class}"><slot></slot></div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user