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: add list #297

Merged
merged 10 commits into from
Oct 22, 2024
Merged

feat: add list #297

merged 10 commits into from
Oct 22, 2024

Conversation

ramonmulia
Copy link
Collaborator

PR for adding list component

  • add global CSS classes
  • add stories
  • add tests
  • add example in Wagtail, vite, nextjs
  • add documentation

Screenshot 2024-10-18 at 11 59 09

Copy link
Collaborator

@hamza14khan hamza14khan 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. One minor comment.

@@ -19,7 +19,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"types": ["vitest/globals"]
"types": ["vitest/globals", "@testing-library/jest-dom"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added this to not raise typescript errors in test files when building the html/ds project.

@pregno pregno merged commit 192941f into main Oct 22, 2024
9 of 12 checks passed
@pregno pregno deleted the feat/list branch October 22, 2024 08:50
@pregno pregno mentioned this pull request Oct 17, 2024
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.

4 participants