fix(core): update

This commit is contained in:
2024-01-11 21:14:30 +01:00
parent a99d270ef1
commit e6b8e2de19
3 changed files with 9 additions and 3 deletions

View File

@ -2,7 +2,7 @@ import { html } from '@design.estate/dees-element';
export const demoFunc = () => html`
<dees-input-multitoggle
.options=${['option 1', 'option 2', 'option 3']}
.options=${['option 1', 'option 2', 'a longer option with multiple words']}
.selectedOption=${'option 2'}
></dees-input-multitoggle>
`;