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 UsaCollectionItem component #19

Closed
3 tasks done
Tracked by #18
patrickcate opened this issue Oct 30, 2021 · 0 comments
Closed
3 tasks done
Tracked by #18

Implement UsaCollectionItem component #19

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

Collection Item

An individual item for the UsaCollection component.

Props

  • None

Slots

  • default
  • heading
  • description
  • meta
  • dynamic: thumbnail/calendar based on variant

CSS Classes

  • None

External Libraries

  • None

Sub-Components

Dependencies

  • None

Notes

  • None

Examples

<UsaCollection>
  <UsaCollectionItem>
    <template #heading>...</template>
    <template #description>
      <p>
        Today, the Administration announces the winners of the Gears of
        Government President's Award. This program recognizes the contributions
        of individuals and teams across the federal workforce who make a
        profound difference in the lives of the American people.
      </p>
    </template>
    <template #meta>...</template>
  </UsaCollectionItem>
</UsaCollection>

Tests

  1. The default slot content rendered correctly.
  2. The component is rendered as a li element.
@patrickcate patrickcate changed the title UsaCollectionItem Implement UsaCollectionItem component Oct 30, 2021
@patrickcate patrickcate added the feature New feature or request label Nov 11, 2021
@patrickcate patrickcate self-assigned this Nov 23, 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