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

Implement UsaFooterAddress component #32

Closed
Tracked by #27
patrickcate opened this issue Oct 30, 2021 · 0 comments · Fixed by #307
Closed
Tracked by #27

Implement UsaFooterAddress component #32

patrickcate opened this issue Oct 30, 2021 · 0 comments · Fixed by #307
Assignees
Labels
feature New feature or request

Comments

@patrickcate
Copy link
Owner

patrickcate commented Oct 30, 2021

Footer Address

Contact information for footer component.

status: draft

Props

Name Type Default Required Options
heading String '' false n/a
email String '' false n/a
phone String '' false n/a

Slots

  • default
  • heading

CSS Classes

  • None

External Libraries

  • None

Sub-Components

  • None

Dependencies

  • None

Notes

  • None

Tests

  1. The default content renders correctly.
  2. The default slot content is wrapped in a address tag.
  3. When the heading prop is used, the text is added as the contact info heading.
  4. When the heading slot is used, the content is added as the contact info heading.
  5. When the heading prop and slot are both used, the heading slot will override the heading prop.
@patrickcate patrickcate changed the title UsaFooterContactInfo Implement UsaFooterContactInfo component Oct 30, 2021
@patrickcate patrickcate added the feature New feature or request label Nov 11, 2021
@patrickcate patrickcate self-assigned this Dec 22, 2021
@patrickcate patrickcate changed the title Implement UsaFooterContactInfo component Implement UsaFooterAddress component Jun 18, 2022
patrickcate added a commit that referenced this issue Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant