first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Flexible spacer: grows to push siblings apart inside a flex row/column.
|
||||
component Spacer {
|
||||
props {
|
||||
class = ""
|
||||
}
|
||||
view {
|
||||
<div class="wire-spacer {class}"></div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user