Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 180 Bytes

Speak.md

File metadata and controls

15 lines (9 loc) · 180 Bytes

Speak

Read out loud provided text.

Props

  • text - string of text to read.

Example

import {Speak} from 'libreact/lib/Speak';

<Speak text="Hello world!"/>