We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d531c commit 70c04b9Copy full SHA for 70c04b9
stories/Input.stories.tsx
@@ -3,6 +3,8 @@ import { sectionName } from "./sectionName";
3
import { getStoryFactory } from "./getStory";
4
import { assert } from "tsafe/assert";
5
import type { Equals } from "tsafe";
6
+import Button from "../dist/Button";
7
+import React from "react";
8
9
const { meta, getStory } = getStoryFactory({
10
sectionName,
@@ -131,3 +133,8 @@ export const WithPlaceholder = getStory({
131
133
"placeholder": "https://"
132
134
}
135
});
136
+
137
+export const WithButtonAddon = getStory({
138
+ "label": "Label champs de saisie",
139
+ "addon": <Button>Valider</Button>
140
+});
0 commit comments