Prose Components

A list of Prose components.

Prose components are replacements for HTML typography tags. Prose components provide a simple way to customize content UI.

To overwrite a prose component, create a component with the same name in your project components/content/ directory (ex: components/content/ProseA.vue).

Prose components are originally part of @nuxtjs/mdc.

ProseA

[Link](/docs/components/prose)

ProseBlockquote

> Block quote

ProseStrong

**Just a strong paragraph.**

ProseEm

_Just an italic paragraph._

ProseTable

| Key | Type      | Description |
| --- | --------- | ----------- |
| 1   | Wonderful | Table       |
| 2   | Wonderful | Data        |
| 3   | Wonderful | Website     |

ProseTbody

Included in ProseTable example.

ProseTd

Included in ProseTable example.

ProseTh

Included in ProseTable example.

ProseThead

Included in ProseTable example.

ProseTr

Included in ProseTable example.

::callout

icon: i-simple-icons-github to: https://github.com/nuxt-modules/mdc/tree/main/src/runtime/components/prose


Checkout the source code for these components on GitHub. ::