cloudoperators / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
http://cloudoperators.github.io/juno/
Apache License 2.0
4 stars 0 forks source link

feat(ui) - FormattedText component #64

Closed edda closed 2 weeks ago

edda commented 3 months ago

Create a FormattedText component which acts as a container that accepts plain HTML markup (mostly generated from Markdown files) and formats the HTML elements so that they look like properly formatted text. The main use case is nicely rendering HTML markup containing snippets from Readmes, documentation pages or other similar Markdown documents.

Elements that should be supported:

Belongs to: #62