Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 701 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 701 Bytes

Added Features:

✦ 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'.

Preview: image

Usage

install dependencies

Run: .\class-preview\npm i

Run React dev server (http://localhost:3000)

Run: .\class-preview\npm start