Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 971 Bytes

File metadata and controls

47 lines (33 loc) · 971 Bytes

Published on webcomponents.org

<recording-button>

This is control panel for recording sound.It's able to recording sound, play recorded sound and download recorded sound.

VERSION

v1.2.0

DEMO

<recording-button></recording-button>

Installation

$ bower install --save monkick/recording-button

Usage

At first. Import it at header.

    <link rel="import" href="../bower_components/recording-button/recording-button.html">

Next. Add the recording-button custom tag in body.

    <recording-button></recording-button>