1.0.0 • Published 11 months ago

react-page-reader v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

React Page Reader

npm i react-page-reader
import { PageReader } from 'react-page-reader'

const page = ()=>{
    return (
        <>
            <PageReader/>
            <div id="content"> //PageReader will read text the text in all the tags which are inside id:content
                <h1>this is a heading</h1>
                <p>this is a pararagraph</p>
            </div>
        </>
    )
}
1.0.0

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago