Group up existing components into elements
This commit is contained in:
2
elements/Search/Search.pixy
Normal file
2
elements/Search/Search.pixy
Normal file
@ -0,0 +1,2 @@
|
||||
component Search(value string)
|
||||
input#search.action(data-action="search", data-trigger="input", type="search", autocomplete="off", autocorrect="off", autocapitalize="none", spellcheck="false", placeholder="Search...", title="Shortcut: F", maxlength="100", value=value)
|
Reference in New Issue
Block a user