chore(icon): remove misleading story
This commit is contained in:
parent
f119d4398e
commit
aa8c270175
1 changed files with 0 additions and 17 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { storiesOf, html } from '@open-wc/demoing-storybook';
|
||||
import { until } from '@lion/core';
|
||||
|
||||
import '../lion-icon.js';
|
||||
|
||||
|
|
@ -143,20 +142,4 @@ storiesOf('Icon System|Icon', module)
|
|||
aria-label="Skinny dung beatle"
|
||||
></lion-icon>
|
||||
`,
|
||||
)
|
||||
.add(
|
||||
'dynamic icons using until',
|
||||
() => html`
|
||||
<style>
|
||||
.icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
</style>
|
||||
<lion-icon
|
||||
class="icon"
|
||||
.svg=${until(import('./icons/bugs/bug12.svg.js').then(e => e.default), 'Loading...')}
|
||||
aria-label="Striped beatle"
|
||||
></lion-icon>
|
||||
`,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue