Skip to content

feat: NRP-3574 Filter chip component - #144

Open
stavros-tomas wants to merge 5 commits into
mainfrom
NRP-3574-filter-chip
Open

feat: NRP-3574 Filter chip component#144
stavros-tomas wants to merge 5 commits into
mainfrom
NRP-3574-filter-chip

Conversation

@stavros-tomas

Copy link
Copy Markdown
Collaborator

In this PR:

  • New filter chip component

@stavros-tomas
stavros-tomas marked this pull request as ready for review July 31, 2026 14:54
@github-actions

Copy link
Copy Markdown

📚 Storybook Preview: https://63237d0bc757b3509cd96e0e-nxzepgxgcl.chromatic.com/

@aidanCQ aidanCQ self-assigned this Jul 31, 2026
import { Chip, type ChipProps } from "../chip";
import { type ComponentPropsWithRef } from "react"

type FilterChipProps = ComponentPropsWithRef<"div"> & {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I'd probably remove the component props types if they don't get passed down.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Thank you for spotting, no I added this on purpose, this is a reusable library primitive component, all components should do this. The mistake was not to pass the props. I pass them now. Cheers!

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

📚 Storybook Preview: https://63237d0bc757b3509cd96e0e-acllmgvpng.chromatic.com/

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

📚 Storybook Preview: https://63237d0bc757b3509cd96e0e-hzlzyrnhpd.chromatic.com/

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.

2 participants