This is a react based text editor that allows a user to add text anyhwere and covert the text to H1
A user has to click the slash command and a set of style will appear
A user can as well use the following commands:
- Heading h1 > / 1
- Heading h2 > / 2
- Paragragh p > / 3
- Reactjs
- Tailwindcss
- Contenteditable package
- Match-sorter package
-
git clone
-
npx create-react-app
-
npm i match-sorter
-
npm i react-contenteditable
-
npm start
