TkxMarkdown
import { TkxMarkdown } from 'tekivex-ui';Live demo
Section titled “Live demo”Rendering a markdown string
Hello, Markdown
A small sample to show the renderer in action.
Lists work
Italic and bold
inline code
Blockquotes are styled to match the design system.
| Feature | Supported |
|---|---|
| Headings | ✓ |
| Tables | ✓ |
| Code | ✓ |
| Sanitised | ✓ |
Accessibility
Section titled “Accessibility”- Keyboard navigation supported on all interactive elements
:focus-visibleoutline at 2px (theme-tokenprimary)- ARIA roles and properties applied per WAI-ARIA 1.2
- Respects
prefers-reduced-motion - Minimum 44×44 touch target where applicable
Source
Section titled “Source”src/components/TkxMarkdown.tsx
For the full interactive sandbox, open the playground.