Packages
Nexo MDX Editor
A React-based Markdown editor with TypeScript support, built with shadcn UI and Tailwind CSS
Features
- React Component: Easily integratable Markdown editor
- TypeScript Support: Fully typed for better developer experience
- Accessibility: Native textarea support for form accessibility
- Comprehensive Markdown: Full CommonMark specification support
- Customizable UI: Pluggable function bars and complete UI control
- Theme Integration: Built with Shadcn UI components, inherits your Tailwind/Shadcn UI theme
- Extensible: Supports remark plugins for additional functionality
Installation
Choose your preferred package manager:
Basic Usage
- Follow these steps to integrate nexo-mdx into your project:
- Import the Editor: Import NexoMdxEditor from the package.
- Manage State: Utilize React’s state management to handle the editor’s content.
- Render the Editor: Include the editor component in your JSX.
Overwriting default style
Code Sample
editor.jsx