Edit flow configured
This commit is contained in:
@@ -8,14 +8,14 @@ export default {
|
||||
docs: {
|
||||
description: {
|
||||
component:
|
||||
"Small status tag with recommended (yellow) or selected (dark) variant. Default labels are RECOMMENDED and SELECTED; pass children for custom text.",
|
||||
"Small status tag: recommended (yellow), selected (dark on light), templateRecommended (dark on pastel `Card / Rule`). Default labels are RECOMMENDED/SELECTED; pass children for custom text.",
|
||||
},
|
||||
},
|
||||
},
|
||||
argTypes: {
|
||||
variant: {
|
||||
control: { type: "select" },
|
||||
options: ["recommended", "selected"],
|
||||
options: ["recommended", "selected", "templateRecommended"],
|
||||
description: "Visual variant",
|
||||
},
|
||||
children: {
|
||||
@@ -37,6 +37,12 @@ export const Selected = {
|
||||
},
|
||||
};
|
||||
|
||||
export const TemplateRecommended = {
|
||||
args: {
|
||||
variant: "templateRecommended",
|
||||
},
|
||||
};
|
||||
|
||||
export const CustomLabel = {
|
||||
args: {
|
||||
variant: "recommended",
|
||||
|
||||
Reference in New Issue
Block a user