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 65ce202 commit d635fddCopy full SHA for d635fdd
packages/uui-toggle/lib/uui-toggle.story.ts
@@ -134,23 +134,6 @@ LabelPosition.parameters = {
134
},
135
};
136
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
-
154
export const Disabled: Story = props => html`
155
<uui-toggle ?disabled=${props.disabled} label="Disabled"></uui-toggle>
156
<uui-toggle
0 commit comments