Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
bead5e34
Commit
bead5e34
authored
4 years ago
by
Derek Schaller
Browse files
Options
Download
Email Patches
Plain Diff
update status stories
parent
d05e118c
accordionTableRow
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/packages/core/src/stories/status.stories.tsx
+3
-3
frontend/packages/core/src/stories/status.stories.tsx
with
3 additions
and
3 deletions
+3
-3
frontend/packages/core/src/stories/status.stories.tsx
+
3
-
3
View file @
bead5e34
...
...
@@ -2,14 +2,14 @@ import React from "react";
import
type
{
Meta
}
from
"
@storybook/react
"
;
import
type
{
StatusProps
}
from
"
../icon
"
;
import
{
Status
}
from
"
../icon
"
;
import
{
Status
Icon
}
from
"
../icon
"
;
export
default
{
title
:
"
Core/Icon/Status
"
,
component
:
Status
,
component
:
Status
Icon
,
}
as
Meta
;
const
Template
=
(
props
:
StatusProps
)
=>
<
Status
{
...
props
}
/>;
const
Template
=
(
props
:
StatusProps
)
=>
<
Status
Icon
{
...
props
}
/>;
export
const
Primary
=
Template
.
bind
({});
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help