mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
10 lines
452 B
Handlebars
10 lines
452 B
Handlebars
|
<div class="kg-input-bar absolute z-999" style={{this.style}} {{did-insert this.registerAndPositionElement}} ...attributes>
|
||
|
<input
|
||
|
placeholder="Snippet name"
|
||
|
value={{this.name}}
|
||
|
class="kg-link-input pa2 pr6 mih-100 ba br3 shadow-2 f8 lh-heading tracked-2 outline-0 b--green h10 nudge-top--8"
|
||
|
{{on "input" this.nameInput}}
|
||
|
{{on "keydown" this.nameKeydown}}
|
||
|
{{did-insert this.focusInput}}
|
||
|
/>
|
||
|
</div>
|