Good progress on styling post-registration form
This commit is contained in:
parent
8b03454d6f
commit
1fb924f59c
17 changed files with 234 additions and 85 deletions
|
@ -2,8 +2,9 @@
|
|||
<ul>
|
||||
{{#each this.args.list as |element index|}}
|
||||
<li>
|
||||
<div class="string-array-element-wrapper">
|
||||
<div class="string-array-element-wrapper {{@element-wrapper-classes}}">
|
||||
<Input
|
||||
class="{{@element-classes}}"
|
||||
@type="text"
|
||||
@value={{element.value}}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue