[Grid] Add CSS Module, inline prop, and reduce inline styles
还没有人认领这个 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 内容生成。
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
raystack/apsara 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 78/100
-
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 3/5 1-2 天 新手友好度 75/100
-
Docs: hand-duplicated props tables drift risk, missing a11y sections, no per-component changelog 未关闭enhancement global
难度 4/5 3-5 天 新手友好度 48/100
-
bug global
难度 4/5 3-5 天 新手友好度 48/100
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 84/100
bcgov/bc-wallet-mobile#4761 · 1 条评论 ·
-
external-issue to-triage
难度 2/5 1-3 小时 新手友好度 88/100
-
area-deployment area-integrations triage:bot-seen
难度 2/5 半天 新手友好度 86/100
-
难度 2/5 1-3 小时 新手友好度 82/100
-
refactor
难度 2/5 1-3 小时 新手友好度 84/100