Refine use cases rule examples

This commit is contained in:
adilallo
2026-05-19 22:16:08 -06:00
parent 7c46cbd87b
commit 2f2b5d0dc2
65 changed files with 3129 additions and 252 deletions
+7 -1
View File
@@ -38,7 +38,13 @@ export default {
},
useCardStyle: {
control: "boolean",
description: "When true, wraps the rule body in a white card with a teal bar",
description:
"When true, wraps the rule body in a white card with a left accent bar",
},
cardAccentColor: {
control: "text",
description:
"Accent bar color when useCardStyle is true (match page background)",
},
},
};