Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

[Chip] Support ref as prop, add color options, and fix dismiss icon

未关闭
#605 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
42/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
停滞
技术栈
react, typescript

调研方向

从 Chip 组件开始,将其 dismiss 图标的实现与 Callout 组件的共享图标模式进行比较。检查其他设计系统组件如何处理 refs、可选的 children 和颜色变体。完成标准是 Chip 支持 refs、仅使用图标、所请求的状态颜色以及共享的 dismiss 图标,同时不导致无障碍功能回归。

由索引模型根据 Issue 内容生成。

描述

component triage

Summary

Improvements to the Chip component to fix accessibility issues and align with design system patterns.

Improvements

1. No ref prop support

The component doesn't accept ref as a prop, inconsistent with the rest of the design system.

4. Inline SVG for dismiss icon

The dismiss button renders an inline SVG path. Same pattern as Callout — should use a shared icon component.

5. children is required but shouldn't be

The type mandates children: ReactNode but a chip could be icon-only.

6. Limited color options

Only 2 colors (neutral, accent). Consider adding danger, success, warning for status chips.

Moved to Cross-Cutting Issues

The following items have been moved to cross-cutting issues that address them across all components:

  • Accessibility baseline (#673)
  • Forward HTML attributes (#674)
主要语言
TypeScript
星标
70
派生
13
平均合并
8 天 56 分钟
30 天内合并 PR
16

环境准备

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

raystack/apsara 的其他 Issue

查看 raystack/apsara 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。