Socket
Socket
Sign inDemoInstall

mofron-comp-fileselector

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofron-comp-fileselector

file selector component for mofron


Version published
Maintainers
1
Weekly downloads
1

Weekly downloads

Readme

Source

mofron-comp-fileselector

mofron is module based frontend framework.

file select button component for mofron

Install

npm install mofron mofron-comp-fileselector

Sample

<require>
    <tag load="mofron-comp-fileselector">FileSel</tag>
</require>

<script run=init>
let chg_evt = (p1,p2,p3) => { console.log(p1.value()); }
</script>

<FileSel change-event=@chg_evt size=(2rem,0.3rem)>
    <multiple>true</multiple>
    <text>file select</text>
</FileSel>

Parameter

Short
Form
Parameter NameTypeDescription
buttonmofron-comp-buttonbutton component
undefined: call as getter
filetxtmixedstring: file name text
mofron-comp-text: file name text component
undefined: call as getter
textstringbutton text
undefined: call as getter
multiplebooleantrue: multiple selector
false: single selector
undefined: call as getter
acceptstringaccept file types
undefined: call as getter
base64Valuestringbase64 value
valuestringvalue string
heightstring(size)button height
undefined: call as getter
key-valuestyle option
widthstring(size)button width
undefined: call as getter
key-valuestyle option

Keywords

FAQs

Last updated on 09 Jun 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc