Markdown Text
A text view that renders beautiful Typeset styled HTML from Markdown
Demo
Installation
npx shadcn@latest add @vinkas-ui/markdown-textMake sure you already have the @vinkas-ui registry added to your components.json file. Read the installation guide for more information. Also, you should have installed the Typeset from shadcn/ui.
Properties
| Property | Type | Required | Description | Default |
|---|---|---|---|---|
| text | string | Yes | The markdown text. | - |
| className | string | No | The className to be applied to the component. | - |