Errors when using components as per the example given
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)

-
BreadcrumbsWrapper (Reason - missing [ ] )

-
CardThemeFour (Reason - unwanted " in title property)

-
CardThemeFourGrid (Reason - use of '=' instead of ':' )

-
BarChart (Reason - use of '=' instead of ':' )

-
CardTile (Reason - component is imported as Card)

-
DetailCard (Reason - use of '=' instead of ':' )

-
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)
