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 UsaIdentiferRequiredLinks component #44

Closed
Tracked by #43
patrickcate opened this issue Oct 30, 2021 · 0 comments
Closed
Tracked by #43

Implement UsaIdentiferRequiredLinks component #44

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

Comments

@patrickcate
Copy link
Owner

patrickcate commented Oct 30, 2021

Identifier Required Links

Required links list for UsaIdentifer component.

status: draft

Props

Name Type Default Required Options
aria-label String 'Important links' false n/a
items Array n/a true n/a

Slots

  • default: scoped with items prop.

CSS Classes

  • None

External Libraries

  • None

Sub-Components

  • None

Dependencies

  • BaseLink component

Notes

  • The nav element should have a aria-label set to 'Important links'.
  • Item schema matches that for the BaseLink component.

Tests

  1. The component root is rendered as a nav element.
  2. The component root nav element should have a description aria-label attribute.
  3. The component is rendered as an unordered list of links.
  4. The items prop is required.
@patrickcate patrickcate changed the title UsaIdentiferRequiredLinks Implement UsaIdentiferRequiredLinks 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
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

No branches or pull requests

1 participant