use-is-rtl
v1.0.0
Published
Determine text directionality of document.
Downloads
1
Readme
useIsRtl
Determine text directionality of document.
Table of Contents
Getting started
npm install --save use-is-rtl
Usage
const isRtl = useIsRtl()
Full example can be found here
Demo
git clone [email protected]:jagonzalr/useIsRtl.git
cd useIsRtl
npm intall
npm start
License
useIsRtl is MIT licensed.