Installation

Nindo is distributed as a shadcn/ui style registry component. This means you get a single, self-contained file that you can customize to your needs.

Prerequisites

Before installing Nindo, ensure you have:

Setup

Terminal
bashnpx shadcn-ui@latest add https://nindo.rasengan.dev/registry/markdown-editor.json

This command will:

Usage

Markdown Editor
tsximport { MarkdownEditor } from '@/components/ui/markdown-editor'; export default function Page() { return ( <div className="container mx-auto p-8"> <MarkdownEditor /> </div> ); }

Preview will appear here...

paragraph1 lines · 0 chars

If you see the editor with toolbar and preview, you're good to go! 🎉