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

[Grid] Add CSS Module, inline prop, and reduce inline styles

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

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
48/100
Issue 类型
重构
描述清晰度
基本清楚
活跃度
停滞
技术栈
css, react, typescript
领域
frontend

调研方向

从 packages/raystack/raystack/components/grid/ 开始,检查 Grid 入口点及其当前的 inline-style 实现。将其他组件使用的样式模式进行比较,然后验证 CSS Module、CSS custom properties 和 inline prop 是否涵盖所请求的改进,同时不改变现有的布局行为。

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

描述

component triage

Summary

Grid is a custom layout primitive using Radix Slot for asChild support. Uses all inline styles with no CSS Module.

Improvements

1. Add CSS Module

Grid has no CSS Module — all styles are inline. Add a CSS Module for consistency with other components and to enable design token usage.

2. Use CSS custom properties for dynamic values

Instead of inline styles, use CSS custom properties set via style prop and referenced in the CSS Module. This allows easier theming and override.

4. Add inline prop for inline-grid

No way to use display: inline-grid.

Moved to Cross-Cutting Issues

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

  • Add displayName (#676)

Files

  • packages/raystack/raystack/components/grid/
主要语言
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 摘要。