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

feat(ListInline): add List and ListInlineItem components #2033

Merged
merged 15 commits into from
Dec 14, 2020

Conversation

johnathanmiller
Copy link
Contributor

  • Bug fix
  • New feature
  • Chore
  • Breaking change
  • There is an open issue which this change addresses
  • I have read the CONTRIBUTING document.
  • My commits follow the Git Commit Guidelines
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • My change requires a change to Typescript typings.
    • I have updated the typings accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

#2031

@kyletsang kyletsang linked an issue Dec 9, 2020 that may be closed by this pull request
src/ListInlineItem.js Outdated Show resolved Hide resolved
src/ListInline.js Outdated Show resolved Hide resolved
@johnathanmiller johnathanmiller changed the title feat(ListInline): add ListInline and ListInlineItem components feat(ListInline): add List and ListInlineItem components Dec 10, 2020
@johnathanmiller
Copy link
Contributor Author

Summary of changes:

  • Renamed ListInline to List.
  • List now accepts a prop of type
  • List and ListInlineItem both accept ref
  • Docs now have a List page which contains both unstyled and inline list examples
  • Updated tests

src/List.js Outdated Show resolved Hide resolved
@kyletsang
Copy link
Member

Looks good. One final fix for the forwardRef for both components and we should be good to go.

Copy link
Member

@kyletsang kyletsang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

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

Successfully merging this pull request may close these issues.

List inline
2 participants