0.8.6 • Published 7 months ago
nexo-mdx v0.8.6
Nexo MDX Editor
- A Markdown editor of React component
- Supports TypeScript
- Support native textarea accessability in form
- Full markdown support
- Supports pluggable function bars
- Full control over UI
- Build with Shadcn UI components, Inherits your tailwind/shadcn ui theme
- Checkout more remark plugins
Install
npm install nexo-mdx --save
# or
bun install nexo-mdx
Basic usage
Following steps:
- Import nexo-mdx
- Register plugins if required
- Start usage.
import NexoMdxEditor from 'nexo-mdx';
import React from 'react';
export default function MDXEditor(){
const [mdValue,setMdValue] = React.useState("");
return <NexoMdxEditor value={mdValue} onChange={(value,_) => setMdValue(value)} />
}
0.8.5
7 months ago
0.8.6
7 months ago
0.8.3
7 months ago
0.8.2
12 months ago
0.8.1
12 months ago
0.8.0
12 months ago
0.7.6
12 months ago
0.7.5
1 year ago
0.7.4
1 year ago
0.7.3
1 year ago
0.7.2
1 year ago
0.7.1
1 year ago
0.6.0
1 year ago
0.5.9
1 year ago
0.5.8
1 year ago
0.5.7
1 year ago
0.5.6
1 year ago
0.5.5
1 year ago
0.5.4
1 year ago
0.5.2
1 year ago
0.5.0
1 year ago