diff --git a/src/Pill/Pill.stories.tsx b/src/Pill/Pill.stories.tsx index f10ef52..e00294c 100644 --- a/src/Pill/Pill.stories.tsx +++ b/src/Pill/Pill.stories.tsx @@ -23,16 +23,40 @@ export default { type: { summary: "string[]" }, }, }, + error: { + description: "Error message to show below the input", + table: { + type: { summary: "boolean" }, + }, + }, + className: { + description: "CSS class", + table: { + type: { summary: "string" }, + }, + }, }, }; export const Default = (args: any) => ( -