react-use-hyphen
npm install react-use-hyphen
How to use it
Using the component:
;;; ; { const Hyphen = ; return <div className="App"> <div> <Hyphen> It real sent your at Amounted all shy set why followed declared Repeated of endeavor mr position kindness offering ignorant so up Simplicity are melancholy preference considered saw companions </Hyphen> </div> </div> ;} const rootElement = document;ReactDOM;
Using the hyphenated function:
;;; ; { const h = ; return <div className="App"> <div> </div> </div> ;} const rootElement = document;ReactDOM;