Skip to content

Commit d635fdd

Browse files
committed
uui-toggle: remove no-label story
1 parent 65ce202 commit d635fdd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

packages/uui-toggle/lib/uui-toggle.story.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -134,23 +134,6 @@ LabelPosition.parameters = {
134134
},
135135
};
136136

137-
export const NoLabel: Story = props =>
138-
html`
139-
<uui-toggle
140-
label="label"
141-
?checked=${props.checked}
142-
value="toggle"></uui-toggle>
143-
`;
144-
NoLabel.parameters = {
145-
controls: { include: ['checked'] },
146-
docs: {
147-
source: {
148-
code: `<uui-toggle></uui-toggle>
149-
`,
150-
},
151-
},
152-
};
153-
154137
export const Disabled: Story = props => html`
155138
<uui-toggle ?disabled=${props.disabled} label="Disabled"></uui-toggle>
156139
<uui-toggle

0 commit comments

Comments
 (0)