Group up existing components into elements
This commit is contained in:
4
elements/LoadMore.pixy
Normal file
4
elements/LoadMore.pixy
Normal file
@ -0,0 +1,4 @@
|
||||
component LoadMore(index int)
|
||||
button#load-more-button.action(data-action="loadMore", data-trigger="click", data-index=index)
|
||||
Icon("refresh")
|
||||
span Load more
|
Reference in New Issue
Block a user