GitHub

Prose

Example

Prose

Prose is a component that renders html tags with automatic styles applied.

It is useful for rendering markdown content.

This is a link: Google

Usage

<script>
	import Prose from 'fuchs';
</script>

<Prose>
	<h1>Prose</h1>

	<p>Prose is a component</p>
</Prose>