Skip to content

Commit

Permalink
accordion storybook content fix (#28729)
Browse files Browse the repository at this point in the history
* radio init

* styles radio

* reverts branch

* input spec init

* cleans up spec

* formatting

* updates component name to text input

* updates component name in spec

* accordion sb fixes: updates content

* removes dead file
  • Loading branch information
brianchristopherbrady committed Sep 21, 2023
1 parent 1a62881 commit 8057ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-components/src/accordion/accordion.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const storyTemplate = html<AccordionStoryArgs>`
block=${x => x.block}
?disabled=${x => x.disabled}
>
<span slot="heading">Accordion Header 1</span>
<span slot="heading">Accordion Header 2</span>
Accordion Panel 2
</fluent-accordion-item>
<fluent-accordion-item
Expand All @@ -79,7 +79,7 @@ const storyTemplate = html<AccordionStoryArgs>`
block=${x => x.block}
?disabled=${x => x.disabled}
>
<span slot="heading">Accordion Header 1</span>
<span slot="heading">Accordion Header 3</span>
Accordion Panel 3
</fluent-accordion-item>
</fluent-accordion>
Expand Down

0 comments on commit 8057ad6

Please sign in to comment.