Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# Custom Stack Cards

[![Release](https://img.shields.io/github/v/release/hzonz/custom-stack-cards)](https://github.com/hzonz/custom-stack-cards/releases)
[![Release](https://img.shields.io/github/v/release/PraxiGEN/custom-stack-cards)](https://github.com/PraxiGEN/custom-stack-cards/releases)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/custom-stack-cards/blob/main/LICENSE)
[![HACS Custom](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/hacs/integration)
![](https://komarev.com/ghpvc/?username=hzonz&color=ff69b4)
![](https://komarev.com/ghpvc/?username=PraxiGEN&color=ff69b4)

**Custom Stack Cards** is a custom card library for Home Assistant, providing three types of cards: **Vertical**, **Horizontal**, and **Grid**. It allows stacking multiple cards within a single `<ha-card>`, supports custom styling, and preserves the native UI editor functionality. Compared to the official stack cards, it removes extra borders and shadows, resulting in a cleaner interface.

Expand Down Expand Up @@ -34,7 +34,7 @@
2. Click the top-right **“Custom Repository”** button
3. Enter the repository URL:
```yaml
https://github.com/hzonz/custom-stack-cards
https://github.com/PraxiGEN/custom-stack-cards
```
4. Select **Dashboard** as the category, then add
5. Search for **Custom Stack Cards** and install
Expand Down Expand Up @@ -86,5 +86,5 @@ cards:
`styles:` only applies to the root card; for child cards, please use `card_mod`.

## Links
- Repository:[hzonz/custom-stack-cards](https://github.com/hzonz/custom-stack-cards)
- Repository:[PraxiGEN/custom-stack-cards](https://github.com/PraxiGEN/custom-stack-cards)
- Original project:[ofekashery/vertical-stack-in-card ](https://github.com/ofekashery/vertical-stack-in-card) —— Thanks to the original author [ofekasher](https://github.com/ofekasher) for the open-source contribution.
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# Custom Stack Cards

[![Release](https://img.shields.io/github/v/release/hzonz/custom-stack-cards)](https://github.com/hzonz/custom-stack-cards/releases)
[![Release](https://img.shields.io/github/v/release/PraxiGEN/custom-stack-cards)](https://github.com/PraxiGEN/custom-stack-cards/releases)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/custom-stack-cards/blob/main/LICENSE)
[![HACS Custom](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/hacs/integration)
![](https://komarev.com/ghpvc/?username=hzonz&color=ff69b4)
![](https://komarev.com/ghpvc/?username=PraxiGEN&color=ff69b4)

**Custom Stack Cards** 是 Home Assistant 的自定义卡片库,提供 **Vertical** **Horizontal** **Grid** 三种卡片类型。它允许在单个 `<ha-card>` 内堆叠多个卡片,支持自定义样式,并保留原生 UI 编辑器功能。相比官方堆叠卡片,它去掉了多余的边框与阴影,让界面更简洁。

Expand Down Expand Up @@ -34,7 +34,7 @@
2. 点击右上角 **“添加存储库 (Custom Repository)”**
3. 填入仓库 URL:
```yaml
https://github.com/hzonz/custom-stack-cards
https://github.com/PraxiGEN/custom-stack-cards
```
4. 类型选择 **Dashboard**,然后添加
5. 搜索 **Custom Stack Cards** 并安装
Expand Down Expand Up @@ -86,5 +86,5 @@ cards:
`styles: `只支持根卡片,子卡片请使用`card_mod`。

## 链接
- 仓库地址:[hzonz/custom-stack-cards](https://github.com/hzonz/custom-stack-cards)
- 仓库地址:[PraxiGEN/custom-stack-cards](https://github.com/PraxiGEN/custom-stack-cards)
- 原始项目:[ofekashery/vertical-stack-in-card ](https://github.com/ofekashery/vertical-stack-in-card) —— 感谢原作者 [ofekasher](https://github.com/ofekasher) 的开源贡献