mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: add CNAME for onsonr.dev domain
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
onsonr.dev
|
||||||
@@ -32,10 +32,15 @@ templ Form(action string, method string, submit templ.Component, progress string
|
|||||||
</form>
|
</form>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
templ IsHumanInput(target string, first string, last string) {
|
||||||
|
@layout.Rows() {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
templ NameInput() {
|
templ NameInput() {
|
||||||
@layout.Rows() {
|
@layout.Rows() {
|
||||||
<sl-input name="first_name" placeholder="Steve" type="text" label="First Name" required autofocus></sl-input>
|
<sl-input name="first_name" placeholder="Steve" type="text" label="First Name" required autofocus autofill></sl-input>
|
||||||
<sl-input name="last_name" placeholder="J" maxlength="1" type="text" label="Last Initial"></sl-input>
|
<sl-input name="last_name" placeholder="J" maxlength="1" type="text" label="Last Initial" autofill></sl-input>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user