first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Styled native select. Put <option>s in the slot.
|
||||
component Select {
|
||||
props {
|
||||
name = ""
|
||||
class = ""
|
||||
}
|
||||
view {
|
||||
<select name="{name}" class="wire-input wire-select {class}"><slot></slot></select>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user