{/* Home.mdx */}

import { Meta } from '@storybook/addon-docs'
import { Typography, Link, Stack } from '@mui/material'


<Meta title="Home" />

<Typography variant="h4">Welcome to Centreon UI</Typography>
<br />

<Typography>This project contains design system's component used in every Centreon projects using ReactJS</Typography>
<br />

<Typography>Discover older versions of the Centreon UI's storybook</Typography>
<Stack>
  <Link href="https://storybook.centreon.com/index.html" target="__blank" rel="noopener noreferrer">
    <Typography>Latest</Typography>
  </Link>
  <Link href="https://storybook.centreon.com/23.04/index.html" target="__blank" rel="noopener noreferrer">
    <Typography>23.04</Typography>
  </Link>
  <Link href="https://storybook.centreon.com/22.10/index.html" target="__blank" rel="noopener noreferrer">
    <Typography>22.10</Typography>
  </Link>
  <Link href="https://storybook.centreon.com/22.04/index.html" target="__blank" rel="noopener noreferrer">
    <Typography>22.04</Typography>
  </Link>
  <Link href="https://storybook.centreon.com/21.10/index.html" target="__blank" rel="noopener noreferrer">
    <Typography>21.10</Typography>
  </Link>
  <Link href="https://storybook.centreon.com/21.04/index.html" target="__blank" rel="noopener noreferrer">
    <Typography>21.04</Typography>
  </Link>
  <Link href="https://storybook.centreon.com/20.10/index.html" target="__blank" rel="noopener noreferrer">
    <Typography>20.10</Typography>
  </Link>
  <Link href="https://storybook.centreon.com/20.04/index.html" target="__blank" rel="noopener noreferrer">
    <Typography>20.04</Typography>
  </Link>
</Stack>
