You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/webapp/layout/story/story-button/StoryButton.story.tsx
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ export const story: Story = {
24
24
{
25
25
name: "Kivra Design System",
26
26
center: true,
27
+
27
28
render(){
28
29
return(
29
30
<StoryHeaderButton
@@ -33,5 +34,38 @@ export const story: Story = {
33
34
);
34
35
},
35
36
},
37
+
{
38
+
name: "Story Button",
39
+
center: true,
40
+
information:
41
+
"This is just an example how to use `<StoryHeaderButton />`s props. <br/>In this example also implemented show/hide code snippet that is possible to use in stories with `codeTemplate` function.",
0 commit comments