Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 467 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 467 Bytes

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}}"
/>