-
Notifications
You must be signed in to change notification settings - Fork 132
Description
Animated Login component has the following issues
When imported as per the instructions of the component
.md, section - ## How to handle props to the component and ## How to handle props to the component, following components give errors.
-
AnimatedLogin (Reason - component is imported as AnimatedLogin but used as Login)
-
DetailCardGrid (Reason - component is imported as DetailCardGrid but used in a different name, missing { }, incorrect use of [ ], use of '=' instead of ':')
-
DocsBanner - No syntax error (Reason - mismatches with the expecting props )
-
DynamicBanner (Reason - unwanted :, missing { , use of '=' instead of ':', missing ,commas )
11.FeatureCard (Reason - unwanted " in title property)
12.FooterLarge (Reason - missing { }s, misuse of [], missing ,comma)
13.FooterThemeFive (Reason - missing { }s, misuse of [], missing ,comma , use of '=' instead of ':', necessary ,commas)