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

<Meta of={TileGridStories} />

# TileGrid

<RemovalNotice />

<ResourceLinks
  sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Tile/TileGrid"
  designGuidelines="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3079077889/Tile#TileGrid"

/>

<KAIOInstallation exportNames="TileGrid" />

## Overview

A layout component to sort your Tiles into a Grid.

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