UNPKG

react-with-direction

Version:

Components to provide and consume RTL or LTR direction in React

7 lines (5 loc) 100 B
export const CHANNEL = '__direction__'; export const DIRECTIONS = { LTR: 'ltr', RTL: 'rtl', };