diff --git a/packages/react/src/components/ExampleButton/__stories__/ExampleButton.mdx b/packages/react/src/components/ExampleButton/__stories__/ExampleButton.mdx index 7e79f29a..e6cd96e2 100644 --- a/packages/react/src/components/ExampleButton/__stories__/ExampleButton.mdx +++ b/packages/react/src/components/ExampleButton/__stories__/ExampleButton.mdx @@ -5,34 +5,17 @@ import * as ExampleButtonStories from './ExampleButton.stories'; # ExampleButton -[Source code](https://github.com/carbon-design-system/carbon/tree/main/packages/react/src/components/Accordion) - |  -[Usage guidelines](https://www.carbondesignsystem.com/components/accordion/usage) - |  -[Accessibility](https://www.carbondesignsystem.com/components/accordion/accessibility) - {/* */} {/* */} ## Table of Contents - [Overview](#overview) -- [Skeleton state](#skeleton-state) -- [Component API](#component-api) -- [References](#references) -- [Feedback](#feedback) {/* */} ## Overview -You can build an accordion using a combination of the `Accordion` and -`AccordionItem` components. The `Accordion` components accepts a list of -`AccordionItem` components as `children` and each `AccordionItem` is responsible -for displaying the accordion's heading and panel content. - -You can configure the accordion item's heading using the `title` prop. -Everything you pass in as a child of `AccordionItem` will be rendered in the -accordion's panel. +This is an example button component.