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

https://github.com/kingjaeyeon/slatejs-01

리치텍스트에디터 프레임워크 slatejs - default , readonly, 첫 custom툴바제작
https://github.com/kingjaeyeon/slatejs-01

Last synced: 26 days ago
JSON representation

리치텍스트에디터 프레임워크 slatejs - default , readonly, 첫 custom툴바제작

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

## Slate
서식 있는 텍스트 에디터를 구축하기 위한 완전히 사용자 정의 가능한 프레임워크
https://docs.slatejs.org/
``
```bash
yarn add slate slate-react react react-dom
```

## Tailwind prettier
```bash
yarn add prettier prettier-plugin-tailwindcss
```

## Tailwind CSS Merge
```bash
yarn add clsx tailwind-merge class-variance-authority
```