Group up existing components into elements
This commit is contained in:
config.json
elements
AMV
AnimeCard
AnimeGrid
AnimeList
AnimeListItems.pixyAvatar
Avatar.pixyAvatarNoLink.pixyAvatarNoTip.pixyCustomAvatar.pixyProfileImage.pixySVGAvatar.pixySVGProfileImage.pixy
Comments
EditForm.pixyEmail.pixyExternalMedia.pixyIcon
ImportButton.pixyInput
InputBool.pixyInputColor.pixyInputFileUpload.pixyInputNumber.pixyInputSelection.pixyInputTags.pixyInputText.pixyInputTextArea.pixyinput.scarletwidgets.scarlet
Japanese.pixyLike.pixyLoadMore.pixyLoadingAnimation
NewPostArea.pixyPostable
PostableList.pixyQuote
Rating.pixySearch
SocialMedia.pixySoundTrack
StatusMessage
StatusTabs.pixyTab
ThreadLink.pixyUserCard
VideoControls.pixymixins
pages
animelist
character
groups
profile
quotes
styles/mixins
4
elements/Input/InputTextArea.pixy
Normal file
4
elements/Input/InputTextArea.pixy
Normal file
@ -0,0 +1,4 @@
|
||||
component InputTextArea(id string, value string, label string, placeholder string, maxLength int)
|
||||
.widget-section
|
||||
label(for=id)= label + ":"
|
||||
textarea.widget-ui-element.action(id=id, data-field=id, placeholder=placeholder, title=placeholder, data-action="save", data-trigger="change", maxlength=maxLength)= value
|
Reference in New Issue
Block a user