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

<Meta of={InputSearchStories} />

# InputSearch

<ResourceLinks
  sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Input/InputSearch"

/>

<KAIOInstallation exportNames="InputSearch" />

## Overview

A range of things.

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

## API

## Showing the clear button

Adding text will automatically show the clear button.

<Canvas of={InputSearchStories.Filled} />

## Secondary

<Canvas of={InputSearchStories.Secondary} />

## Loading

<Canvas of={InputSearchStories.Loading} />

## Disabled

<Canvas of={InputSearchStories.Disabled} />

## Reversed

<Canvas of={InputSearchStories.Reversed} />
