Group up existing components into elements
This commit is contained in:
5
elements/ImportButton.pixy
Normal file
5
elements/ImportButton.pixy
Normal file
@ -0,0 +1,5 @@
|
||||
component ImportButton(url string)
|
||||
.buttons.import-buttons
|
||||
a.button.mountable(href=url)
|
||||
Icon("check")
|
||||
span Import
|
Reference in New Issue
Block a user