An open API service indexing awesome lists of open source software.

https://github.com/niazmorshed2007/shadcn-tiptap

Sets of custom extensions & toolbars for tiptap editor. Install with shadcn/cli.
https://github.com/niazmorshed2007/shadcn-tiptap

editor prosemirror rich-text-editor shadcn shadcn-ui tiptap

Last synced: 2 months ago
JSON representation

Sets of custom extensions & toolbars for tiptap editor. Install with shadcn/cli.

Awesome Lists containing this project

README

        

## Shadcn tiptap

Sets of custom extensions & toolbars for tiptap editor, ready to use with shadcn/ui components.

Buy Me A Coffee

## Tech Stack

- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **Tiptap (Editor):** [Tiptap](https://tiptap.dev)

## Running Locally

1. Clone the repository

```bash
git clone https://github.com/NiazMorshed2007/shadcn-tiptap.git
```

2. Install dependencies using pnpm

```bash
pnpm install
```

3. Start the development server

```bash
pnpm run dev
```