release: WRNexusJS 0.2.54
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
component Form {
|
||||
props {
|
||||
action = ""
|
||||
method = "post"
|
||||
name = ""
|
||||
loading = false
|
||||
class = ""
|
||||
}
|
||||
view {
|
||||
<form action="{action}" method="{method}" name="{name}" aria-busy="{loading}" class="wire-form {class}"><slot /></form>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user