Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors when using components as per the example given #456

Open
KaveeshaPiumini opened this issue Mar 24, 2023 · 0 comments
Open

Errors when using components as per the example given #456

KaveeshaPiumini opened this issue Mar 24, 2023 · 0 comments

Comments

@KaveeshaPiumini
Copy link

KaveeshaPiumini commented Mar 24, 2023

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.

  1. AnimatedLogin (Reason - component is imported as AnimatedLogin but used as Login)
    image

  2. BreadcrumbsWrapper (Reason - missing [ ] )
    image

  3. CardThemeFour (Reason - unwanted " in title property)
    image

  4. CardThemeFourGrid (Reason - use of '=' instead of ':' )
    image

  5. BarChart (Reason - use of '=' instead of ':' )
    image

  6. CardTile (Reason - component is imported as Card)
    image

  7. DetailCard (Reason - use of '=' instead of ':' )
    image

  8. DetailCardGrid (Reason - component is imported as DetailCardGrid but used in a different name, missing { }, incorrect use of [ ], use of '=' instead of ':')
    image

  9. DocsBanner - No syntax error (Reason - mismatches with the expecting props )
    image

  10. DynamicBanner (Reason - unwanted :, missing { , use of '=' instead of ':', missing ,commas )
    image

11.FeatureCard (Reason - unwanted " in title property)
image

12.FooterLarge (Reason - missing { }s, misuse of [], missing ,comma)
image

13.FooterThemeFive (Reason - missing { }s, misuse of [], missing ,comma , use of '=' instead of ':', necessary ,commas)
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant