0.0.3 • Published 3 years ago

mofron-comp-haruki v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

mofron-comp-haruki

mofron is module based frontend framework.

haruki input component

this source based on the codrops: https://github.com/codrops/TextInputEffects

Install

npm install mofron mofron-comp-haruki

Sample

<setting>
    <tag load="mofron-comp-haruki">Input</tag>
</setting>

<Input label="haruki input">
    <size>2rem,0.7rem</size>
    <color>#6a7989,#f0e6fa,#787878</color>
</Input>

Parameter

ShortFormParameter NameTypeDescription
labelmixedstring: label text
mofron-comp-text: text component for label
undefined: call as getter
widthstring (size)input width
undefined: call as getter
key-valuestyle option
heightstring (size)input height
undefined: call as getter
key-valuestyle option
mainColormixed (color)string: border color, #hex
array: red, green, blue, (alpha)
accentColormixed (color)string: text color, #hex
array: red, green, blue, (alpha)
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

4 years ago