Skip to content

Conversation

@albozek
Copy link
Contributor

@albozek albozek commented Oct 21, 2025

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a new Chip component to the design system, implementing a removable tag-like UI element with various states (default, disabled, error) and optional close functionality.

Key Changes:

  • New Chip React component with TypeScript types and styling
  • Support for disabled, error states, and optional close button
  • Storybook stories for documentation and visual testing with interaction tests

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/components/src/components/Chip/index.ts Exports Chip component and types
packages/components/src/components/Chip/Chip.types.ts Defines TypeScript interface for Chip props
packages/components/src/components/Chip/Chip.tsx Implements Chip component logic and structure
packages/components/src/components/Chip/Chip.test.stories.tsx Provides automated interaction tests for enabled/disabled states
packages/components/src/components/Chip/Chip.stories.tsx Creates visual documentation stories for Storybook
packages/assets/src/scss/styles.scss Imports chip styles into main stylesheet
packages/assets/src/scss/_chips.scss Defines chip component styling with states and animations

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@albozek albozek requested a review from GrabowskiM October 22, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants