✦ SideDrawer component support RTL (Hebrew / Arabic websites).
Usage:
Change the 'rtl' prop to true
✦ Added to SideDrawer 3 different animations to choose from.
Usage:
Modify the 'transition' prop to be on of: "slide", "fade" or "scale", try them out and choose for your liking.
You can also control the duration of the animation selected by the prop: 'transitionTime'.
Run: .\class-preview\npm i
Run React dev server (http://localhost:3000)
Run: .\class-preview\npm start