1.0.1 • Published 5 years ago

miniprogram-recorder-toast v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

miniprogram-recorder-toast

miniprogram recorder-toast components

npm i miniprogram-recorder-toast -S
{
  "usingComponents": {
    "recoder-toast": "miniprogram-recorder-toast"
  }
}
<recoder-toast
    title="正在录音"
    bind:end="onEnd"
    hidden="{{!show}}"
/>
<recoder-toast
    title="{{title}}"
    bind:end="onEnd"
    cancel="{{bool}}"
    counter="{{10}}"
    duration="{{60}}"
    hidden="{{!show}}"
/>