import { storiesOf, html } from '@open-wc/demoing-storybook'; import '../lion-option.js'; const a11yNote = html`
Note: This demo is not accessible, because lion-option just by itself is not
accessible. This component should always be wrapped by something like a listbox,
lion-options or similar.
With html
and multi Line