From bf75373781c7dfc2fa19b09f75fa817416affb0d Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 18 Sep 2025 18:35:23 +0200 Subject: [PATCH] fix: tracker component accepts class param --- docs/components/introduction.md | 3 ++- src/unfold/templates/unfold/components/tracker.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/components/introduction.md b/docs/components/introduction.md index 4ff9b3455..f18bcba64 100644 --- a/docs/components/introduction.md +++ b/docs/components/introduction.md @@ -73,4 +73,5 @@ Let's explore a more sophisticated example that demonstrates how multiple compon | unfold/components/table.html | Table | table, card_included, striped | | unfold/components/text.html | Paragraph of text | class | | unfold/components/title.html | Basic heading element | class | -| unfold/components/tracker.html | Tracker component | data | +| unfold/components/tracker.html | Tracker component | class, data | +| unfold/components/layer.html | Abstract components wrapper | | diff --git a/src/unfold/templates/unfold/components/tracker.html b/src/unfold/templates/unfold/components/tracker.html index c489d9dcc..24948d745 100644 --- a/src/unfold/templates/unfold/components/tracker.html +++ b/src/unfold/templates/unfold/components/tracker.html @@ -1,4 +1,4 @@ -