@aixdb/editor-styles
v0.1.4
Published
A CSS package for styling editor output content, based on Tailwind Typography.
Downloads
87
Maintainers
Readme
@aixdb/editor-styles
A CSS package for styling editor output content, based on Tailwind Typography.
Installation
NPM
npm install @aixdb/editor-stylesCDN
<link rel="stylesheet" href="https://unpkg.com/@aixdb/editor-styles/dist/typography.css">Usage
Add the prose class to your editor's root element:
<div class="prose">
<!-- Your editor content will be styled -->
</div>License
MIT
