import { Canvas, Controls, Meta } from '@storybook/blocks'
import { ResourceLinks, KAIOInstallation } from '~storybook/components'
import * as ExpertAdviceCollapsibleStories from './ExpertAdviceCollapsible.stories'

<Meta of={ExpertAdviceCollapsibleStories} />

# ExpertAdviceCollapsible

<ResourceLinks
  sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/ExpertAdviceCollapsible"
  figma="https://www.figma.com/file/ZRfnoNUXbGZv4eVWLbF4Az/%F0%9F%96%BC%EF%B8%8F-Component-Gallery?type=design&node-id=6-5001&mode=design&t=VzrsL0wR4yiimjBa-0"
  designGuidelines="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094383/Collapsible"

/>

<KAIOInstallation exportNames="ExpertAdviceCollapsible" />

## Overview

Collapsible full of Expert advice.

<Canvas of={ExpertAdviceCollapsibleStories.Playground} />
<Controls of={ExpertAdviceCollapsibleStories.Playground} />
