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

List component #7959

Open
rolfsmeds opened this issue Oct 9, 2024 · 0 comments
Open

List component #7959

rolfsmeds opened this issue Oct 9, 2024 · 0 comments
Labels
component-idea enhancement New feature or request

Comments

@rolfsmeds
Copy link
Contributor

A generic simple list component for when you don't need scrolling or lazy loading.

  • Can be populated imperatively or through data binding
  • Supports item renderer function that defaults to plain text, typical usage e.g. Item component
  • Provides appropriate list semantics (has role="list" and wraps items in role="listitem" elements)
  • No selection support (for now at least)
  • Could provide a number of theme variants like
    • With / without separator lines between items
    • Card style items
    • Timeline (vertical line through items, somehow)
    • Traditional bullet list

Image

@rolfsmeds rolfsmeds added enhancement New feature or request component-idea labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-idea enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant