Introduction
ProseKit provides a set of components that you can copy and paste into your project. These components are styled with Tailwind CSS, allowing you to create beautiful, responsive editors with minimal effort.
Installation
Section titled “Installation”-
Install Tailwind CSS
If you haven't already, set up Tailwind CSS in your project. See the Tailwind CSS documentation for instructions.
-
Install recommended plugins
We use
@egoist/tailwindcss-iconsfor icons. Install the following: -
Configure Tailwind CSS
Register the Tailwind CSS plugins in your global CSS file (e.g.,
global.cssorapp.css): -
That's it
You can now start adding components to your project.