Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
dummy_page.mdx 1.52 KiB
Newer Older
description: "page factice"
import CarouselLibre from "@site/src/components/CarouselLibre";

# Page factice

Page factice penser à créer une vraie page !

```bash
#!/bin/bash
echo "Hello World"
```

<button className="button button--note">button--note</button>
<button className="button button--success">button--success</button>
<button className="button button--info">button--info</button>
<button className="button button--warning">button--warning</button>
<button className="button button--danger">button--danger</button>

:::note Encart note
🔜 **Les tarifs arrivent !** <a class="button button--note" href="#">Bouton note !</a>
:::

:::success Encart success
🔜 **Les tarifs arrivent !** <a class="button button--success" href="#">Bouton success !</a>
:::

:::info Encart info
🔜 **Les tarifs arrivent !** <a class="button button--info" href="#">Bouton info !</a>
:::

:::caution Encart caution
🔜 **Les tarifs arrivent !** <a class="button button--warning" href="#">Bouton caution !</a>
:::

:::danger Encart danger
🔜 **Les tarifs arrivent !** <a class="button button--danger" href="#">Bouton danger !</a>
:::
:::note

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::tip

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::info

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::caution

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::danger

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::